-
|
Hello, I tried to follow the new installation/build instructions for rclrs v0.7 on ROS 2 Jazzy, but I’m hitting build failures both for the examples and for my own minimal package. 1) Examples workspace failureIn a fresh workspace following the Jazzy instructions: git clone https://github.com/ros2-rust/rosidl_rust.git src/rosidl_rust
git clone -b jazzy https://github.com/ros2/common_interfaces.git src/common_interfaces
git clone -b jazzy https://github.com/ros2/example_interfaces.git src/example_interfaces
git clone -b jazzy https://github.com/ros2/rcl_interfaces.git src/rcl_interfaces
git clone -b jazzy https://github.com/ros2/unique_identifier_msgs.git src/unique_identifier_msgs
git clone https://github.com/ros2-rust/examples.git src/examples
2) Minimal package failure (std_msgs::msg::String subscriber)In my minimal workspace (same packages as before but without the examples repo), In both cases [patch.crates-io]3) After adding rosidl_core & rosidl_defaultsAdditionally, if I add Has anyone managed to make rclrs v0.7 work on Jazzy using the current installation steps? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
@olingo99 thank you so much for such a thorough bug report, I've created #588 to track this issue. It is indeed a bug in the documentation, but also caused by the generator not being updated to depend on the latest version of |
Beta Was this translation helpful? Give feedback.
-
|
@olingo99 I've submitted #589, could you have a look at it and see if this solves the issues you're having? Thanks. |
Beta Was this translation helpful? Give feedback.
@olingo99 I've submitted #589, could you have a look at it and see if this solves the issues you're having? Thanks.