Skip to content

ibrahimjad/tangent_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TangentPlanner

ROS plugin for the base local planner which uses the tangent bug algorithm

This plugin adheres to the BaseLocalPlanner interface in the nav_core package.

Todo

  • Edit implementation to work with limited range LIDAR

Installation

Change directory to your ROS workspace and then type the following:

cd src
git clone https://github.com/ibrahimjad/tangent_planner.git
cd -

catkin build tangent_planner
source ~/.bashrc

In the move_base launch file, change the value of base_local_planner parameter to tangent_planner/TangentPlanner

Load the parameters in the param/tangent_planner_params.yaml.

Tangent Bug Algorithm

Explaination of how the algorithm work can be found here

About

ROS base local planner plugin which uses the tangent bug algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published