[protobuf] Re: error in repeated_field.h:613

2014-10-02 Thread BKonz
access them after storing it in Control2Arm. They just don't survive serialization and parsing. B On Wednesday, October 1, 2014 5:18:46 PM UTC+2, BKonz wrote: Hello, I have the following Message in my .proto file: message Control2Arm{ required int32 command = 1; repeated double pose = 2

[protobuf] error in repeated_field.h:613

2014-10-01 Thread BKonz
Hello, I have the following Message in my .proto file: message Control2Arm{ required int32 command = 1; repeated double pose = 2; repeated double spd = 3; repeated double acc = 4; repeated double jrk = 5; } In one class I do this: Control2Arm c2a; c2a.set_command(1); //pack pose