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 3840b5b commit a19ccf5Copy full SHA for a19ccf5
.github/workflows/ci-ros2.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: install dependencies
47
run: |
48
sudo apt update
49
- sudo apt install -y libusb-1.0-0-dev python3-pip python3-venv
+ sudo apt install -y libboost-program-options-dev libusb-1.0-0-dev python3-pip python3-venv
50
51
- name: install pip dependencies
52
# TODO: would be better to follow https://answers.ros.org/question/370666/how-to-declare-an-external-python-dependency-in-ros2/
0 commit comments