NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <vive.h>
Public Attributes | |
uint32_t | timestamp |
uint8_t | id |
uint16_t | fw_version |
char | serial [MAX_SERIAL_LENGTH] |
motor_t | motors [MAX_NUM_MOTORS] |
float | accel [3] |
uint8_t | sys_unlock_count |
uint8_t | hw_version |
uint8_t | mode_current |
uint8_t | sys_faults |
float Lighthouse::accel[3] |
uint16_t Lighthouse::fw_version |
uint8_t Lighthouse::hw_version |
uint8_t Lighthouse::id |
uint8_t Lighthouse::mode_current |
motor_t Lighthouse::motors[MAX_NUM_MOTORS] |
char Lighthouse::serial[MAX_SERIAL_LENGTH] |
uint8_t Lighthouse::sys_faults |
uint8_t Lighthouse::sys_unlock_count |
uint32_t Lighthouse::timestamp |