From c7556ace429a2a57905f65867dff669f22a27640 Mon Sep 17 00:00:00 2001 From: Thomas Timm Andersen Date: Wed, 16 Sep 2015 14:23:20 +0200 Subject: [PATCH] Updated readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 06e0d3a..8ed969a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # ur_moden_driver -ur_modern_driver -====== + The new driver for the UR3/UR5/UR10 robot arms from universal robots __Installation__ + Just clone the repository into your catkin working directory and make it with ```catkin_make```. Note that this package depends on ur_msgs, so it cannot directly be used with ROS versions prior to hydro @@ -11,6 +11,7 @@ Note that this package depends on ur_msgs, so it cannot directly be used with RO --- __Usage__ + The driver is designed to be a drop-in replacement of the ur\_driver package. It _won't_ overwrite your current driver though, so you can use and test this package without risking to break your current setup. Just use the modified launch files included in this package instead of those in ur\_bringup. Everything else should work as usual.