File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ros2 launch ur_simulation_gz ur_sim_control.launch.py
9898
9999Move robot using test script from ` ur_robot_driver ` package (if you've installed that one):
100100```
101- ros2 launch ur_robot_driver test_joint_trajectory_controller.launch .py
101+ ros2 run ur_robot_driver example_move .py
102102```
103103
104104Example using MoveIt with simulated robot:
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Which can be tested by using a test script from ``ur_robot_driver`` (if installe
2121
2222.. code-block :: console
2323
24- $ ros2 launch ur_robot_driver test_joint_trajectory_controller.launch .py
24+ $ ros2 run ur_robot_driver example_move .py
2525
2626 If we also want to be able to use MoveIt!, then:
2727
You can’t perform that action at this time.
0 commit comments