AUTONOMOUS ROBOT NAVIGATION USING ROS Clearpath Husky A200 robot with Gazebo and RViz simulations using different SLAM and Path Planning algorithms. 360 degrees laser scan with two SICK LMS511 LIDARs
-
Updated
May 9, 2018 - C++
AUTONOMOUS ROBOT NAVIGATION USING ROS Clearpath Husky A200 robot with Gazebo and RViz simulations using different SLAM and Path Planning algorithms. 360 degrees laser scan with two SICK LMS511 LIDARs
Local Planner for ROS2
The local planner used in our paper 'ODS-Bot: Mobile Robot Navigation for Outdoor Delivery Services' (IEEE Access '22)
This repo is multi-robot motion planner framework which uses CCBS as a global planner to determine non-collision paths for all robots. The paths are sent to local planners which determine the path segment for robots to follow. The packages work on ROS and Gazebo.
Obstacle avoidance using data from depth camera and lidar
DWA(Dynamic Window Approach) local planner
A custom-built **Dynamic Window Approach (DWA) local planner** for TurtleBot3 in **ROS2 Humble**, designed to work in Gazebo simulation. It computes real-time velocity commands using laser scan and odometry data, visualizes evaluated trajectories in RViz2, and operates without relying on Nav2 plugins.
dwa_planner
A standalone modern C++ DynamicWindowApproach
Add a description, image, and links to the dwa topic page so that developers can more easily learn about it.
To associate your repository with the dwa topic, visit your repo's landing page and select "manage topics."