Closed TSC21 closed 6 years ago
@jgoppert, @bkueng, do you mind review it? Thanks
@LorenzMeier this keeps giving me the same error as in PX4/Firmware#9301, even after adding compatibility to the new msgs and backwards compatibility. It states that the data file does not have a field 't_vehicle_attitude_0__f_roll_error'
. The only changes that were done were related with vehicle_attitude_groundtruth
and vehicle_local_position_groundtruth
, not vehicle_attitude
. This error is being detected in both unittests from px4tools
and in test_mission
from PX4 ROS unittests.
@jgoppert can you take some minutes to investigate what may be causing this? Thanks!
Actually I am probably missing something fundamental in terms of checking for existing data fields on the data file. I will look into it deeper.
OK I think I got it now. @jgoppert can you review and if, if good, merge it? Thanks!
I presume the workspace file was removed on purpose?
It was. I would actually removed the all .idea
dir.
Pretends to sync with https://github.com/PX4/Firmware/pull/9301. @LorenzMeier, if we merge this after https://github.com/PX4/Firmware/pull/9301 gets in, do you still see a need of having back compatibility for the old naming? 'Cause we will have to be supporting and maintaining both.