Skip to content
Discussion options

You must be logged in to vote

Hey great question! We do have (somewhat hacky) support for parameters via the roslibrust_rosapi crate which is in the source code: https://github.com/RosLibRust/roslibrust/tree/master/roslibrust_rosapi, but we haven't published as a standalone crate. That implementation relies on a running rosapi node, and simply makes service calls to the rosapi node to accomplish various things.

A nice thing about that approach is that it can work with any of the backends as long as a rosapi node is running, and there is even a rosapi node for ROS2. There are a couple of possible paths to get from our current state to a working and well documented state:

  1. Finish / fix the rosapi crate, and set it up be…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Carter12s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants