#include <from_ros_costmaps.hpp>
Public Types | |
typedef costmap_2d::Costmap2DROS | ROSCostmap |
typedef std::shared_ptr < ROSCostmap > | ROSCostmapPtr |
Public Member Functions | |
ROSCostmapPtr | getROSCostmap () |
ROSCostmapServer (const std::string &name, const std::string &base_link_transform_name, const cost_map::Position &origin, const double &width, const double &height) | |
Private Attributes | |
ROSCostmapPtr | costmap |
tf::TransformListener | transform_listener |
Some partial customation of various ros costmaps for use with converter demos and tests.
Characteristics/Constraints:
Definition at line 41 of file from_ros_costmaps.hpp.
Definition at line 43 of file from_ros_costmaps.hpp.
typedef std::shared_ptr<ROSCostmap> cost_map_demos::ROSCostmapServer::ROSCostmapPtr |
Definition at line 44 of file from_ros_costmaps.hpp.
ROSCostmapServer::ROSCostmapServer | ( | const std::string & | name, |
const std::string & | base_link_transform_name, | ||
const cost_map::Position & | origin, | ||
const double & | width, | ||
const double & | height | ||
) |
Definition at line 33 of file lib/from_ros_costmaps.cpp.
Definition at line 53 of file from_ros_costmaps.hpp.
Definition at line 53 of file from_ros_costmaps.hpp.
Definition at line 57 of file from_ros_costmaps.hpp.