Replies: 3 comments 2 replies
-
Hi lexi-brt, we'll move the examples over to a new example repo soon, but basically the setup is similar to the one described here: https://github.com/ros2-rust/ros2_rust#sounds-great-how-can-i-try-this-out That is, you need to:
This will build using the If you try it out and you encounter any obstacles, let me know! |
Beta Was this translation helpful? Give feedback.
-
Hey @lexi-brt ! I had the same question / desire as you when I stumbled accross this project, so I created this: https://github.com/keenanjohnson/ros2_rust_workspace It's not perfect and I'm sure there are lots of improvements you can see, but hopefully it's helpful to you as something of a starting place that shows how you would pull in the ros2_rust repo as a submodule, and build your own workspace, etc. |
Beta Was this translation helpful? Give feedback.
-
@keenanjohnson This is awesome! Thank you! Does ros2_rust have to live in the same workspace as my package? Is there a way to keep it in it's own space and source it in the same way that you source foxy before building your own workspace? |
Beta Was this translation helpful? Give feedback.
-
I want to start building some ros2 nodes in rust, but it would be really helpful to see another project that has examples of how to set it all up. I know there are examples in this repo, but it would be more helpful to see an entirely separate project so that it would be more clear how dependencies on this are linked in.
Beta Was this translation helpful? Give feedback.
All reactions