From 65cf4ed97fe4aca7406ce09029f7e21707ed3e92 Mon Sep 17 00:00:00 2001 From: locker98 Date: Fri, 20 Dec 2024 08:43:52 -0500 Subject: [PATCH] fixed xml launch file --- .../General ROS 2/SLAM and Navigation/Nav2.md | 7 ++--- .../General ROS 2/SLAM and Navigation/SLAM.md | 28 +++++++++---------- 2 files changed, 16 insertions(+), 19 deletions(-) diff --git a/docs/General ROS 2/SLAM and Navigation/Nav2.md b/docs/General ROS 2/SLAM and Navigation/Nav2.md index 8274813..17fc84a 100755 --- a/docs/General ROS 2/SLAM and Navigation/Nav2.md +++ b/docs/General ROS 2/SLAM and Navigation/Nav2.md @@ -74,10 +74,7 @@ Here is a custom ROS 2 Launch file === "XML" - This is the XML version that is much easier to understand but for some reason it does not work. There is some error with the args the makes it error every time I try to build it. - ```xml title="nav2.launch.xml" linenums="1" - @@ -85,8 +82,8 @@ Here is a custom ROS 2 Launch file - - + + diff --git a/docs/General ROS 2/SLAM and Navigation/SLAM.md b/docs/General ROS 2/SLAM and Navigation/SLAM.md index 7cd2a9b..8a1ca77 100755 --- a/docs/General ROS 2/SLAM and Navigation/SLAM.md +++ b/docs/General ROS 2/SLAM and Navigation/SLAM.md @@ -79,22 +79,22 @@ Here is a custom ROS 2 Launch file ``` === "XML" - - This is the XML version that is much easier to understand but for some reason it does not work. There is some error with the args the makes it error every time I try to build it. - + ```xml title="slam.launch.xml" linenums="1" - - - - - - - - - - - + + + + + + + + + + + + + ```