Hi, I hope that I am at the right place. I am currently trying to log data from the IMU OpenIMU300ZI using the ROS driver from ROS-Aceinna /
ros_openimu.
The connection is working fine, as the IMU is recognized but the data that I receive is empty, meaning that it is of NoneType. This results in the ROS node to stop.
Is there any config file or similar that I need to set (such as the rate or similar) before running the ros node?
Thanks in advance. 🙂