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/service_manager.h>
#include <costmap_2d/costmap_layer.h>
#include <costmap_2d/layered_costmap.h>
#include <costmap_2d/GenericPluginConfig.h>
#include <dynamic_reconfigure/server.h>
#include <nav_msgs/OccupancyGrid.h>
#include <nav_msgs/GetMap.h>
#include <map_msgs/OccupancyGridUpdate.h>
#include <message_filters/subscriber.h>
#include <memory>
#include <rapp_platform_ros_communications/Costmap2dRosSrv.h>
Go to the source code of this file.
Classes | |
class | costmap_2d::RappStaticLayer |
Namespaces | |
costmap_2d | |