PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <wheel_encoders.h>
Public Attributes | |
uint64_t | timestamp |
int64_t | encoder_position |
int32_t | speed |
uint32_t | pulses_per_rev |
Definition at line 51 of file wheel_encoders.h.
int64_t wheel_encoders_s::encoder_position |
Definition at line 54 of file wheel_encoders.h.
uint32_t wheel_encoders_s::pulses_per_rev |
Definition at line 56 of file wheel_encoders.h.
int32_t wheel_encoders_s::speed |
Definition at line 55 of file wheel_encoders.h.
uint64_t wheel_encoders_s::timestamp |
Definition at line 53 of file wheel_encoders.h.