Skip to content

Commit

Permalink
Fix wrong paths
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Feb 7, 2023
1 parent f6079b3 commit 28eca42
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions example_2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,14 @@ The *DiffBot* URDF files can be found in ``description/urdf`` folder.
Files used for this demos
#########################

- Launch file: `diffbot.launch.py <ros2_control_demo_example_2/bringup//launch/diffbot.launch.py>`__
- Controllers yaml: `diffbot_controllers.yaml <ros2_control_demo_example_2/bringup//config/diffbot_controllers.yaml>`__
- URDF file: `diffbot.urdf.xacro <ros2_control_demo_example_2/description/urdf/diffbot.urdf.xacro>`__
- Launch file: `diffbot.launch.py <bringup//launch/diffbot.launch.py>`__
- Controllers yaml: `diffbot_controllers.yaml <bringup//config/diffbot_controllers.yaml>`__
- URDF file: `diffbot.urdf.xacro <description/urdf/diffbot.urdf.xacro>`__

+ Description: `diffbot_description.urdf.xacro <ros2_control_demo_example_2/description/urdf/diffbot_description.urdf.xacro>`__
+ ``ros2_control`` tag: `diffbot.ros2_control.xacro <ros2_control_demo_example_2/description/ros2_control/diffbot.ros2_control.xacro>`__
+ Description: `diffbot_description.urdf.xacro <description/urdf/diffbot_description.urdf.xacro>`__
+ ``ros2_control`` tag: `diffbot.ros2_control.xacro <description/ros2_control/diffbot.ros2_control.xacro>`__

- RViz configuration: `diffbot.rviz <ros2_control_demo_example_2/description/config/diffbot.rviz>`__
- RViz configuration: `diffbot.rviz <description/config/diffbot.rviz>`__

- Hardware interface plugin: `diffbot_system.cpp <ros2_control_demo_example_2/hardware/diffbot_system.cpp>`__

Expand Down

0 comments on commit 28eca42

Please sign in to comment.