Skip to content
Snippets Groups Projects
Commit 9dd9abd8 authored by karlyeurl's avatar karlyeurl
Browse files

prettier md rendering

parent bb6f2593
Branches
No related merge requests found
...@@ -5,7 +5,9 @@ This repository provides ROS support for the universal robots. This repo holds ...@@ -5,7 +5,9 @@ This repository provides ROS support for the universal robots. This repo holds
To check that the package works, set up a catkin workspace and clone the repository into the src/ folder. It should look like ~/catkin_ws/src/universal_robot. Don't forget to source the setup file ($ source ~/catkin_ws/devel/setup.*sh), then use catkin_make to compile. To check that the package works, set up a catkin workspace and clone the repository into the src/ folder. It should look like ~/catkin_ws/src/universal_robot. Don't forget to source the setup file ($ source ~/catkin_ws/devel/setup.*sh), then use catkin_make to compile.
You can then start the driver with the following commands (start new terminals, don't forget to source the setup shell files): You can then start the driver with the following commands (start new terminals, don't forget to source the setup shell files):
$ roslaunch ur_bringup ur5.launch robot_ip:=IP_OF_THE_ROBOT $ roslaunch ur_bringup ur5.launch robot_ip:=IP_OF_THE_ROBOT
$ roscd ur_driver; ./test_move.py $ roscd ur_driver; ./test_move.py
Remember that you should always have your hands on the big red button in case there is something in the way, or anything unexcpected happens. Remember that you should always have your hands on the big red button in case there is something in the way, or anything unexcpected happens.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment