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 5315158 commit 4f22a28Copy full SHA for 4f22a28
.github/workflows/install_and_build.yaml
@@ -59,6 +59,7 @@ jobs:
59
60
- name: run integration tests
61
run: |
62
+ cd ${GITHUB_WORKSPACE}
63
source install/setup.bash
64
colcon test --packages-select integration_tests
65
colcon test-result --verbose
src/arm_control/package.xml
@@ -25,6 +25,7 @@
25
<depend>rover_msgs</depend>
26
<depend>trajectory_msgs</depend>
27
<depend>moveit_servo</depend>
28
+ <depend>arm_hardware_interface</depend>
29
30
31
0 commit comments