Skip to content
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

Add ROS yaml-cpp example for blogpost #168

Merged
merged 14 commits into from
Nov 28, 2024
Prev Previous commit
Next Next commit
dependencies
danimtb committed Nov 27, 2024
commit 9465d97d27a9c0adf377c1c3b86b1084dab46e38
5 changes: 3 additions & 2 deletions examples/tools/ros/rosenv/workspace2/my_package/package.xml
Original file line number Diff line number Diff line change
@@ -9,8 +9,9 @@

<buildtool_depend>ament_cmake</buildtool_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<depend>rclcpp</depend>
<depend>rclcpp_action</depend>
<depend>nav2_msgs</depend>

<export>
<build_type>ament_cmake</build_type>
1 change: 1 addition & 0 deletions examples/tools/ros/rosenv/workspace2/test_ros.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source /opt/ros/humble/setup.bash
rosdep install --from-paths my_package/
conan profile detect --force
conan install my_package/conanfile.txt --build=missing --output-folder install/conan
source install/conan/conanrosenv.sh