Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
imu_pixhawk6x.c
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2022 Freek van tieen <freek.v.tienen@gmail.com>
3  *
4  * This file is part of paparazzi.
5  *
6  * paparazzi is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2, or (at your option)
9  * any later version.
10  *
11  * paparazzi is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with paparazzi; see the file COPYING. If not, write to
18  * the Free Software Foundation, 59 Temple Place - Suite 330,
19  * Boston, MA 02111-1307, USA.
20  */
21 
27 #include "generated/modules.h"
28 #include "modules/imu/imu.h"
29 #include "modules/core/abi.h"
30 #include "mcu_periph/spi.h"
33 
34 
35 static struct invensense3_t imu1;
36 static struct invensense3_t imu2;
37 static struct invensense2_t imu3;
38 
40 {
41  struct Int32RMat rmat;
42  struct Int32Eulers eulers;
43 
44  /* IMU 1 */
48  imu1.spi.p = &PIXHAWK6X_IMU1_SPI_DEV;
49  imu1.spi.slave_idx = PIXHAWK6X_IMU1_SPI_SLAVE_IDX;
50 
55  imu1.gyro_aaf = 977; // ~ODR/4
56  imu1.accel_aaf = 213; // Fixed
57 
59 
60  // Rotation
61  eulers.phi = ANGLE_BFP_OF_REAL(0);
62  eulers.theta = ANGLE_BFP_OF_REAL(0);
63  eulers.psi = ANGLE_BFP_OF_REAL(RadOfDeg(90));
64  int32_rmat_of_eulers(&rmat, &eulers);
65  imu_set_defaults_gyro(IMU_PIXHAWK1_ID, &rmat, NULL, NULL);
66  imu_set_defaults_accel(IMU_PIXHAWK1_ID, &rmat, NULL, NULL);
67 
68  /* IMU 2 */
72  imu2.spi.p = &PIXHAWK6X_IMU2_SPI_DEV;
73  imu2.spi.slave_idx = PIXHAWK6X_IMU2_SPI_SLAVE_IDX;
74 
79  imu2.gyro_aaf = 977; // ~ODR/4
80  imu2.accel_aaf = 213; // Fixed
81 
83 
84  // Rotation
85  eulers.phi = ANGLE_BFP_OF_REAL(0);
86  eulers.theta = ANGLE_BFP_OF_REAL(RadOfDeg(180));
87  eulers.psi = ANGLE_BFP_OF_REAL(RadOfDeg(90));
88  int32_rmat_of_eulers(&rmat, &eulers);
89  imu_set_defaults_gyro(IMU_PIXHAWK2_ID, &rmat, NULL, NULL);
90  imu_set_defaults_accel(IMU_PIXHAWK2_ID, &rmat, NULL, NULL);
91 
92  /* IMU 3 */
95  imu3.spi.p = &PIXHAWK6X_IMU3_SPI_DEV;
96  imu3.spi.slave_idx = PIXHAWK6X_IMU3_SPI_SLAVE_IDX;
102 
103  // Rotation
104  eulers.phi = ANGLE_BFP_OF_REAL(0),
105  eulers.theta = ANGLE_BFP_OF_REAL(0);
106  eulers.psi = ANGLE_BFP_OF_REAL(RadOfDeg(180));
107  int32_rmat_of_eulers(&rmat, &eulers);
108  imu_set_defaults_gyro(IMU_PIXHAWK3_ID, &rmat, NULL, NULL);
109  imu_set_defaults_accel(IMU_PIXHAWK3_ID, &rmat, NULL, NULL);
110 }
111 
113 {
117 }
118 
120 {
124 }
Main include for ABI (AirBorneInterface).
#define IMU_PIXHAWK2_ID
#define IMU_PIXHAWK3_ID
#define IMU_PIXHAWK1_ID
int32_t phi
in rad with INT32_ANGLE_FRAC
int32_t psi
in rad with INT32_ANGLE_FRAC
int32_t theta
in rad with INT32_ANGLE_FRAC
#define ANGLE_BFP_OF_REAL(_af)
#define int32_rmat_of_eulers
Rotation matrix from Euler angles.
euler angles
rotation matrix
void imu_set_defaults_accel(uint8_t abi_id, const struct Int32RMat *imu_to_sensor, const struct Int32Vect3 *neutral, const struct Int32Vect3 *scale)
Set the defaults for a accel sensor WARNING: Should be called before sensor is publishing messages to...
Definition: imu.c:521
void imu_set_defaults_gyro(uint8_t abi_id, const struct Int32RMat *imu_to_sensor, const struct Int32Rates *neutral, const struct Int32Rates *scale)
Set the defaults for a gyro sensor WARNING: Should be called before sensor is publishing messages to ...
Definition: imu.c:491
Inertial Measurement Unit interface.
static struct invensense2_t imu3
Definition: imu_pixhawk6x.c:37
void imu_pixhawk6x_init(void)
Definition: imu_pixhawk6x.c:39
static struct invensense3_t imu1
Definition: imu_pixhawk6x.c:35
static struct invensense3_t imu2
Definition: imu_pixhawk6x.c:36
void imu_pixhawk6x_event(void)
void imu_pixhawk6x_periodic(void)
void invensense2_event(struct invensense2_t *inv)
Should be called in the event thread.
Definition: invensense2.c:152
void invensense2_periodic(struct invensense2_t *inv)
Should be called periodically to request sensor readings.
Definition: invensense2.c:119
void invensense2_init(struct invensense2_t *inv)
Initialize the invensense v2 sensor instance.
Definition: invensense2.c:79
Driver for the Invensense V2 IMUs ICM20948, ICM20648 and ICM20649.
enum invensense2_accel_range_t accel_range
Accelerometer range configuration.
Definition: invensense2.h:141
@ INVENSENSE2_GYRO_DLPF_229HZ
Definition: invensense2.h:82
@ INVENSENSE2_GYRO_RANGE_4000DPS
Only possible for ICM20649.
Definition: invensense2.h:98
enum invensense2_gyro_dlpf_t gyro_dlpf
Gyro DLPF configuration.
Definition: invensense2.h:138
@ INVENSENSE2_ACCEL_RANGE_30G
Only possible for ICM20649.
Definition: invensense2.h:119
@ INVENSENSE2_ACCEL_DLPF_265HZ
Definition: invensense2.h:104
enum invensense2_bus_t bus
The communication bus used to connect the device SPI/I2C.
Definition: invensense2.h:128
enum invensense2_accel_dlpf_t accel_dlpf
Accelerometer DLPF configuration.
Definition: invensense2.h:140
uint8_t abi_id
The ABI id used to broadcast the device measurements.
Definition: invensense2.h:124
@ INVENSENSE2_SPI
Definition: invensense2.h:60
enum invensense2_gyro_range_t gyro_range
Gyro range configuration.
Definition: invensense2.h:139
void invensense3_periodic(struct invensense3_t *inv)
Should be called periodically to request sensor readings.
Definition: invensense3.c:275
void invensense3_event(struct invensense3_t *inv)
Should be called in the event thread.
Definition: invensense3.c:327
void invensense3_init(struct invensense3_t *inv)
Initialize the invensense v3 sensor instance.
Definition: invensense3.c:223
Driver for the Invensense V3 IMUs ICM40605, ICM40609, ICM42605, IIM42652 and ICM42688.
enum invensense3_gyro_range_t gyro_range
Gyro range configuration.
Definition: invensense3.h:174
@ INVENSENSE3_ACCEL_RANGE_32G
Only possible for ICM40609.
Definition: invensense3.h:146
@ INVENSENSE3_GYRO_ODR_4KHZ
Definition: invensense3.h:99
enum invensense3_parser_t parser
Parser of the device.
Definition: invensense3.h:158
uint16_t accel_aaf
Accelerometer Anti-alias filter 3dB Bandwidth configuration [Hz].
Definition: invensense3.h:179
@ INVENSENSE3_PARSER_FIFO
Definition: invensense3.h:74
enum invensense3_accel_odr_t accel_odr
Accelerometer Output Data Rate configuration.
Definition: invensense3.h:177
@ INVENSENSE3_ACCEL_ODR_4KHZ
Definition: invensense3.h:130
enum invensense3_bus_t bus
The communication bus used to connect the device SPI/I2C.
Definition: invensense3.h:160
@ INVENSENSE3_GYRO_RANGE_2000DPS
Definition: invensense3.h:115
@ INVENSENSE3_SPI
Definition: invensense3.h:60
enum invensense3_accel_range_t accel_range
Accelerometer range configuration.
Definition: invensense3.h:178
uint8_t abi_id
The ABI id used to broadcast the device measurements.
Definition: invensense3.h:155
uint16_t gyro_aaf
Gyro Anti-alias filter 3dB Bandwidth configuration [Hz].
Definition: invensense3.h:175
enum invensense3_gyro_odr_t gyro_odr
Gyro Output Data Rate configuration.
Definition: invensense3.h:173
Architecture independent SPI (Serial Peripheral Interface) API.