Bring back the examples directory #510
BrandonSimoncic
started this conversation in
General
Replies: 1 comment
-
@BrandonSimoncic unfortunately the example packages were causing issues with Cargo workspaces (see colcon/colcon-cargo#65), so we decided to move the examples to a separate repository (https://github.com/ros2-rust/examples). We've updated the instructions (e.g. https://github.com/ros2-rust/ros2_rust/blob/main/ros2_rust_kilted.repos#L30) to also clone the |
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.
-
I've been writing packages in ros2_rust for a few months at this point. And I see the examples directory was removed to improve maintainability.
The examples directory is not only a great resource for the code examples but also the Directory Structure and file management. I understand it can be difficult to maintain but even an example
cargo.toml
with all the possible ways to include things like metadata, how to implement a launch file with rust, all really helpful and not super transparent yet.A fork with just examples would be nice!
Beta Was this translation helpful? Give feedback.
All reactions