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 c17d884 commit b4829f2Copy full SHA for b4829f2
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y
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
- DEBIAN_FRONTEND=noninteractive apt-get install libboost-filesystem1.83-dev -y
+ apt install rapidjson-dev
53
DEBIAN_FRONTEND=noninteractive apt-get install ros-humble-generate-parameter-library -y
54
apt-get install libboost-dev libyaml-dev -y
55
apt-get install terminator -y
0 commit comments