Skip to content

Commit 25ffbbc

Browse files
Update realtime_servo_tutorial.rst (#791)
* Update realtime_servo_tutorial.rst Although, the code suggests to clone the old version of UR's repo but it does not clearly mention it in words. I did not clone the old version because I already had the latest version and the tutorial didn't work for me for now obvious reasons. So, I am adding a note in bold so that no one else does the same mistake as mine and don't waste 2 days like me. I also added a debug tip to see when one should expect the tutorial to work. * Update doc/realtime_servo/realtime_servo_tutorial.rst As suggested, removed the commit link from which this information was obtained. Co-authored-by: AndyZe <[email protected]> * Update realtime_servo_tutorial.rst added more clarification to the bebug tips * Whitespace fixup * Whitespace fixup * Whitespace fixup * Controller comment update * Format --------- Co-authored-by: AndyZe <[email protected]>
1 parent e802cc4 commit 25ffbbc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

doc/realtime_servo/realtime_servo_tutorial.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Getting Started
1717
---------------
1818
This tutorial demonstrates the servo node with a UR5 Gazebo simulation. If you haven't already done so, make sure you've completed the steps in `Getting Started <../getting_started/getting_started.html>`_.
1919

20-
Clone `universal_robot melodic-devel branch <https://github.com/ros-industrial/universal_robot.git>`_ into the same catkin workspace from `Getting Started`: ::
20+
Clone `universal_robot melodic-devel branch <https://github.com/ros-industrial/universal_robot.git>`_ into the same catkin workspace from `Getting Started`:
21+
22+
**NOTE: Please stick to older version of Universal Robot Github (1.2.7 ) as newer versions (1.3.x) are incompatible with the servo tutorial.**
23+
::
2124

2225
cd ~/ws_moveit/src
2326

@@ -126,3 +129,7 @@ There is a Python integration test in ``test/integration``. Run it by:
126129
127130
roscd moveit_servo
128131
catkin run_tests --this
132+
133+
Debug Tips
134+
---------------
135+
Do run either ``rosservice call /controller_manager/list_controllers`` or ``rosrun controller_manager controller_manager list``. For moveit_servo to be working, ``joint_group_position_controller`` or ``joint_group_velocity_controller`` should be ``running``.

0 commit comments

Comments
 (0)