Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions source/Tutorials/Demos/dummy-robot-demo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,8 @@ To start the demo, we execute the demo bringup launch file, which we are going t
[dummy_laser-4] [INFO] [1714837459.645626640] [dummy_laser]: scan time increment: 0.000000
[robot_state_publisher-2] [INFO] [1714837459.652977937] [robot_state_publisher]: Robot initialized

If you now open RViz2 in a new terminal, you'll see your robot.
🎉
This opens RViz2, you'll see your robot 🎉.

.. code-block:: console

$ source ~/ros2_ws/install/setup.bash
$ rviz2

This opens RViz2.
Assuming you have your dummy_robot_bringup still launched, you can now add the TF display plugin and configure your global frame to ``world``.
Once you did that, you should see a similar picture:

Expand Down
Loading