NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <vive.h>
Public Attributes | |
struct libusb_context * | usb |
uint16_t | num_trackers |
tracker_t * | trackers [MAX_NUM_TRACKERS] |
light_cb_t | light_cb |
imu_cb_t | imu_cb |
button_cb_t | button_cb |
tracker_cb_t | tracker_cb |
lighthouse_cb_t | lighthouse_cb |
lighthouse_t | lighthouses [MAX_NUM_LIGHTHOUSES] |
general_t | general |
uint8_t | pushed |
button_cb_t Driver::button_cb |
general_t Driver::general |
imu_cb_t Driver::imu_cb |
light_cb_t Driver::light_cb |
lighthouse_cb_t Driver::lighthouse_cb |
lighthouse_t Driver::lighthouses[MAX_NUM_LIGHTHOUSES] |
uint16_t Driver::num_trackers |
uint8_t Driver::pushed |
tracker_cb_t Driver::tracker_cb |
tracker_t* Driver::trackers[MAX_NUM_TRACKERS] |
struct libusb_context* Driver::usb |