Skip to content

Commit

Permalink
update angle limits
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Feb 20, 2024
1 parent bb94aec commit 182abd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions robot/util/rosRoverStart/robot_ik.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def generate_launch_description():
output='screen',
parameters=[
{'joint_lengths': [1.354, 1.333, 1.250]},
{'joint_angle_mins': [-180.0, -90.0, -170.0, -150.0]},
{'joint_angle_maxes': [180, 90.0, 170.0, 150.0]},
{'joint_angle_mins': [-180.0, -60.0, -111.0, -101.0]},
{'joint_angle_maxes': [180, 66.0, 115.0, 106.0]},
{'sensitivity': 1.5},
{'mode': '2D'}
]
Expand Down

0 comments on commit 182abd7

Please sign in to comment.