1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-09 17:40:47 +02:00

readme: fix typo in launch filename. Fix #198. (#226)

This commit is contained in:
G.A. vd. Hoorn
2018-11-01 17:57:49 +01:00
committed by GitHub
parent fb9dba2f10
commit 6161a7d88b

View File

@@ -98,7 +98,7 @@ sudo apt install ros-<distro>-ur-description
Where <distro> is the ROS distribution your machine is running on. You may want to run MoveIt to plan and execute actions on the arm. You can do so by simply entering the following commands after launching ```ur_modern_driver```:
```
roslaunch urXX_moveit_config ur5_moveit_planning_executing.launch
roslaunch urXX_moveit_config ur5_moveit_planning_execution.launch
roslaunch urXX_moveit_config moveit_rviz.launch config:=true
```
---