You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to read a bag containing messages from this repo with the rospy rosBag interface, it will barf that it can't read a non-ASCII character.
Potentially hours later, you will either find this issue, or maybe you will find the culprit on your own.
Solution
The culprit is the little # m/s^2 comment in the Status.msg file. It is a special super-scripted character which is non-ASCII. Just remove that comment, or write it with a caret (^, which is ASCII) rather than super-scripted text.
I'd be happy to PR a simple fix for this but not sure this repo is actively maintained?
Cheers!
The text was updated successfully, but these errors were encountered:
In case this saves someone hours of their life:
Issue
If you try to read a bag containing messages from this repo with the rospy
rosBag
interface, it will barf that it can't read a non-ASCII character.Potentially hours later, you will either find this issue, or maybe you will find the culprit on your own.
Solution
The culprit is the little
# m/s^2
comment in theStatus.msg
file. It is a special super-scripted character which is non-ASCII. Just remove that comment, or write it with a caret (^, which is ASCII) rather than super-scripted text.I'd be happy to PR a simple fix for this but not sure this repo is actively maintained?
Cheers!
The text was updated successfully, but these errors were encountered: