Skip to content

A_Star algorithm implemented for UAV path planning using a GNC controller

Notifications You must be signed in to change notification settings

Swadine/GNC_Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic but apt Guided Navigation Controller I developed for UAV's in a known environment. The map of the environment is made available using lib_gazebo 2D map plugin that generates a 2D grid map of the environment. Then I implement Heuristic A-Star search on the map and make the UAV plan through the environment and reach the goal location. All the low level control is handled using MAVROS.

Refer to Ardupilot_SITL_20_04.md to read up about the entire setup of a ROS software stack for motion planning and controls.

About

A_Star algorithm implemented for UAV path planning using a GNC controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published