![]() |
NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <ff_serial/serial.h>#include <mavlink/v1.0/common/mavlink.h>#include <functional>#include <string>#include <vector>

Go to the source code of this file.
Classes | |
| class | speed_cam::SpeedCam |
Namespaces | |
| speed_cam | |
Macros | |
| #define | MILLIMSS_TO_MSS (0.0010) |
| #define | MILLIRADS_TO_RADS (0.0010) |
Typedefs | |
| typedef std::function< void(mavlink_raw_imu_t const &)> | speed_cam::SpeedCamImuCallback |
| typedef std::function< void(std::vector< uint8_t > const &, int32_t, int32_t)> | speed_cam::SpeedCamCameraImageCallback |
| typedef std::function< void(mavlink_optical_flow_t const &)> | speed_cam::SpeedCamOpticalFlowCallback |
| typedef std::function< void(mavlink_vision_speed_estimate_t const &)> | speed_cam::SpeedCamSpeedCallback |
| typedef std::function< void(mavlink_heartbeat_t const &)> | speed_cam::SpeedCamStatusCallback |
| typedef std::function< void(uint32_t)> | speed_cam::SpeedCamVersionCallback |
| typedef std::function< void(int32_t)> | speed_cam::SpeedCamStateCallback |
| #define MILLIMSS_TO_MSS (0.0010) |
| #define MILLIRADS_TO_RADS (0.0010) |