Replies: 2 comments
-
Hello, if you want to use cli (i.e. You have to write the
Then you have to insert it into a standard ROS project and compile it with cmake. Finally, you have to load the project with Then, you can finally call Unfortunately it's not a goroslib problem, is the standard procedure to follow when dealing with custom messages - that's the reason why custom messages are avoided when not strictly necessary. |
Beta Was this translation helpful? Give feedback.
-
It works, but it is also necessary to point |
Beta Was this translation helpful? Give feedback.
-
Hello,
I wanted to use this package in my work, but I met a problem with custom services.
When I launch the example "serviceprovider-custom.go" and try to call this service through the CLI, I get this:
"ERROR: Unable to load type [my_package/TestService].
Have you typed 'make' in [my_package]?"
The error is the same for custom messages.
How can it be solved?
I would appreciate any help!
Beta Was this translation helpful? Give feedback.
All reactions