|
| 1 | +--- |
| 2 | +joint_limits: |
| 3 | + shoulder_pan_joint: |
| 4 | + # acceleration limits are not publicly available |
| 5 | + has_acceleration_limits: false |
| 6 | + has_effort_limits: true |
| 7 | + has_position_limits: true |
| 8 | + has_velocity_limits: true |
| 9 | + max_effort: 433.0 |
| 10 | + max_position: !degrees 360.0 |
| 11 | + max_velocity: !degrees 180.0 |
| 12 | + min_position: !degrees -360.0 |
| 13 | + shoulder_lift_joint: |
| 14 | + # acceleration limits are not publicly available |
| 15 | + has_acceleration_limits: false |
| 16 | + has_effort_limits: true |
| 17 | + has_position_limits: true |
| 18 | + has_velocity_limits: true |
| 19 | + max_effort: 433.0 |
| 20 | + max_position: !degrees 360.0 |
| 21 | + max_velocity: !degrees 180.0 |
| 22 | + min_position: !degrees -360.0 |
| 23 | + elbow_joint: |
| 24 | + # acceleration limits are not publicly available |
| 25 | + has_acceleration_limits: false |
| 26 | + has_effort_limits: true |
| 27 | + has_position_limits: true |
| 28 | + has_velocity_limits: true |
| 29 | + max_effort: 204.0 |
| 30 | + # we artificially limit this joint to half its actual joint position limit |
| 31 | + # to avoid (MoveIt/OMPL) planning problems, as due to the physical |
| 32 | + # construction of the robot, it's impossible to rotate the 'elbow_joint' |
| 33 | + # over more than approx +- 1 pi (the shoulder lift joint gets in the way). |
| 34 | + # |
| 35 | + # This leads to planning problems as the search space will be divided into |
| 36 | + # two sections, with no connections from one to the other. |
| 37 | + # |
| 38 | + # Refer to https://github.com/ros-industrial/universal_robot/issues/265 for |
| 39 | + # more information. |
| 40 | + max_position: !degrees 180.0 |
| 41 | + max_velocity: !degrees 240.0 |
| 42 | + min_position: !degrees -180.0 |
| 43 | + wrist_1_joint: |
| 44 | + # acceleration limits are not publicly available |
| 45 | + has_acceleration_limits: false |
| 46 | + has_effort_limits: true |
| 47 | + has_position_limits: true |
| 48 | + has_velocity_limits: true |
| 49 | + max_effort: 70.0 |
| 50 | + max_position: !degrees 360.0 |
| 51 | + max_velocity: !degrees 300.0 |
| 52 | + min_position: !degrees -360.0 |
| 53 | + wrist_2_joint: |
| 54 | + # acceleration limits are not publicly available |
| 55 | + has_acceleration_limits: false |
| 56 | + has_effort_limits: true |
| 57 | + has_position_limits: true |
| 58 | + has_velocity_limits: true |
| 59 | + max_effort: 70.0 |
| 60 | + max_position: !degrees 360.0 |
| 61 | + max_velocity: !degrees 300.0 |
| 62 | + min_position: !degrees -360.0 |
| 63 | + wrist_3_joint: |
| 64 | + # acceleration limits are not publicly available |
| 65 | + has_acceleration_limits: false |
| 66 | + has_effort_limits: true |
| 67 | + has_position_limits: true |
| 68 | + has_velocity_limits: true |
| 69 | + max_effort: 70.0 |
| 70 | + max_position: !degrees 360.0 |
| 71 | + max_velocity: !degrees 300.0 |
| 72 | + min_position: !degrees -360.0 |
0 commit comments