#include <occupancy_map.h>
Public Types | |
typedef uint8_t | _accuracy_type |
typedef int8_t | _reserved_type |
typedef uint16_t | _tile_count_type |
typedef std::vector< float, typename ContainerAllocator::template rebind< float >::other > | _tiles_type |
typedef std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > const > | ConstPtr |
typedef std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_< ContainerAllocator > > | Ptr |
typedef occupancy_map_< ContainerAllocator > | Type |
Public Member Functions | |
occupancy_map_ () | |
occupancy_map_ (const ContainerAllocator &_alloc) | |
Public Attributes | |
_accuracy_type | accuracy |
_reserved_type | reserved |
_tile_count_type | tile_count |
_tiles_type | tiles |
Definition at line 22 of file occupancy_map.h.
typedef uint8_t realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::_accuracy_type |
Definition at line 42 of file occupancy_map.h.
typedef int8_t realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::_reserved_type |
Definition at line 45 of file occupancy_map.h.
typedef uint16_t realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::_tile_count_type |
Definition at line 48 of file occupancy_map.h.
typedef std::vector<float, typename ContainerAllocator::template rebind<float>::other > realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::_tiles_type |
Definition at line 51 of file occupancy_map.h.
typedef std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator> const> realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::ConstPtr |
Definition at line 58 of file occupancy_map.h.
typedef std::shared_ptr< ::realsense_legacy_msgs::occupancy_map_<ContainerAllocator> > realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::Ptr |
Definition at line 57 of file occupancy_map.h.
typedef occupancy_map_<ContainerAllocator> realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::Type |
Definition at line 24 of file occupancy_map.h.
|
inline |
Definition at line 26 of file occupancy_map.h.
|
inline |
Definition at line 32 of file occupancy_map.h.
_accuracy_type realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::accuracy |
Definition at line 43 of file occupancy_map.h.
_reserved_type realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::reserved |
Definition at line 46 of file occupancy_map.h.
_tile_count_type realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::tile_count |
Definition at line 49 of file occupancy_map.h.
_tiles_type realsense_legacy_msgs::occupancy_map_< ContainerAllocator >::tiles |
Definition at line 52 of file occupancy_map.h.