mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
Plane: fixes for AP_Mount API
This commit is contained in:
parent
f62c53502d
commit
a3168bcbaa
@ -678,13 +678,13 @@ static uint16_t mainLoop_count;
|
|||||||
#if MOUNT == ENABLED
|
#if MOUNT == ENABLED
|
||||||
// current_loc uses the baro/gps soloution for altitude rather than gps only.
|
// current_loc uses the baro/gps soloution for altitude rather than gps only.
|
||||||
// mabe one could use current_loc for lat/lon too and eliminate g_gps alltogether?
|
// mabe one could use current_loc for lat/lon too and eliminate g_gps alltogether?
|
||||||
AP_Mount camera_mount(¤t_loc, g_gps, &ahrs, 0);
|
AP_Mount camera_mount(¤t_loc, g_gps, ahrs, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MOUNT2 == ENABLED
|
#if MOUNT2 == ENABLED
|
||||||
// current_loc uses the baro/gps soloution for altitude rather than gps only.
|
// current_loc uses the baro/gps soloution for altitude rather than gps only.
|
||||||
// mabe one could use current_loc for lat/lon too and eliminate g_gps alltogether?
|
// mabe one could use current_loc for lat/lon too and eliminate g_gps alltogether?
|
||||||
AP_Mount camera_mount2(¤t_loc, g_gps, &ahrs, 1);
|
AP_Mount camera_mount2(¤t_loc, g_gps, ahrs, 1);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user