|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
30 #include "generated/airframe.h"
38 #error "USE_GPS needs to be 1 to use the Xsens GPS!"
48 #ifndef INS_XSENS_GPS_ID
49 #define INS_XSENS_GPS_ID GPS_MULTI_ID
60 uint32_t stamp __attribute__((unused)),
88 uint32_t stamp __attribute__((unused)),
107 void gps_xsens_init(
void)
109 xsens.gps.nb_channels = 0;
112 static void gps_xsens_publish(
void)
130 #ifdef XSENS_BACKWARDS
136 struct FloatEulerstRates rates = {
160 #ifdef AHRS_TRIGGERED_ATTITUDE_LOOP
167 if (
xsens.gps_available) {
173 xsens.gps.gspeed = fspeed * 100.;
177 xsens.gps.course = fcourse * 1e7;
181 xsens.gps_available =
false;
183 #endif // USE_GPS_XSENS
static void update_state_interface(void)
vector in North East Down coordinates Units: meters
struct FloatVect3 vel
NED velocity in m/s.
#define GPS_VALID_COURSE_BIT
void xsens_parser_event(struct XsensParser *xsensparser)
static void stateSetSpeedNed_f(struct NedCoor_f *ned_speed)
Set ground speed in local NED coordinates (float).
static void gps_cb(uint8_t sender_id, uint32_t stamp, struct GpsState *gps_s)
void parse_xsens_msg(void)
void ins_xsens_init(void)
#define INS_PITCH_NEUTRAL_DEFAULT
void ins_xsens_event(void)
volatile bool new_attitude
#define INS_ROLL_NEUTRAL_DEFAULT
data structure for GPS information
Event structure to store callbacks in a linked list.
static void stateSetPositionUtm_f(struct UtmCoor_f *utm_pos)
Set position from UTM coordinates (float).
struct NedCoor_i ned_vel
speed NED in cm/s
volatile uint8_t msg_received
uint32_t get_sys_time_usec(void)
Get the time in microseconds since startup.
static void stateSetLocalUtmOrigin_f(struct UtmCoor_f *utm_def)
Set the local (flat earth) coordinate frame origin from UTM (float).
Paparazzi floating point math for geodetic calculations.
static float float_vect3_norm(struct FloatVect3 *v)
Device independent GPS code (interface)
static void handle_ins_msg(void)
float alt
in meters (above WGS84 reference ellipsoid or above MSL)
#define FLOAT_VECT2_NORM(_v)
static void stateSetBodyRates_f(struct FloatRates *body_rate)
Set vehicle body angular rate (float).
Architecture independent timing functions.
struct XsensParser parser
#define INS_XSENS_GPS_ID
ABI binding for gps data.
struct UtmCoor_f utm_float_from_gps(struct GpsState *gps_s, uint8_t zone)
Convenience functions to get utm position from GPS state.
position in UTM coordinates Units: meters
volatile uint32_t nb_sec_rem
remainder of seconds since startup in CPU_TICKS
int32_t hmsl
height above mean sea level (MSL) in mm
static void stateSetNedToBodyEulers_f(struct FloatEulers *ned_to_body_eulers)
Set vehicle body attitude from euler angles (float).
volatile uint32_t nb_sec
full seconds since startup
volatile uint8_t new_ins_attitude
#define GPS_FIX_3D
3D GPS fix