Skip to content
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

Status msg not readable by python rosBag interface #10

Open
peteflorence opened this issue Feb 12, 2019 · 0 comments
Open

Status msg not readable by python rosBag interface #10

peteflorence opened this issue Feb 12, 2019 · 0 comments

Comments

@peteflorence
Copy link

peteflorence commented Feb 12, 2019

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 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant