Skip to content

Fix yaml link error in Jazzy#32

Open
KYabuuchi wants to merge 3 commits into
osrf:mainfrom
KYabuuchi:fix/jazzy_yaml_link
Open

Fix yaml link error in Jazzy#32
KYabuuchi wants to merge 3 commits into
osrf:mainfrom
KYabuuchi:fix/jazzy_yaml_link

Conversation

@KYabuuchi

@KYabuuchi KYabuuchi commented Mar 12, 2026

Copy link
Copy Markdown

Description

Fix yaml link error

Related link

ros2/yaml_cpp_vendor#51 (comment)

How this PR was tested

Jazzy

mkdir ros_ws/src -p
cd ros_ws/src
git clone git@github.com:KYabuuchi/dynamic_message_introspection.git -b fix/jazzy_yaml_link
cd ..
docker run -it --rm -v $(pwd):/ros2_ws -w /ros2_ws ros:jazzy
sudo apt update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

Humble

mkdir ros_ws/src -p
cd ros_ws/src
git clone git@github.com:KYabuuchi/dynamic_message_introspection.git -b fix/jazzy_yaml_link
cd ..
docker run -it --rm -v $(pwd):/ros2_ws -w /ros2_ws ros:humble
sudo apt update
rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release

Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Signed-off-by: Kento Yabuuchi <kento.yabuuchi.2@tier4.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant