-
Notifications
You must be signed in to change notification settings - Fork 75
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
How to use custom .srv #145
Comments
Hi, You can find my work on this example repo. By now, I'm stuck at runtime with this error after a
|
|
Thx for the answer. Unfortunately, I get an error wathever action I attempt with my rosservice. |
Does tab complete not work on the rust node If you make an example C++ or python node in your project that implements the same service you can sort out what is not working in rosrust vs. a typo or some other mistake- and having example nodes in C++ or python alongside rust versions is super valuable for people new to rust (like me). |
Yep, autocompletion does not work either.
Good one, thank you ! |
Hi,
|
I'm not sure I understand where I should put a custom .srv to be able to then use it with rosrust_msg. Is there a way to have it locally in a crate that uses rosrust?
The text was updated successfully, but these errors were encountered: