We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa14f28 commit 02348e5Copy full SHA for 02348e5
.github/workflows/plansys2_bt_example.yaml
@@ -27,6 +27,8 @@ jobs:
27
required-ros-distributions: rolling
28
- name: Install BT.CPP v4 and test_msgs (provisional Fix)
29
run: sudo apt-get install ros-rolling-behaviortree-cpp ros-rolling-test-msgs
30
+ - name: Rosdep update
31
+ run: sudo rosdep update
32
- name: build and test
33
uses: ros-tooling/[email protected]
34
with:
0 commit comments