Skip to content

Commit

Permalink
[hsrb] neck forward
Browse files Browse the repository at this point in the history
  • Loading branch information
sunava committed Apr 22, 2024
1 parent c195c55 commit 9049d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pycram/robot_descriptions/hsrb_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self):
# Neck
neck_links = ["head_pan_link", "head_tilt_link"]
neck_joints = ["head_pan_joint", "head_tilt_joint"]
neck_forward = {"forward": [0.0, 0.0], "down": [0.0, 0, 0]}
neck_forward = {"forward": [0.0, 0.0], "down": [0.0, 0, -0.7]}
neck_chain = ChainDescription("neck", neck_joints, neck_links, static_joint_states=neck_forward)
self.add_chain("neck", neck_chain)
# Arm
Expand Down

0 comments on commit 9049d50

Please sign in to comment.