Skip to content

Commit 4f22a28

Browse files
committed
fix build errorsg
1 parent 5315158 commit 4f22a28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/install_and_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959

6060
- name: run integration tests
6161
run: |
62+
cd ${GITHUB_WORKSPACE}
6263
source install/setup.bash
6364
colcon test --packages-select integration_tests
6465
colcon test-result --verbose

src/arm_control/package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<depend>rover_msgs</depend>
2626
<depend>trajectory_msgs</depend>
2727
<depend>moveit_servo</depend>
28+
<depend>arm_hardware_interface</depend>
2829

2930

3031

0 commit comments

Comments
 (0)