player_ranger_data_intnsstamped Struct Reference
Data: Stamped intensity scan (PLAYER_RANGER_DATA_INTNSSTAMPED) More...
#include <player_interfaces.h>
Collaboration diagram for player_ranger_data_intnsstamped:
Detailed Description
Data: Stamped intensity scan (PLAYER_RANGER_DATA_INTNSSTAMPED)
An intensity scan with optionally the (possibly estimated) geometry of the device when the scan was acquired an optional sensor configuration.
Public Attributes | |
player_ranger_data_intns_t | data |
The scan data. More... | |
uint8_t | have_geom |
If non-zero, the geometry data has been filled. More... | |
player_ranger_geom_t | geom |
The geometry of the device at the time the scan was acquired. More... | |
uint8_t | have_config |
If non-zero, the configuration data has been filled. More... | |
player_ranger_config_t | config |
The sensor configuration at the time the scan was acquired. More... | |
Member Data Documentation
◆ config
player_ranger_config_t player_ranger_data_intnsstamped::config |
The sensor configuration at the time the scan was acquired.
◆ data
player_ranger_data_intns_t player_ranger_data_intnsstamped::data |
The scan data.
◆ geom
player_ranger_geom_t player_ranger_data_intnsstamped::geom |
The geometry of the device at the time the scan was acquired.
◆ have_config
uint8_t player_ranger_data_intnsstamped::have_config |
If non-zero, the configuration data has been filled.
◆ have_geom
uint8_t player_ranger_data_intnsstamped::have_geom |
If non-zero, the geometry data has been filled.
The documentation for this struct was generated from the following file: