Robot Planning and its Applications Project
File List
Here is a list of all files with brief descriptions:
[detail level 12345]
  include
 dubins_local.hContains function declaration related to dubins planner
 ompl_planning.hppContains most of the Functions related to OMPL planer
 planPath.hppContains header inforamtion of planPath functions
  simulator
  src
  9_project_interface
  include
 utils.hpp
  src
  RRTStar
 obstacles.cppContains the implementation of Obstacle processing related function in RRT* implementaion
 obstacles.hContains the declaration of Obstacles class
 rrtstar.cppContains the implementation of RRT* planning functions
 rrtstar.hContains the declation of RRT* class and RRT* Node
 dubins_local.cppContains Function definition of dubins local planner
 extrisnicCalib.cpp
 findRobot.cppContains the implementation of findRobot Function
 loadImage.cppContains the implementation of loadImage Function
 planPath.cppContains the implementation of planPath functions
 processMap.cppContains the implementation of Obstacle detection, gate detecton , victm detection and victim recognition
 student_interface.cppContains the implementation of genericImageListener Function.Other functions are moved out in other files