Browse Source

Correct the rviz config file path

pull/5/head
Chintan Desai 2 years ago
committed by GitHub
parent
commit
9c26e36748
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ros2/rviz_basics.md

+ 1
- 1
ros2/rviz_basics.md View File

@ -10,7 +10,7 @@ ros2 launch stretch_core stretch_driver.launch.py
Then run the following command to bring up a simple RViz configuration of the Stretch robot. Then run the following command to bring up a simple RViz configuration of the Stretch robot.
```bash ```bash
ros2 run rviz2 rviz2 -d `ros2 pkg prefix stretch_calibration`/rviz/stretch_simple_test.rviz
ros2 run rviz2 rviz2 -d `ros2 pkg prefix --share stretch_calibration`/rviz/stretch_simple_test.rviz
``` ```
An RViz window should open, allowing you to see the various DisplayTypes in the display tree on the left side of the window. An RViz window should open, allowing you to see the various DisplayTypes in the display tree on the left side of the window.

Loading…
Cancel
Save