diff --git a/example_2/README.rst b/example_2/README.rst index fd1678d91..31c919225 100644 --- a/example_2/README.rst +++ b/example_2/README.rst @@ -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 @@ -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. @@ -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 `__ - - Controllers yaml: `diffbot_controllers.yaml `__ - - URDF file: `diffbot.urdf.xacro `__ + - Launch file: `diffbot.launch.py `__ + - Controllers yaml: `diffbot_controllers.yaml `__ + - URDF file: `diffbot.urdf.xacro `__ - + Description: `diffbot_description.urdf.xacro `__ - + ``ros2_control`` tag: `diffbot.ros2_control.xacro `__ + + Description: `diffbot_description.urdf.xacro `__ + + ``ros2_control`` tag: `diffbot.ros2_control.xacro `__ - - RViz configuration: `diffbot.rviz `__ + - RViz configuration: `diffbot.rviz `__ - - Hardware interface plugin: `diffbot_system.cpp `__ + - Hardware interface plugin: `diffbot_system.cpp `__ Controllers from this demo diff --git a/example_2/package.xml b/example_2/package.xml index 6124c402a..53cd78466 100644 --- a/example_2/package.xml +++ b/example_2/package.xml @@ -3,7 +3,7 @@ ros2_control_demo_example_2 0.0.0 - Demo package of `ros2_control` hardware for diffbot. + Demo package of `ros2_control` hardware for DiffBot. Denis Štogl