Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation Hyperlink is broken? #77

Open
hikari20XX opened this issue Apr 29, 2024 · 2 comments
Open

Implementation Hyperlink is broken? #77

hikari20XX opened this issue Apr 29, 2024 · 2 comments
Assignees

Comments

@hikari20XX
Copy link

Hello,

I'm having trouble accessing the Implementations documentation through the hyperlink, is there another place I can get to it? Whenever I try to run the example scripts or scripts that require the navigator_rs crate, I get the error:
unresolved import navigator_rs
--> rainbow.rs:1:5
|
1 | use navigator_rs::Navigator;
| ^^^^^^^^^^^^ maybe a missing crate navigator_rs?
|
= help: consider adding extern crate navigator_rs to use the navigator_rs crate

error: aborting due to 1 previous error

Any advice/wisdom is greatly appreciated.

@RaulTrombin RaulTrombin self-assigned this May 16, 2024
@RaulTrombin
Copy link
Member

RaulTrombin commented May 16, 2024

Hey @hikari20XX ,
Are you running from this repository ?
cargo run --example rainbow

Or are you importing this library to your custom project?
Then you need:
cargo add navigator-rs

https://docs.bluerobotics.com/navigator-rs/doc/navigator_rs/struct.Navigator.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants