diff --git a/ros2/rviz_basics.md b/ros2/rviz_basics.md index e815fdc..3547fba 100644 --- a/ros2/rviz_basics.md +++ b/ros2/rviz_basics.md @@ -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. ```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.