mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-21 18:58:44 +08:00
Updated geo lib C/C++ interfacing
This commit is contained in:
+2
-2
@@ -48,10 +48,10 @@
|
||||
#include "uORB/topics/fence.h"
|
||||
#include "uORB/topics/vehicle_global_position.h"
|
||||
|
||||
#include "geo/geo_mag_declination.h"
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
#include "geo/geo_mag_declination.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#define CONSTANTS_ONE_G 9.80665f /* m/s^2 */
|
||||
|
||||
@@ -43,6 +43,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <geo/geo.h>
|
||||
|
||||
|
||||
/** set this always to the sampling in degrees for the table below */
|
||||
#define SAMPLING_RES 10
|
||||
|
||||
Reference in New Issue
Block a user