I-Seed drone's onboard service
0.0.9
|
Conversion from geodetic lat/lon to geocentric x/y/z. More...
#include <converter.h>
Static Public Member Functions | |
static converter_result | run (const gps_coordinates &gps, const attitude &drone_attitude, const attitude &gimbal_attitude, float length) |
Run conversion. More... | |
Conversion from geodetic lat/lon to geocentric x/y/z.
|
static |
Run conversion.
[in] | gps | Drone's GPS coordinates |
[in] | drone_attitude | Drone's roll/pitch/yaw |
[in] | gimbal_attitude | Camera gimbal's roll/pitch/yaw. Yaw is relative to drone |
[in] | length | The length of ray from camera. The value of laser range measurement |