Skip to content

Commit

Permalink
AP_Mount_Siyi: Bugfix for GPS position in EXIF from Siyi camera
Browse files Browse the repository at this point in the history
  • Loading branch information
igarashi87 committed Aug 22, 2024
1 parent ecd9694 commit 778829a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/AP_Mount/AP_Mount_Siyi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ void AP_Mount_Siyi::send_attitude_position(void)
uint32_t time_boot_ms;
int32_t lat, lon;
int32_t alt_msl, alt_ellipsoid;
Vector3l velocity_ned_int32;
Vector3f velocity_ned_int32;
} position;
Location loc;
Vector3f velocity_ned;
Expand Down

0 comments on commit 778829a

Please sign in to comment.