From c4a00d9fa64b51de4c77268f4c28858d8e5d903c Mon Sep 17 00:00:00 2001 From: Florian Walch <florian.walch@franka.de> Date: Mon, 11 Sep 2017 18:12:08 +0200 Subject: [PATCH] Update README. --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5891455..69d3d51 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,17 @@ -# MoveIt! for FRANKA EMIKA +# ROS integration for FRANKA EMIKA research robots -## Launch the joint trajectory controllers +See the [FRANKA Control Interface documentation][fci-docs] for more information. -This assumes that the robot is reachable at robot.franka.de. If this is not the case, add `robot_ip:=<ip>`. +## MoveIt! quickstart - roslaunch franka_hw franka_hw.launch +1. Launch the joint trajectory controller -## Launch MoveIt! and RViz + roslaunch franka_control franka_control.launch robot_ip:=<ip> + +2. Launch MoveIt! roslaunch franka_moveit_config franka_moveit.launch + +3. Launch RViz + roslaunch franka_moveit_config moveit_rviz.launch -- GitLab