-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running roslaunch razor_imu_9dof razor-pub.launch | UPDATED Information #63
Comments
This is the data log file contents: 01/01/2000,00:41:52.44,-3.91,-126.46,-999.02,-2.35,0.57,0.40,-73.50,-198.90,-127.65,31.91,10.055, |
Hi can someone solve this because I also have the same problem |
Please double-check that you correctly did the step https://github.com/ENSTABretagneRobotics/razor_imu_9dof#install-arduino-firmware since this ROS node is not made for the factory default firmware of the OpenLog Artemis. |
Good Day,
I have the Open_Log Artemis IMU DEV-16832, and followed the steps below:
Error:
UnicodeDecodeError: 'utf8' codec can't decode byte 0xbd in position 0: invalid start byte
[imu_node-2] process has died** ### RESOLVED -I changed the baudrate in imu_node.py line 140 from 57600 to 115200.
NEW ERROR: node launches but I get a.. BAD IMU data or bad sync warning
I wrote out the info being captured by IMU by uncommenting line 222 (f = open("raw_imu_data.log", 'w') and the write statement in line 234 of imu_node.py. and saw values. See attached
Please advise on how I can resolve.
Regards,
Che
The text was updated successfully, but these errors were encountered: