Browse Source

Correct the rviz config file path

galactic
Chintan Desai 2 years ago
committed by GitHub
parent
commit
f6ae22de0c
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
      rviz_basics.md

+ 1
- 1
rviz_basics.md View File

@ -9,7 +9,7 @@ ros2 launch stretch_core stretch_driver.launch.py
<!-- TODO: Make this rviz config file available to users in the main branch -->
Then run the following command to bring up a simple RViz configuration of the Stretch robot.
```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.

Loading…
Cancel
Save