Skip to content

Commit

Permalink
Update realtime_servo_tutorial.rst (#791)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
devvaibhav455 and AndyZe authored Jul 4, 2023
1 parent e802cc4 commit 25ffbbc
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/realtime_servo/realtime_servo_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ Getting Started
---------------
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>`_.

Clone `universal_robot melodic-devel branch <https://github.com/ros-industrial/universal_robot.git>`_ into the same catkin workspace from `Getting Started`: ::
Clone `universal_robot melodic-devel branch <https://github.com/ros-industrial/universal_robot.git>`_ into the same catkin workspace from `Getting Started`:

**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.**
::

cd ~/ws_moveit/src

Expand Down Expand Up @@ -126,3 +129,7 @@ There is a Python integration test in ``test/integration``. Run it by:
roscd moveit_servo
catkin run_tests --this
Debug Tips
---------------
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 comments on commit 25ffbbc

Please sign in to comment.