Skip to content

Commit 8eb0355

Browse files
committed
prototype controller config
1 parent 88b02aa commit 8eb0355

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/**:
2+
controller_manager:
3+
ros__parameters:
4+
update_rate: 10 # Hz
5+
6+
gripper_action_controller:
7+
type: position_controllers/GripperActionController
8+
9+
gripper_action_controller:
10+
action_monitor_rate: 20.0 # Hz
11+
# TODO: include prefix:
12+
# joint: $(var tf_prefix)hande_left_finger_joint
13+
joint: hande_left_finger_joint
14+
max_effort: 10.0 # N
15+
goal_tolerance: 0.01 # m
16+
allow_stalling: false
17+
stall_velocity_threshold: 0.001 #m/s
18+
stall_timeout: 1.0 # s
19+
state_interfaces:
20+
- position

0 commit comments

Comments
 (0)