My codes like this:
with Record("xxx/output.record", mode='a') as w_record:
wrecord.write('/ins/gps', GPS, int(stamp))
wrecord.write('/ins/imu', IMU, int(stamp))
and I can this see these messsges in recoder info. But It wont work ,when I play this bag in Apollo.
Only first item showed in monitor .
My codes like this: with Record("xxx/output.record", mode='a') as w_record: wrecord.write('/ins/gps', GPS, int(stamp)) wrecord.write('/ins/imu', IMU, int(stamp)) and I can this see these messsges in recoder info. But It wont work ,when I play this bag in Apollo. Only first item showed in monitor .