File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 99 <arg name="headless_mode" value="true"/>
1010 </include>
1111
12+ <!--If the default controller changes, this remap has to be adapted, as well-->
13+ <remap from="follow_joint_trajectory" to="/scaled_pos_traj_controller/follow_joint_trajectory" />
14+
1215 <test test-name="switch_on_test" pkg="ur_robot_driver" type="switch_on_test.py" name="switch_on_test1" time-limit="60.0"/>
1316 <test test-name="io_test" pkg="ur_robot_driver" type="io_test.py" name="io_test1" time-limit="60.0"/>
1417 <test test-name="trajectory_test" pkg="ur_robot_driver" type="trajectory_test.py" name="traj_test1" time-limit="120.0"/>
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ def __init__(self, *args):
1919 super (TrajectoryTest , self ).__init__ (* args )
2020 rospy .init_node ('trajectory_testing_client' )
2121 self .client = actionlib .SimpleActionClient (
22- '/scaled_pos_traj_controller/ follow_joint_trajectory' , FollowJointTrajectoryAction )
22+ 'follow_joint_trajectory' , FollowJointTrajectoryAction )
2323 timeout = rospy .Duration (30 )
2424 try :
2525 self .client .wait_for_server (timeout )
You can’t perform that action at this time.
0 commit comments