Skip to content
Merged
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: 8 additions & 0 deletions ur_robot_driver/config/ur_controllers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,14 @@ controller_manager:
tool_contact_controller:
type: ur_controllers/ToolContactController

# The way this is currently implemented upstream doesn't really work for us. When using
# position control, the robot will have a tracking error. However, limits will be enforced
# from the currently reported position, effectively limiting the possible step size using the
# joints' velocity limits. Until this is resolved, we will keep command limits non-enforced.
# Note: On Jazzy this is the default behavior, anyway. For Rolling / Kilted this defaults to
# true.
enforce_command_limits: false

speed_scaling_state_broadcaster:
ros__parameters:
state_publish_rate: 100.0
Expand Down
Loading