mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 11:37:05 +00:00
12 lines
551 B
XML
12 lines
551 B
XML
<launch>
|
|
|
|
<!-- execute the trajectory in 'interpolate' mode or jump to goal position in 'last point' mode -->
|
|
<arg name="fake_execution_type" default="interpolate" />
|
|
|
|
<!-- Set the param that trajectory_execution_manager needs to find the controller plugin -->
|
|
<param name="moveit_controller_manager" value="moveit_fake_controller_manager/MoveItFakeControllerManager"/>
|
|
|
|
<!-- The rest of the params are specific to this plugin -->
|
|
<rosparam subst_value="true" file="$(find mycobot_pro450_moveit)/config/fake_controllers.yaml"/>
|
|
|
|
</launch>
|