Skip to content

Commit 4510808

Browse files
authored
Update README.md with correct example script (#67)
* Update README.md with correct example script * Also update sphinx doc
1 parent cf43d88 commit 4510808

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ ros2 launch ur_simulation_gz ur_sim_control.launch.py
9898

9999
Move 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

104104
Example using MoveIt with simulated robot:

ur_simulation_gz/doc/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)