diff --git a/tutorials/docs/controller_example.rst b/tutorials/docs/controller_example.rst index 00aab88..b24887f 100644 --- a/tutorials/docs/controller_example.rst +++ b/tutorials/docs/controller_example.rst @@ -49,7 +49,7 @@ If you haven't done yet, clone in your workspace and build the |PN| `examples - git clone -b -devel https://github.com/IntelligentRoboticsLabs/ros2_planning_system_examples.git src + git clone -b https://github.com/IntelligentRoboticsLabs/ros2_planning_system_examples.git src/ros2_planning_system_examples colcon build --symlink-install rosdep install --from-paths src --ignore-src -r -y colcon build --symlink-install diff --git a/tutorials/docs/simple_example.rst b/tutorials/docs/simple_example.rst index 32dd64d..2053f2e 100644 --- a/tutorials/docs/simple_example.rst +++ b/tutorials/docs/simple_example.rst @@ -30,7 +30,7 @@ Clone in your workspace and build the |PN| `examples - git clone -b -devel https://github.com/IntelligentRoboticsLabs/ros2_planning_system_examples.git src + git clone -b https://github.com/IntelligentRoboticsLabs/ros2_planning_system_examples.git src/ros2_planning_system_examples colcon build --symlink-install rosdep install --from-paths src --ignore-src -r -y colcon build --symlink-install @@ -98,7 +98,7 @@ soon as the plan execution finished, the terminal will be available again. 2- Package structure -------------------- -Go to ``/ros2_planning_system_examples/plansys2_simple_example``. This is the ROS2 package that contains the example +Go to ``/src/ros2_planning_system_examples/plansys2_simple_example``. This is the ROS2 package that contains the example of this tutorial. The structure is the usual of a ROS2 package, with a ``package.xml`` and a ``CMakeLists.txt`` as usual. Besides, we have the next directories: