#include <LoadMapResponse.h>
Public Types | |
| enum | { RESULT_SUCCESS = 0u, RESULT_MAP_DOES_NOT_EXIST = 1u, RESULT_INVALID_MAP_DATA = 2u, RESULT_INVALID_MAP_METADATA = 3u, RESULT_UNDEFINED_FAILURE = 255u } |
| typedef ::nav_msgs::OccupancyGrid_< ContainerAllocator > | _map_type |
| typedef uint8_t | _result_type |
| typedef std::shared_ptr< ::nav_msgs::LoadMapResponse_< ContainerAllocator > const > | ConstPtr |
| typedef std::shared_ptr< ::nav_msgs::LoadMapResponse_< ContainerAllocator > > | Ptr |
| typedef LoadMapResponse_< ContainerAllocator > | Type |
Public Member Functions | |
| LoadMapResponse_ () | |
| LoadMapResponse_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
| _map_type | map |
| _result_type | result |
Definition at line 24 of file LoadMapResponse.h.
| typedef ::nav_msgs::OccupancyGrid_<ContainerAllocator> nav_msgs::LoadMapResponse_< ContainerAllocator >::_map_type |
Definition at line 40 of file LoadMapResponse.h.
| typedef uint8_t nav_msgs::LoadMapResponse_< ContainerAllocator >::_result_type |
Definition at line 43 of file LoadMapResponse.h.
| typedef std::shared_ptr< ::nav_msgs::LoadMapResponse_<ContainerAllocator> const> nav_msgs::LoadMapResponse_< ContainerAllocator >::ConstPtr |
Definition at line 75 of file LoadMapResponse.h.
| typedef std::shared_ptr< ::nav_msgs::LoadMapResponse_<ContainerAllocator> > nav_msgs::LoadMapResponse_< ContainerAllocator >::Ptr |
Definition at line 74 of file LoadMapResponse.h.
| typedef LoadMapResponse_<ContainerAllocator> nav_msgs::LoadMapResponse_< ContainerAllocator >::Type |
Definition at line 26 of file LoadMapResponse.h.
| anonymous enum |
| Enumerator | |
|---|---|
| RESULT_SUCCESS | |
| RESULT_MAP_DOES_NOT_EXIST | |
| RESULT_INVALID_MAP_DATA | |
| RESULT_INVALID_MAP_METADATA | |
| RESULT_UNDEFINED_FAILURE | |
Definition at line 65 of file LoadMapResponse.h.
|
inline |
Definition at line 28 of file LoadMapResponse.h.
|
inline |
Definition at line 32 of file LoadMapResponse.h.
| _map_type nav_msgs::LoadMapResponse_< ContainerAllocator >::map |
Definition at line 41 of file LoadMapResponse.h.
| _result_type nav_msgs::LoadMapResponse_< ContainerAllocator >::result |
Definition at line 44 of file LoadMapResponse.h.