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

why Decode error come out during replay log data after expanding message type #275

Open
DinnerHowe opened this issue May 28, 2019 · 0 comments

Comments

@DinnerHowe
Copy link

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

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