mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
*** empty log message ***
This commit is contained in:
@@ -6,5 +6,8 @@
|
||||
#define AXIS_Z 2
|
||||
#define AXIS_NB 3
|
||||
|
||||
#define AXIS_P 0
|
||||
#define AXIS_Q 1
|
||||
#define AXIS_R 2
|
||||
|
||||
#endif /* _6DOF_H */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
|
||||
/* Time step */
|
||||
#define afe_dt 0.015625
|
||||
#define afe_dt 0.0166667
|
||||
|
||||
/* We have seven variables in our state -- the quaternion attitude
|
||||
* estimate and three gyro bias values
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#include <inttypes.h>
|
||||
#include "6dof.h"
|
||||
|
||||
#define FLOAT_T double
|
||||
//#define FLOAT_T float
|
||||
//#define FLOAT_T double
|
||||
#define FLOAT_T float
|
||||
|
||||
/* ekf state : quaternion and gyro biases */
|
||||
extern FLOAT_T afe_q0, afe_q1, afe_q2, afe_q3;
|
||||
|
||||
Reference in New Issue
Block a user