IMRCLab/crazyswarm2
Make an ROS 2 topic for BMI088 IMU data (gyro and accelerometer) from Crazyflie 2.1
已关闭
#601 创建于 2024年11月29日
enhancementgood first issue
仓库指标
- 星标
- (244 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
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!