RoboticArts / ros_imu_bno055

ROS driver for the BNO055 IMU using serial communication. Also implements configuration and calibration of the IMU
50 stars 36 forks source link

Sequence counter not incremented #11

Open JRGit4UE opened 11 months ago

JRGit4UE commented 11 months ago

The sequence counter incrementation in imu_ros.py
should be adjusted from

self.imu_data_seq_counter=+1

to

self.imu_data_seq_counter += 1