We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If just one robot is placed, this error is given at the rosbridge_server terminal:
[ERROR] [1504056832.879547]: [Client 22] publish: <class 'struct.error'>: 'pack expected 6 items for packing (got 7)' when writing 'x: [0, 196, 0, 0, 0, 0, 0] y: [0, 196, 0, 0, 0, 0, 0] th: [0, 7853985, 0, 0, 0, 0, 0] ball_x: 0 ball_y: 0'
if two the packing gets with 8 itens, and so on. So the message is not being correctly created.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If just one robot is placed, this error is given at the rosbridge_server terminal:
[ERROR] [1504056832.879547]: [Client 22] publish: <class 'struct.error'>: 'pack expected 6 items for packing (got 7)' when writing 'x: [0, 196, 0, 0, 0, 0, 0]
y: [0, 196, 0, 0, 0, 0, 0]
th: [0, 7853985, 0, 0, 0, 0, 0]
ball_x: 0
ball_y: 0'
if two the packing gets with 8 itens, and so on.
So the message is not being correctly created.
The text was updated successfully, but these errors were encountered: