File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,11 @@ trajectory_execution:
1010moveit_simple_controller_manager :
1111 controller_names :
1212 - scaled_joint_trajectory_controller
13+ - passthrough_trajectory_controller
1314 - joint_trajectory_controller
1415
15- scaled_joint_trajectory_controller :
16+ # scaled_joint_trajectory_controller:
17+ passthrough_trajectory_controller :
1618 action_ns : follow_joint_trajectory
1719 type : FollowJointTrajectory
1820 default : true
Original file line number Diff line number Diff line change @@ -337,7 +337,7 @@ def generate_launch_description():
337337 declared_arguments .append (
338338 DeclareLaunchArgument (
339339 "initial_joint_controller" ,
340- default_value = "scaled_joint_trajectory_controller " ,
340+ default_value = "passthrough_trajectory_controller " ,
341341 choices = [
342342 "scaled_joint_trajectory_controller" ,
343343 "joint_trajectory_controller" ,
You can’t perform that action at this time.
0 commit comments