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
Decode error
for instance, example_t.lcm is:
package example; struct example_t { double x; }
then i record a lcm log named "example_log_data" undering such msg
after that expand this msg to
package example; struct example_t { double x; double y; }
and i replay "example_log_data" again undering new example_t.lcm msg type
Decode error come out
could anyone show me why this happened?
thx advance
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for instance, example_t.lcm is:
then i record a lcm log named "example_log_data" undering such msg
after that expand this msg to
and i replay "example_log_data" again undering new example_t.lcm msg type
Decode error come out
could anyone show me why this happened?
thx advance
The text was updated successfully, but these errors were encountered: