forked from Archive/PX4-Autopilot
Updated geo lib C/C++ interfacing
This commit is contained in:
parent
9c81ab113e
commit
ec50f73cbe
|
@ -48,10 +48,10 @@
|
||||||
#include "uORB/topics/fence.h"
|
#include "uORB/topics/fence.h"
|
||||||
#include "uORB/topics/vehicle_global_position.h"
|
#include "uORB/topics/vehicle_global_position.h"
|
||||||
|
|
||||||
#include "geo/geo_mag_declination.h"
|
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
#include "geo/geo_mag_declination.h"
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define CONSTANTS_ONE_G 9.80665f /* m/s^2 */
|
#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 */
|
/** set this always to the sampling in degrees for the table below */
|
||||||
#define SAMPLING_RES 10
|
#define SAMPLING_RES 10
|
||||||
|
|
Loading…
Reference in New Issue