We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b02aa commit 8eb0355Copy full SHA for 8eb0355
robotiq_hande_driver/config/hande_controller.yaml
@@ -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
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