Browse Source

update joint limits.

noetic
Alan G. Sanchez 2 years ago
parent
commit
f228269336
2 changed files with 0 additions and 6 deletions
  1. +0
    -3
      follow_joint_trajectory.md
  2. +0
    -3
      src/single_joint_actuator.py

+ 0
- 3
follow_joint_trajectory.md View File

@ -302,9 +302,6 @@ joint_head_pan: lower_limit = -2.80, upper_limit = 2.90 # in radians
joint_head_tilt: lower_limit = -1.60, upper_limit = 0.40 # in radians
joint_gripper_finger_left: lower_limit = -0.35, upper_limit = 0.165 # in radians
# INCLUDED JOINT IN MANIPULATION MODE
joint_mobile_base_translation: lower_limit = -0.50, upper_limit = 0.50 # in radians
# INCLUDED JOINTS IN POSITION MODE
translate_mobile_base: No lower or upper limit. Defined by a step size in meters
rotate_mobile_base: No lower or upper limit. Defined by a step size in radians

+ 0
- 3
src/single_joint_actuator.py View File

@ -38,9 +38,6 @@ class SingleJointActuator(hm.HelloNode):
# joint_head_tilt: lower_limit = -1.60, upper_limit = 0.40 # in radians
# joint_gripper_finger_left: lower_limit = -0.35, upper_limit = 0.165 # in radians
#
# INCLUDED JOINT IN MANIPULATION MODE
# joint_mobile_base_translation: lower_limit = -0.50, upper_limit = 0.50 # in radians
#
# INCLUDED JOINTS IN POSITION MODE
# translate_mobile_base: No lower or upper limit. Defined by a step size in meters
# rotate_mobile_base: No lower or upper limit. Defined by a step size in radians

Loading…
Cancel
Save