Skip to content

Commit 78ccc9b

Browse files
committed
fix #167: wrong setup referenced in docs
1 parent fd8e654 commit 78ccc9b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/examples/03_backends_ros/02_forward_and_inverse_kinematics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Forward and inverse kinematics
1111
The following examples use the `ROS <http://www.ros.org/>`_ backend
1212
and the MoveI! planner for UR5 robots. Before running them, please
1313
make sure you have the :ref:`ROS backend <ros_backend>` correctly
14-
configured and the :ref:`UR5 Planner <ros_bundles_list>` started.
14+
configured and the :ref:`UR5 Demo <ros_bundles_list>` started.
1515

1616
Forward kinematics
1717
==================

docs/examples/03_backends_ros/03_collision_objects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Planning scene and collision objects
77
The following examples use the `ROS <http://www.ros.org/>`_ backend
88
and the MoveI! planner for UR5 robots. Before running them, please
99
make sure you have the :ref:`ROS backend <ros_backend>` correctly
10-
configured and the :ref:`UR5 Planner <ros_bundles_list>` started.
10+
configured and the :ref:`UR5 Demo <ros_bundles_list>` started.
1111

1212
To plan motion paths that avoid collisions with other objects than the robot
1313
itself, the backend's planning scene has to be updated.

docs/examples/03_backends_ros/04_plan_motion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Plan motion
77
The following examples use the `ROS <http://www.ros.org/>`_ backend
88
and the MoveI! planner for UR5 robots. Before running them, please
99
make sure you have the :ref:`ROS backend <ros_backend>` correctly
10-
configured and the :ref:`UR5 Planner <ros_bundles_list>` started.
10+
configured and the :ref:`UR5 Demo <ros_bundles_list>` started.
1111

1212
There are 2 function that allow to plan a robotic movement without collisions:
1313
`plan_cartesian_motion` and `plan_motion`.

0 commit comments

Comments
 (0)