mock system working
This commit is contained in:
parent
1e99f38daf
commit
91593c5525
@ -5,6 +5,10 @@ controller_manager:
|
||||
type: joint_state_broadcaster/JointStateBroadcaster
|
||||
robotiq_gripper_controller:
|
||||
type: position_controllers/GripperActionController
|
||||
fake_gripper_controller:
|
||||
type: joint_trajectory_controller/JointTrajectoryController
|
||||
forward_gripper_position_controller:
|
||||
type: position_controllers/JointGroupPositionController
|
||||
robotiq_activation_controller:
|
||||
type: robotiq_controllers/RobotiqActivationController
|
||||
|
||||
@ -15,6 +19,28 @@ robotiq_gripper_controller:
|
||||
use_effort_interface: true
|
||||
use_speed_interface: true
|
||||
|
||||
forward_gripper_position_controller:
|
||||
ros__parameters:
|
||||
joints:
|
||||
- finger_joint
|
||||
|
||||
fake_gripper_controller:
|
||||
ros__parameters:
|
||||
joints:
|
||||
- finger_joint
|
||||
command_interfaces:
|
||||
- position
|
||||
state_interfaces:
|
||||
- position
|
||||
- velocity
|
||||
state_publish_rate: 100.0
|
||||
action_monitor_rate: 20.0
|
||||
allow_partial_joints_goal: false
|
||||
constraints:
|
||||
stopped_velocity_tolerance: 0.2
|
||||
goal_time: 0.0
|
||||
finger_joint: { trajectory: 0.2, goal: 0.1 }
|
||||
|
||||
robotiq_activation_controller:
|
||||
ros__parameters:
|
||||
default: true
|
Loading…
Reference in New Issue
Block a user