We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aff6ac1 commit 6501a01Copy full SHA for 6501a01
1 file changed
.github/workflows/build.yml
@@ -51,6 +51,14 @@ jobs:
51
DEBIAN_FRONTEND=noninteractive apt-get install ros-humble-angles ros-humble-tf2 ros-humble-tf2-ros ros-humble-tf2-geometry-msgs -y
52
apt install rapidjson-dev
53
apt-get update
54
+
55
56
+ apt update && sudo apt install -y curl gnupg2 lsb-release
57
+ curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr/share/keyrings/ros-archive-keyring.gpg
58
+ echo "deb [signed-by=/usr/share/keyrings/ros-archive-keyring.gpg] http://packages.ros.org/ros2/ubuntu $(lsb_release -cs) main" | \
59
+ tee /etc/apt/sources.list.d/ros2.list > /dev/null
60
+ apt update
61
62
apt-get install ros-humble-generate-parameter-library -y
63
64
apt-get install libboost-dev libyaml-dev -y
0 commit comments