Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
49 views

I am using a PSoC 5LP together with the 6DOF IMU 14 Click (ICM-42688-P) from MikroE. The IMU is connected via I²C, address 0x68, and the WHO_AM_I register correctly returns 0x47, so the sensor is ...
alela4's user avatar
  • 11
0 votes
0 answers
116 views

I’m building a handheld mapping setup with: ESP32‑WROVER‑E running micro‑ROS UART2 → RPLIDAR N10 → publishes /scan (sensor_msgs/LaserScan) I²C → MPU6050 → publishes /imu/data_raw (sensor_msgs/Imu) ...
michael lai's user avatar
0 votes
0 answers
200 views

I'm having a problem on the yaw angle. The Roll and the Pitch are behaving correctly with values between -180° and 180°, but the Yaw gives me values between -25° and 30° and usually if I stop the ...
Federico Leone's user avatar
0 votes
0 answers
81 views

I'm currently am using python with bleak and I'm finding it difficult to connect and maintain a stable connection to multiple Bluetooth enabled imu devices (muse), especially when trying to connect ...
Michael Pekelis's user avatar
0 votes
0 answers
33 views

Currently, I am calculating quaternions using the Madgwick algorithm, incorporating magnetometer values. I have tried the code provided in Madgwick's original paper and also the implementation by Kris ...
gerakan gafatar's user avatar
1 vote
0 answers
56 views

I'm trying to derive the pose of a drone (x, y, z, roll, pitch, yaw) using IMU data in the form: (timestamp, Angular Velocity X, Angular Velocity Y, Angular Velocity Z, Acceleration X, Acceleration Y, ...
Bruhnion's user avatar
0 votes
1 answer
76 views

Currently, I am using the mpu6050 and uhf rfid module simultaneously on the lolin d32 pro (esp32) development board. MPU6050 has a sampling rate of 100hz. I hope RFID also has a sampling rate of at ...
gms's user avatar
  • 11
1 vote
1 answer
77 views

Creating a Kalman filter on Matlab that intakes Accelerometer and Angular Velocity measurements from phone IMU sensors, and filters it, then calculates the position and velocity. My question is on if ...
banjaxed W.'s user avatar
0 votes
1 answer
144 views

ROS2 Node: GPS and IMU Data Publishing - Position Drift Issue After Initial Accuracy I'm developing a ROS2 node that reads GPS and IMU data from a file and publishes it to various ROS2 topics (...
Javad Ibrahimli's user avatar
0 votes
0 answers
45 views

I have an IMU sensor giving me a normalized quaternion for its orientation. However this quaternion does not match the coordinate system that I want to use. For example, the roll and the yaw axis are ...
Anselme's user avatar
  • 11
0 votes
0 answers
18 views

I am getting ABS_X ,ABS_Y and ABS_Z vales of gyrometer and accelerometer respectively I am confused about this equation could you please explain how u will do the calculation if I give the below as ...
ravi's user avatar
  • 31
0 votes
0 answers
597 views

I am using IMU data in the next format : [![enter image description here][1]][1] Here is the whole file : https://github.com/badiaamakhlouf/Awesome_Dataset/blob/main/digit7.csv I want to extract ...
baddy's user avatar
  • 417
1 vote
0 answers
481 views

I'm currently working on a state estimation project that relies on IMU data. While I have access to a physical IMU, I'd like to simulate gyroscope data with specific parameters, including Angle Random ...
user3106378's user avatar
-1 votes
1 answer
147 views

How can I save data from ADIS16465-1BMLZ on raspberry pi 4 with kuiper Linux in a .CSV file for a specific period, let's say 5 minutes? Is this achievable? I connected the ADIS16465-1BMLZ module to ...
Ali Taheri's user avatar
1 vote
0 answers
1k views

I'm trying to expose the AttitudeEngine quaternion on the QMIi8658 mentioned in the documentation. It's part of the WaveShare RP2040-Touch-LCD-1.28 module. Their original demo sketch exposes the ...
Victor Lazaro's user avatar
0 votes
2 answers
2k views

I am working on fusing GPS and IMU sensor measurement to calculate position in x and y direction. In this process I am not able to figure out how to calculate Q and R matrix values for kalman ...
babyCoder's user avatar
0 votes
1 answer
261 views

When fusing IMU, vehicle speed, and wheel angle, I am having trouble converting vehicle speed and wheel angle covariance to system state covariance. I am using a Kalman filter to fuse the readings ...
Ahmed Sobhy's user avatar
0 votes
2 answers
674 views

Using the EKF filter from the python AHRS library I'm trying to estimate the pose of the STEVAL FCU001 board (which has has the LSM6DSL IMU sensor for acceleration + gyro and LIS2MDL for magneto). ...
Wannes's user avatar
  • 1
0 votes
1 answer
494 views

I recently design my first EKF Algorithm for my drone project for attitude estimation, I am too much time confusing, about which value I put in Q and R Matrix in the real world. I use bmi088 IMu, In ...
user3106378's user avatar
1 vote
1 answer
237 views

I went through euler angles and I understood it is prone to Gimbal locks at certain angles. This worries me and might cause failure in my robot. I learned that Axis-Angle and Rotation Matrices are ...
Linux Man's user avatar
2 votes
0 answers
635 views

Fundamentally I'm trying to extract Accel and Gyro values from the sensor using SPI interface. However there are limited support for BMI270 available online, so I'm now reading the values using ...
Dian Basit's user avatar
1 vote
2 answers
1k views

I have two IMU sensors giving me Euler angles. I convert them to Quaternion by following quaternion_angle_1=tf.transformations.quaternion_from_euler(roll_1,pitch_1,yaw_1) quaternion_angle_2=tf....
Mubashir's user avatar
  • 307
0 votes
1 answer
112 views

According to my research, I saw that, in order to detect the angular orientation AHRS uses gyro and accelerometer. Only gyro does not work well because of integration drift. Only accelerometer also ...
Mert Celik's user avatar
0 votes
0 answers
66 views

I have multiple drones work in swarm formation, i made the quadcopter model and the swarm one. Until now i have the swarm moving in a formation leader-follower and track a predefined trajectory based ...
jack abraham's user avatar
-1 votes
1 answer
599 views

I have created ROS package and integrated with gazebo simulation. So also have IMU ROS driver and can check the ros topic from both side( ros package and gazebo ) correspond accordingly . So with ros2 ...
Bob9710's user avatar
  • 205