Why is it that the binaries compiled in ros2_rust v0.5.1 or v0.6.1 depend on test_msgs? The official ROS definition for this library is for testing purposes, but in reality, it has become a runtime dependency for Rust. This is quite unreasonable. How can this be resolved? #550
Replies: 1 comment 1 reply
-
|
In order for rclrs to be published to crates.io we bundle up all the message bindings that it needs into the This is not an arrangement that we really want, but it seemed like the best compromise that we could come up with for now. We're very open to suggestions for other approaches. For |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
when we using ldd to show the denpendy lib:
Beta Was this translation helpful? Give feedback.
All reactions