IMRCLab/crazyswarm2
Make an ROS 2 topic for BMI088 IMU data (gyro and accelerometer) from Crazyflie 2.1
Fechada
#601 aberto em 29 de nov. de 2024
enhancementgood first issue
Métricas do repositório
- Stars
- (244 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
Hi,
I am working with the Crazyflie 2.1 and trying to extract IMU data (gyroscope and accelerometer) under ROS2. I noticed that variables like gyro.x, gyro.y, gyro.z, and possibly acc.x, acc.y, acc.z are available via LogConfig. However, I couldn’t find a default ROS2 topic like /imu for these values.
Is there an existing configuration or script in this repository to publish IMU data to ROS2 topics?
Thank you for your assistance!