Closed Chambana closed 1 year ago
Is there any further debug output I can produce to help diagnose the problem?
I didn't figure out why I didn't get much data out of the box, but for anyone that finds this issue do this for the WT901C-TTL:
Find a windows machine and load up Witmotion software. I never got unit to display in 3D realtime in windows, but I was able to change the settings to set the WT901C to 115200 baud and 20hz update rate. I also turned on quaternions, accel, gyro, etc. After that, I got the ROS2 data output I needed from this repo.
@Chambana it seems that the sensor settings out of the box are quite low: 9600 baud at 10 Hz or even worse
environment:
I'm getting good data off the sensor with the message enumerator utility and witmotionctl-wt901 util, but only the /temperature topic is getting published in ROS2 (the /imu and /orientation topics are not publishing). See below.
My output looks correct at 9600 on ttyUSB0:
This is what the node outputs (i set the wt901 config file to 9600 baud and sourced it). Should the output continue after the QT Spin line?