- Simple and safe real-time navigation for no-noise differential-drive agent with LIDAR for escaping static environments.
- Dynamic known environments can be managed but safety is not guranteed.
- Problems solved until now are documented in
report.pdf
- The project is a typical ROS project.
src/
contains all source code.src/planner
andsrc/replanner
contain the core logic, the others are used as libraries.
- For most of the code, the documentation is itself.
- Open a terminal at project root (the directory containing this file).
roscore
catkin_make
source devel/setup.bash
roslaunch turtlebot3_gazebo turtlebot3_zigzag_cylinder.launch
roscore
catkin_make
source devel/setup.bash
roslaunch turtlebot3_gazebo turtlebot3_zigzag.launch
A quick showcase of features.