mirror of
https://github.com/SHC-ASTRA/rover-ros2.git
synced 2026-04-20 11:51:16 -05:00
refactor: formalize Arm URDF joint and link names
This commit is contained in:
@@ -474,7 +474,7 @@ class Headless(Node):
|
||||
# Triggers: EF Grippers
|
||||
if left_trigger > 0 or right_trigger > 0:
|
||||
arm_jointjog.joint_names.append(
|
||||
"Gripper_Slider_Left" # TODO: Update joint name
|
||||
"ef_gripper_left_joint"
|
||||
)
|
||||
arm_jointjog.velocities.append(float(right_trigger - left_trigger))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user