docs: ROS2 tutorial commands for building C++ nodes#5320
docs: ROS2 tutorial commands for building C++ nodes#5320ruben-arts merged 4 commits intoprefix-dev:mainfrom
Conversation
Updated commands to include 'colcon-common-extensions' and modified build command syntax. I assume this is what was intended originally since the new package was generated into a `src` folder and because of the arguments that come after `pixi run build`.
|
I just tested it, and it seems to be that we're just getting a newer This would be solved by lowering the cmake dependency or adding However, this is presented as an error, it's isn't a blocking one. We could make What do you think? |
|
Lowering the cmake version will avoid that warning, but ultimately that's something we'll need to fix upstream in ROS, so I wouldn't necessarily pin the version for this tutorial. |
|
That being said, this tutorial does explicitly use ROS humble, which has a recommended cmake version (around cmake ~3.22), which you could pin to if you wanted, see: https://www.ros.org/reps/rep-2000.html#humble-hawksbill-may-2022-may-2027 |
Updated commands to include 'colcon-common-extensions' and modified build command syntax.
I assume this is what was intended originally since the new package was generated into a
srcfolder and because of the arguments that come afterpixi run build.How Has This Been Tested?
I tested this locally on my personal macbook air.
AI Disclosure
No AI tools used.
Checklist: