From c289b621a67ddb2f6fe5ba9aeb32da572ba6d00d Mon Sep 17 00:00:00 2001 From: David Dorf <113081373+daviddorf2023@users.noreply.github.com> Date: Sun, 5 Nov 2023 16:08:51 -0600 Subject: [PATCH] Update README.md with video --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4e0593a..52eea20 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # RRT_2D_3D -https://github.com/daviddorf2023/ros2rrt/assets/113081373/681f2f3d-e7b1-4488-a605-03b472c3581f +https://github.com/daviddorf2023/ros2rrt/assets/113081373/6f8e5829-7414-44c8-915c-48ec843377d8 -https://github.com/daviddorf2023/ros2rrt/assets/113081373/dd4268d0-8ca6-4d42-8f72-c304640ba5f7 +## Authors and Contributors +Author: David Dorf ## Description 3D and 2D implementation of Rapid Exploring Random Tree algorithms for ROS 2. The main ROS 2 nodes are rrt2D and rrt3D, which can take user inputs and publish the nodes of the RRT and the path to the goal. The ROS 2 nodes are currently in development. The nodes can subscribe to topics for map data, marker obstacles, and can be launched with rrt2Dlaunch.xml and rrt3Dlaunch.xml, respectively. @@ -23,6 +24,3 @@ Clone the repository into your ROS 2 workspace and build with colcon build. rrt2D is a ROS 2 node that implements the RRT algorithm in 2D. It can be launched with the rrt2Dlaunch.xml file. The node subscribes to the /occupancy_grid topic for map data and the /obstacle_markers_2D topic for marker obstacles. The node publishes the nodes of the RRT to the /rrt_markers topic and the path to the goal to the /rrt_path topic. #### rrt3D rrt3D is a ROS 2 node that implements the RRT algorithm in 3D. It can be launched with the rrt3Dlaunch.xml file. The node subscribes to the /occupancy_grid topic for map data and the /obstacle_markers_3D topic for marker obstacles. The node publishes the nodes of the RRT to the /rrt_markers topic and the path to the goal to the /rrt_path topic. - -## Authors and Contributors -Author: David Dorf