Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
35static struct invensense3_t imu1;
36static struct invensense3_t imu2;
37static struct invensense2_t imu3;
38
40{
41 struct Int32RMat rmat;
42 struct Int32Eulers eulers;
43
44 /* IMU 1 */
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);
67
68 /* IMU 2 */
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);
91
92 /* IMU 3 */
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);
110}
111
118
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:610
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:580
Inertial Measurement Unit interface.
static struct invensense2_t imu3
void imu_pixhawk6x_init(void)
static struct invensense3_t imu1
static struct invensense3_t imu2
void imu_pixhawk6x_event(void)
void imu_pixhawk6x_periodic(void)
void invensense2_event(struct invensense2_t *inv)
Should be called in the event thread.
void invensense2_periodic(struct invensense2_t *inv)
Should be called periodically to request sensor readings.
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.
@ 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.
@ INVENSENSE2_ACCEL_RANGE_30G
Only possible for ICM20649.
@ INVENSENSE2_ACCEL_DLPF_265HZ
enum invensense2_bus_t bus
The communication bus used to connect the device SPI/I2C.
enum invensense2_accel_dlpf_t accel_dlpf
Accelerometer DLPF configuration.
uint8_t abi_id
The ABI id used to broadcast the device measurements.
@ INVENSENSE2_SPI
Definition invensense2.h:60
enum invensense2_gyro_range_t gyro_range
Gyro range configuration.
void invensense3_periodic(struct invensense3_t *inv)
Should be called periodically to request sensor readings.
void invensense3_event(struct invensense3_t *inv)
Should be called in the event thread.
void invensense3_init(struct invensense3_t *inv)
Initialize the invensense v3 sensor instance.
Driver for the Invensense V3 IMUs ICM40605, ICM40609, ICM42605, IIM42652 and ICM42688.
enum invensense3_gyro_range_t gyro_range
Gyro range configuration.
@ INVENSENSE3_ACCEL_RANGE_32G
Only possible for ICM40609.
@ INVENSENSE3_GYRO_ODR_4KHZ
Definition invensense3.h:99
enum invensense3_parser_t parser
Parser of the device.
uint16_t accel_aaf
Accelerometer Anti-alias filter 3dB Bandwidth configuration [Hz].
@ INVENSENSE3_PARSER_FIFO
Definition invensense3.h:74
enum invensense3_accel_odr_t accel_odr
Accelerometer Output Data Rate configuration.
@ INVENSENSE3_ACCEL_ODR_4KHZ
enum invensense3_bus_t bus
The communication bus used to connect the device SPI/I2C.
@ INVENSENSE3_GYRO_RANGE_2000DPS
@ INVENSENSE3_SPI
Definition invensense3.h:60
enum invensense3_accel_range_t accel_range
Accelerometer range configuration.
uint8_t abi_id
The ABI id used to broadcast the device measurements.
uint16_t gyro_aaf
Gyro Anti-alias filter 3dB Bandwidth configuration [Hz].
enum invensense3_gyro_odr_t gyro_odr
Gyro Output Data Rate configuration.
uint16_t foo
Definition main_demo5.c:58
Architecture independent SPI (Serial Peripheral Interface) API.