![]() |
RAPP Platform
v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
|
#include "ros/ros.h"#include "ros/package.h"#include <navfn/MakeNavPlan.h>#include <navfn/MakeNavPlanResponse.h>#include <rapp_platform_ros_communications/PathPlanningRosSrv.h>#include "rapp_platform_ros_communications/MapServerGetMapRosSrv.h"#include "rapp_platform_ros_communications/Costmap2dRosSrv.h"#include "rapp_platform_ros_communications/MapServerUploadMapRosSrv.h"#include <signal.h>#include <path_planning/path_planner.h>#include <boost/lexical_cast.hpp>#include <ros/service_manager.h>#include <unistd.h>#include <sys/types.h>#include <pwd.h>

Go to the source code of this file.
Classes | |
| class | PathPlanning |