|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Driver for CH Robotics UM6 IMU/AHRS subsystem. More...
#include "subsystems/imu/imu_um6.h"#include "subsystems/imu.h"#include "subsystems/abi.h"#include "mcu_periph/sys_time.h"
Include dependency graph for imu_um6.c:Go to the source code of this file.
Functions | |
| void | UM6_imu_align (void) |
| void | UM6_send_packet (uint8_t *packet_buffer, uint8_t packet_length) |
| uint16_t | UM6_calculate_checksum (uint8_t packet_buffer[], uint8_t packet_length) |
| bool | UM6_verify_chk (uint8_t packet_buffer[], uint8_t packet_length) |
| void | imu_um6_init (void) |
| void | imu_um6_periodic (void) |
| void | UM6_packet_read_message (void) |
| void | UM6_packet_parse (uint8_t c) |
| void | imu_scale_gyro (struct Imu *_imu) |
| void | imu_scale_accel (struct Imu *_imu) |
| void | imu_scale_mag (struct Imu *_imu) |
| void | imu_um6_publish (void) |
Variables | |
| struct UM6Packet | UM6_packet |
| uint8_t | buf_out [IMU_UM6_BUFFER_LENGTH] |
| uint16_t | data_chk |
| uint8_t | PacketLength |
| uint8_t | PacketType |
| uint8_t | PacketAddr |
| enum UM6Status | UM6_status |
| uint16_t | chk_calc |
| uint16_t | chk_rec |
| struct FloatVect3 | UM6_accel |
| struct FloatRates | UM6_rate |
| struct FloatVect3 | UM6_mag |
| struct FloatEulers | UM6_eulers |
| struct FloatQuat | UM6_quat |
Driver for CH Robotics UM6 IMU/AHRS subsystem.
Takes care of configuration of the IMU, communication and parsing the received packets. See UM6 datasheet for configuration options. Should be used with ahrs_extern_euler AHRS subsystem.
Definition in file imu_um6.c.
| void imu_um6_init | ( | void | ) |
Definition at line 135 of file imu_um6.c.
References buf_out, UM6Packet::chksm_error, data_chk, UM6Packet::hdr_error, IMU_UM6_COMMUNICATION_REG, IMU_UM6_MISC_CONFIG_REG, UM6Packet::msg_available, UM6Packet::msg_idx, UM6Packet::status, UM6_calculate_checksum(), UM6_imu_align(), UM6_packet, UM6_send_packet(), UM6_status, UM6PacketWaiting, and UM6Uninit.
Here is the call graph for this function:| void imu_um6_publish | ( | void | ) |
Definition at line 369 of file imu_um6.c.
References Imu::accel, get_sys_time_usec(), Imu::gyro, imu, IMU_UM6_ID, and Imu::mag.
Referenced by imu_um6_event().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 68 of file imu_um6.c.
Referenced by imu_um6_init(), UM6_imu_align(), and UM6_verify_chk().
Here is the caller graph for this function:
|
inline |
Definition at line 84 of file imu_um6.c.
References buf_out, data_chk, IMU_UM6_RESET_EKF_CMD, IMU_UM6_SET_ACCEL_REF, IMU_UM6_SET_MAG_REF, IMU_UM6_ZERO_GYROS_CMD, UM6_calculate_checksum(), UM6_send_packet(), UM6_status, UM6Running, and UM6Uninit.
Referenced by imu_um6_init().
Here is the call graph for this function:
Here is the caller graph for this function:| void UM6_packet_parse | ( | uint8_t | c | ) |
Definition at line 290 of file imu_um6.c.
References UM6Packet::chksm_error, UM6Packet::hdr_error, UM6Packet::msg_available, UM6Packet::msg_buf, UM6Packet::msg_idx, PacketAddr, PacketLength, PacketType, UM6Packet::status, UM6_packet, UM6_verify_chk(), UM6PacketReadingAddr, UM6PacketReadingData, UM6PacketReadingN, UM6PacketReadingPT, UM6PacketReadingS, and UM6PacketWaiting.
Referenced by imu_um6_event().
Here is the call graph for this function:
Here is the caller graph for this function:| void UM6_packet_read_message | ( | void | ) |
Definition at line 211 of file imu_um6.c.
References Imu::accel, ACCELS_BFP_OF_REAL, EULERS_BFP_OF_REAL, EULERS_SMUL, Imu::gyro, imu, IMU_UM6_ACCEL_PROC, IMU_UM6_DATA_OFFSET, IMU_UM6_EULER, IMU_UM6_GYRO_PROC, IMU_UM6_MAG_PROC, IMU_UM6_QUAT, Imu::mag, MAGS_BFP_OF_REAL, UM6Packet::msg_buf, FloatRates::p, PacketAddr, PacketLength, FloatEulers::phi, FloatEulers::psi, FloatRates::q, FloatQuat::qi, QUAT_BFP_OF_REAL, FloatQuat::qx, FloatQuat::qy, FloatQuat::qz, FloatRates::r, RATES_BFP_OF_REAL, RATES_SMUL, FloatEulers::theta, UM6_accel, UM6_eulers, UM6_mag, UM6_packet, UM6_quat, UM6_rate, UM6_status, UM6Running, VECT3_SMUL, FloatVect3::x, FloatVect3::y, and FloatVect3::z.
Referenced by imu_um6_event().
Here is the caller graph for this function:Definition at line 77 of file imu_um6.c.
References uart_put_byte().
Referenced by imu_um6_init(), and UM6_imu_align().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 61 of file imu_um6.c.
References chk_calc, chk_rec, and UM6_calculate_checksum().
Referenced by UM6_packet_parse().
Here is the call graph for this function:
Here is the caller graph for this function:| uint8_t buf_out[IMU_UM6_BUFFER_LENGTH] |
Definition at line 39 of file imu_um6.c.
Referenced by imu_um6_init(), and UM6_imu_align().
| uint16_t chk_calc |
Definition at line 47 of file imu_um6.c.
Referenced by gx3_verify_chk(), and UM6_verify_chk().
| uint16_t chk_rec |
Definition at line 48 of file imu_um6.c.
Referenced by UM6_verify_chk().
| uint16_t data_chk |
Definition at line 40 of file imu_um6.c.
Referenced by imu_um6_init(), and UM6_imu_align().
| uint8_t PacketAddr |
Definition at line 44 of file imu_um6.c.
Referenced by UM6_packet_parse(), and UM6_packet_read_message().
| uint8_t PacketLength |
Definition at line 42 of file imu_um6.c.
Referenced by UM6_packet_parse(), and UM6_packet_read_message().
| uint8_t PacketType |
Definition at line 43 of file imu_um6.c.
Referenced by UM6_packet_parse().
| struct FloatVect3 UM6_accel |
Definition at line 50 of file imu_um6.c.
Referenced by UM6_packet_read_message().
| struct FloatEulers UM6_eulers |
Definition at line 53 of file imu_um6.c.
Referenced by UM6_packet_read_message().
| struct FloatVect3 UM6_mag |
Definition at line 52 of file imu_um6.c.
Referenced by UM6_packet_read_message().
| struct UM6Packet UM6_packet |
Definition at line 38 of file imu_um6.c.
Referenced by imu_um6_event(), imu_um6_init(), UM6_packet_parse(), and UM6_packet_read_message().
| struct FloatQuat UM6_quat |
Definition at line 54 of file imu_um6.c.
Referenced by UM6_packet_read_message().
| struct FloatRates UM6_rate |
Definition at line 51 of file imu_um6.c.
Referenced by UM6_packet_read_message().
| enum UM6Status UM6_status |
Definition at line 45 of file imu_um6.c.
Referenced by imu_um6_init(), UM6_imu_align(), and UM6_packet_read_message().