|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <FollowMe.h>
Public Attributes | |
| int | lat_int |
| int | lon_int |
| double | altMetersAMSL |
| double | headingDegrees |
| double | vxMetersPerSec |
| double | vyMetersPerSec |
| double | vzMetersPerSec |
| double | pos_std_dev [3] |
Definition at line 24 of file FollowMe.h.
| double FollowMe::GCSMotionReport::altMetersAMSL |
Definition at line 27 of file FollowMe.h.
Referenced by FirmwarePlugin::sendGCSMotionReport().
| double FollowMe::GCSMotionReport::headingDegrees |
Definition at line 28 of file FollowMe.h.
Referenced by APMFirmwarePlugin::sendGCSMotionReport().
| int FollowMe::GCSMotionReport::lat_int |
Definition at line 25 of file FollowMe.h.
Referenced by APMFirmwarePlugin::sendGCSMotionReport(), and FirmwarePlugin::sendGCSMotionReport().
| int FollowMe::GCSMotionReport::lon_int |
Definition at line 26 of file FollowMe.h.
Referenced by APMFirmwarePlugin::sendGCSMotionReport(), and FirmwarePlugin::sendGCSMotionReport().
| double FollowMe::GCSMotionReport::pos_std_dev[3] |
Definition at line 32 of file FollowMe.h.
Referenced by FirmwarePlugin::sendGCSMotionReport().
| double FollowMe::GCSMotionReport::vxMetersPerSec |
Definition at line 29 of file FollowMe.h.
Referenced by APMFirmwarePlugin::sendGCSMotionReport(), and FirmwarePlugin::sendGCSMotionReport().
| double FollowMe::GCSMotionReport::vyMetersPerSec |
Definition at line 30 of file FollowMe.h.
Referenced by APMFirmwarePlugin::sendGCSMotionReport(), and FirmwarePlugin::sendGCSMotionReport().
| double FollowMe::GCSMotionReport::vzMetersPerSec |
Definition at line 31 of file FollowMe.h.
Referenced by APMFirmwarePlugin::sendGCSMotionReport().