Closed Toothsmile closed 5 years ago
You are trying to replay a log built with an older Firmware with different uORB message definitions. You can only replay that file if you checkout the same Firmware version as the log was recorded with (or a version where the relevant uORB topics have the same definition).
Thanks for @bkueng replay, i successful replay EKF2 by the followd set:
git checkout v1.8.2;make upload my machine
adjust parameter will cause different result, it can start my EKF Study, thanks anagin, and i have 2 suggest about ekf2 document:
first,i have found the replay module used vehicle_magnetometer for mag estimation,but the system_wide about ekf_replay tell us sensor_combined which have mag,acl, gyro data ,but just have mag and acl data , if can adjuest will make us more clearer.
second, its above sensor_combined too, EKF_replay matlab code, the matlab code's readme file tell us the problem same as the the first question,if it adjuset will be more fine.
thanks !
Hi, I followed the system_wide_replay,step by step used EKF2_replay, i have set:
but cant to EKF2_replay,so i have 2 question. one: i have a question by the followed setting,i have found sensor_combined dont have mag data,how can this these data do EKF2.
second: i do EKF2_Replay but the _replay.ulg dont have any data,the folloew is my run result.
so can tell me what i have set wrong or the replay have some wrong? Thanks!