|
Classes |
struct | player_localize_hypoth |
| Hypothesis format. More...
|
struct | player_localize_data |
| Data. More...
|
struct | player_localize_set_pose |
| Configuration request: Set the robot pose estimate. More...
|
struct | player_localize_config |
| Configuration request: Get/Set configuration. More...
|
struct | player_localize_particle |
struct | player_localize_get_particles |
| Configuration request: Get particles. More...
|
Defines |
#define | PLAYER_LOCALIZE_MAX_HYPOTHS 10 |
#define | PLAYER_LOCALIZE_SET_POSE_REQ ((uint8_t)1) |
#define | PLAYER_LOCALIZE_GET_CONFIG_REQ ((uint8_t)2) |
#define | PLAYER_LOCALIZE_SET_CONFIG_REQ ((uint8_t)3) |
#define | PLAYER_LOCALIZE_GET_PARTICLES_REQ ((uint8_t)4) |
#define | PLAYER_LOCALIZE_PARTICLES_MAX 100 |
Typedefs |
typedef player_localize_hypoth | player_localize_hypoth_t |
| Hypothesis format.
|
typedef player_localize_data | player_localize_data_t |
| Data.
|
typedef player_localize_set_pose | player_localize_set_pose_t |
| Configuration request: Set the robot pose estimate.
|
typedef player_localize_config | player_localize_config_t |
| Configuration request: Get/Set configuration.
|
typedef player_localize_particle | player_localize_particle_t |
typedef player_localize_get_particles | player_localize_get_particles_t |
| Configuration request: Get particles.
|