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 d8f9038 commit f6079b3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions example_2/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DiffBot

*DiffBot*, or ''Differential Mobile Robot'', is a simple mobile base with differential drive.
The robot is basically a box moving according to differential drive kinematics.
The *DiffBot* URDF files can be found in ``urdf`` folder of ``diffbot_description`` package.
The *DiffBot* URDF files can be found in ``description/urdf`` folder.

1. To check that *DiffBot* description is working properly use following launch commands::
ros2 launch ros2_control_demo_example_2 view_robot.launch.py
Expand All @@ -13,7 +13,7 @@ The *DiffBot* URDF files can be found in ``urdf`` folder of ``diffbot_descriptio
This happens because ``joint_state_publisher_gui`` node need some time to start.

2. To start *DiffBot* example open a terminal, source your ROS2-workspace and execute its launch file with::
ros2 launch ros2_control_demo_bringup diffbot.launch.py
ros2 launch ros2_control_demo_example_2 diffbot.launch.py

The launch file loads and starts the robot hardware, controllers and opens *RViz*.
In the starting terminal you will see a lot of output from the hardware implementation showing its internal states.
Expand Down Expand Up @@ -74,16 +74,16 @@ The *DiffBot* URDF files can be found in ``urdf`` folder of ``diffbot_descriptio
Files used for this demos
#########################

- Launch file: `diffbot.launch.py <ros2_control_demo_bringup/launch/diffbot.launch.py>`__
- Controllers yaml: `diffbot_controllers.yaml <ros2_control_demo_bringup/config/diffbot_controllers.yaml>`__
- URDF file: `diffbot.urdf.xacro <ros2_control_demo_description/diffbot_description/urdf/diffbot.urdf.xacro>`__
- 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>`__

+ Description: `diffbot_description.urdf.xacro <ros2_control_demo_description/diffbot_description/urdf/diffbot_description.urdf.xacro>`__
+ ``ros2_control`` tag: `diffbot.ros2_control.xacro <ros2_control_demo_description/diffbot_description/ros2_control/diffbot.ros2_control.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>`__

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

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


Controllers from this demo
Expand Down
2 changes: 1 addition & 1 deletion example_2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>ros2_control_demo_example_2</name>
<version>0.0.0</version>
<description>Demo package of `ros2_control` hardware for diffbot.</description>
<description>Demo package of `ros2_control` hardware for DiffBot.</description>

<maintainer email="[email protected]">Denis Štogl</maintainer>

Expand Down

0 comments on commit f6079b3

Please sign in to comment.