Replies: 1 comment
-
This is deprecated approach and generation of messages for different programming language is possible only if the message package is language agnostic in the first place. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Why do I need to have
ros2/,ros2_rust/andros2-rust/in myworkspace/src/to build my Rust ROS packages? Isn'trclrsbeing pulled as a dependency (from theCargo.tomlof my Rust package)?common_interfaces,example_interfaces, etc. are also located in/opt/ros/jazzy/share/.Just want to understand, new to this project :)
Would also be nice to be able to put
.msg,.srvand.actionfiles inside of packages containing code, and not have it as a separate thing only for that :) like the traditional C++ or Python packages, where you can have both code and interface filesBeta Was this translation helpful? Give feedback.
All reactions