From 47ca3442624c046bc42313cf15aa3d76e32824e3 Mon Sep 17 00:00:00 2001 From: Jesus Eduardo Rodriguez <141784078+hello-jesus@users.noreply.github.com> Date: Tue, 29 Aug 2023 16:16:28 -0700 Subject: [PATCH] Changed the input command for the rviz perception_example --- ros2/perception.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2/perception.md b/ros2/perception.md index 2519b63..7813e75 100644 --- a/ros2/perception.md +++ b/ros2/perception.md @@ -17,7 +17,7 @@ ros2 launch stretch_core d435i_low_resolution.launch.py Within this tutorial package, there is an [RViz config file](https://github.com/hello-robot/stretch_tutorials/blob/noetic/rviz/perception_example.rviz) with the topics for perception already in the Display tree. You can visualize these topics and the robot model by running the command below in a new terminal. ```{.bash .shell-prompt} -ros2 run rviz2 rviz2 -d `ros2 pkg prefix --share stretch_tutorials`/rviz/perception_example.rviz +ros2 run rviz2 rviz2 -d /home/hello-robot/ament_ws/src/stretch_tutorials/rviz/perception_example.rviz ``` ### PointCloud2 Display