Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions robotiq_description/config/robotiq_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ robotiq_gripper_controller:
joint: robotiq_85_left_knuckle_joint

# Enable effort control (replacement for use_effort_interface)
max_effort_interface: "robotiq_85_left_knuckle_joint/effort"
max_effort: 50.0 # TODO tune
# max_effort_interface: "robotiq_85_left_knuckle_joint/effort"
# max_effort: 50.0 # TODO tune

# Enable velocity/speed control (replacement for use_speed_interface)
max_velocity_interface: "robotiq_85_left_knuckle_joint/velocity"
max_velocity: 0.5 # TODO tune
# max_velocity_interface: "robotiq_85_left_knuckle_joint/velocity"
# max_velocity: 0.5 # TODO tune

# Optional (recommended)
state_interfaces: ["position", "velocity"]
Expand Down