From 6161a7d88ba7eee9507fb51b288141dda45e2091 Mon Sep 17 00:00:00 2001 From: "G.A. vd. Hoorn" Date: Thu, 1 Nov 2018 17:57:49 +0100 Subject: [PATCH] readme: fix typo in launch filename. Fix #198. (#226) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11048c7..aa5669a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ sudo apt install ros--ur-description Where 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 ``` ---