-
Notifications
You must be signed in to change notification settings - Fork 162
Move rclrs_examples to examples/minimal_pub_sub #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for the quick review! I'm giving @esteve a day or so to leave comments since I think he might have some. |
Forgot to adapt the README too, done now. |
@jhdcs Could you re-review? I realized that I should create a new package for the message demo, since it's not related to pub-sub. |
@jhdcs @nnmm what do you think of moving the examples to a separate repo? Like https://github.com/ros2/examples does |
I think that might be a good idea! It would keep the crate size down, and follow how ROS does things. |
I've created https://github.com/ros2-rust/examples, we can move the examples there later once this PR is merged. |
I'm fine with a separate repo. |
We want to add new packages for further examples, which can then go into the
examples
directory. I also renamed the package to better follow the naming schema ofrclcpp
andrclpy
examples.