Open mathew4STAR opened 1 month ago
You will need to verify the data from the imu driver. You may follow the linorobot2_hardware wiki, https://github.com/hippo5329/linorobot2_hardware/wiki. You may run the test_sensors to check the data from the imu.
I am using micro ros to send imu data from a esp32 to my laptop running ros(on a virtual machine). The topic shows up, and so does the data except that it just outputs the same values over and over, even If I move the imu, and its completely different from the values I get if I just display the values on serial monitor. Can anyone tell me what going wrong?
Here's the full code