From 8d8039a2852ed803cbba0f068767de6d1ad07c01 Mon Sep 17 00:00:00 2001 From: AydenBravender Date: Wed, 22 Jan 2025 11:23:30 -0700 Subject: [PATCH] fixed docs --- documentation/visualizing_urdf.md | 35 ++++++++++++++----------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/documentation/visualizing_urdf.md b/documentation/visualizing_urdf.md index 917822f..65c7959 100644 --- a/documentation/visualizing_urdf.md +++ b/documentation/visualizing_urdf.md @@ -1,27 +1,11 @@ -## Install ZED SDK and CLONE Ros2 Wrapper +## Install ZED SDK and Clone Ros2 Wrapper place ros2 wrapper inside the rover/src directory replace this file contents: ```/Software_2025/rover/src/zed-ros2-wrapper/zed_wrapper/urdf/zed_macro.urdf.xacro``` -with this ``` +with this +``` - - - @@ -207,4 +191,17 @@ with this ``` +``` + +then to run: +``` +colcon build +``` + +``` +source install/setup.bash +``` + +``` +ros2 launch kipp_description kipp_state.launch.py ``` \ No newline at end of file