1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 10:00:48 +02:00

Updated readme

This commit is contained in:
Thomas Timm Andersen
2015-09-16 14:23:20 +02:00
parent 8b030e3f5d
commit c7556ace42

View File

@@ -1,9 +1,9 @@
# ur_moden_driver # ur_moden_driver
ur_modern_driver
======
The new driver for the UR3/UR5/UR10 robot arms from universal robots The new driver for the UR3/UR5/UR10 robot arms from universal robots
__Installation__ __Installation__
Just clone the repository into your catkin working directory and make it with ```catkin_make```. 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 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__ __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. 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. Just use the modified launch files included in this package instead of those in ur\_bringup. Everything else should work as usual.