Skip to content

Instantly share code, notes, and snippets.

@Zach417
Created October 9, 2020 02:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Zach417/d67fafa2fc9ce09b95065021f29322d1 to your computer and use it in GitHub Desktop.
Save Zach417/d67fafa2fc9ce09b95065021f29322d1 to your computer and use it in GitHub Desktop.
joint_limits:
YOUR_ROBOT_JOINT:
has_position_limits: true
min_position: -1.0
max_position: 1.5708
has_velocity_limits: true
max_velocity: 2.0
has_acceleration_limits: true
max_acceleration: 5.0
has_jerk_limits: true
max_jerk: 100.0
has_effort_limits: true
max_effort: 1.0
YOUR_OTHER_ROBOT_JOINT:
has_position_limits: true
min_position: -1.5708
max_position: 3.1415
has_velocity_limits: true
max_velocity: 2.0
has_acceleration_limits: true
max_acceleration: 5.0
has_jerk_limits: true
max_jerk: 100.0
has_effort_limits: true
max_effort: 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment