Skip to content

Implement a navigational robot that performs global planning using A* and local planning using Vector Field Histogram (VFH) to help navigate the robot from start to end for a given map.

License

Notifications You must be signed in to change notification settings

WhizK1D/ros-a-star-vfh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ros-a-star-vfh

Implement a navigational robot that performs global planning using A-star and local planning using Vector Field Histogram (VFH) to help navigate the robot from start to end for a given map.

File Summary:

  • launch/pa2.launch: Basic launch file launching all nodes
  • msg/: Custom message definitions
  • a-star-utils.py: Set of utilities required to run basic A-star path finding
  • a-star-launcher: Actual launcher integrating robot control and A-star
  • robot.py: Utilities for controlling robot
  • overwatch.py: Basic monitoring node to provide the robot tailored information
  • vfh.py: Basic VFH implementation that provides different costs

About

Implement a navigational robot that performs global planning using A* and local planning using Vector Field Histogram (VFH) to help navigate the robot from start to end for a given map.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages