Closed pcy028x2 closed 1 month ago
@pcy028x2 did you try with message_enumerator
? Which Witmotion IMU messages are available on the stream? Consider also removing RTC clock messages as the incorrect publisher's request may prevent the IMU from generating a proper stream.
@pcy028x2 did you try with
message_enumerator
? Which Witmotion IMU messages are available on the stream? Consider also removing RTC clock messages as the incorrect publisher's request may prevent the IMU from generating a proper stream.
Sorry for giving a late response, yes I did but I couldn't find nothing using message_enumerator
. Instead I coped with this problem by using https://github.com/WITMOTION/WitBluetooth_BWT901BLE5_0 this repository. Thanks for your fast reply.
This is my parameters, I could see the topics (/imu) are generated, but when i tried to see the messages using
rostopic echo /imu
, it does not work. Usingrostopic hz /imu
, it showsno new messages
. I changed my baudrate 115200 to 9600 but the trouble still remains.