![]() |
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <vive.h>
Public Attributes | |
| int | recent_sync_time |
| int | activeSweepStartTime |
| int | activeLighthouse |
| int | activeAcode |
| int | lh_start_time [MAX_NUM_LIGHTHOUSES] |
| int | lh_max_pulse_length [MAX_NUM_LIGHTHOUSES] |
| int8_t | lh_acode [MAX_NUM_LIGHTHOUSES] |
| int | current_lh |
| int PerSweepData::activeAcode |
| int PerSweepData::activeLighthouse |
| int PerSweepData::activeSweepStartTime |
| int PerSweepData::current_lh |
| int8_t PerSweepData::lh_acode[MAX_NUM_LIGHTHOUSES] |
| int PerSweepData::lh_max_pulse_length[MAX_NUM_LIGHTHOUSES] |
| int PerSweepData::lh_start_time[MAX_NUM_LIGHTHOUSES] |
| int PerSweepData::recent_sync_time |