Skip to content

Commit

Permalink
Update README.md with correct example script (#67)
Browse files Browse the repository at this point in the history
* Update README.md with correct example script
* Also update sphinx doc
  • Loading branch information
urfeex authored Dec 5, 2024
1 parent cf43d88 commit 4510808
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ ros2 launch ur_simulation_gz ur_sim_control.launch.py

Move robot using test script from `ur_robot_driver` package (if you've installed that one):
```
ros2 launch ur_robot_driver test_joint_trajectory_controller.launch.py
ros2 run ur_robot_driver example_move.py
```

Example using MoveIt with simulated robot:
Expand Down
2 changes: 1 addition & 1 deletion ur_simulation_gz/doc/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Which can be tested by using a test script from ``ur_robot_driver`` (if installe

.. code-block:: console
$ ros2 launch ur_robot_driver test_joint_trajectory_controller.launch.py
$ ros2 run ur_robot_driver example_move.py
If we also want to be able to use MoveIt!, then:

Expand Down

0 comments on commit 4510808

Please sign in to comment.