We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4829f2 commit 6a51a70Copy full SHA for 6a51a70
.github/workflows/build.yml
@@ -50,7 +50,8 @@ jobs:
50
DEBIAN_FRONTEND=noninteractive apt-get install ros-dev-tools python3-colcon-common-extensions -y
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
- DEBIAN_FRONTEND=noninteractive apt-get install ros-humble-generate-parameter-library -y
+ apt-get install ros-humble-generate-parameter-library -y
54
+
55
apt-get install libboost-dev libyaml-dev -y
56
apt-get install terminator -y
57
DEBIAN_FRONTEND=noninteractive apt-get install libzmq3-dev libsqlite3-dev -y
0 commit comments