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" - - - - - - - - - - - + + + + + + + + + + + + + ```