Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 86390e9

Browse files
committed
Fix ci issues
1 parent dda1421 commit 86390e9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: |
7575
apt update
7676
apt install -y python3-pip
77-
pip3 install ros-license-toolkit==1.2.2
77+
pip3 install --break-system-packages ros-license-toolkit==1.2.2
7878
apt install -y golang-go
7979
go version
8080
go install github.com/google/[email protected]

simulation/gazebo/arm_sim_scenario/config/control.urdf.xacro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
<joint name="panda_finger_joint2">
7272
<param name="mimic">panda_finger_joint1</param>
7373
<param name="multiplier">1</param>
74-
<command_interface name="position"/>
7574
<state_interface name="position">
7675
<param name="initial_value">0.01</param>
7776
</state_interface>

0 commit comments

Comments
 (0)