DF wrappers: use abs time instead of DF timestamp
The timestamp in the DriverFramework is not the same as the one provided by hrt_absolute_time() in PX4. Because we are publishing on the PX4 side, let's also use the timestamp from there.
Showing
- src/platforms/posix/drivers/df_bmp280_wrapper/df_bmp280_wrapper.cpp 1 addition, 1 deletion...rms/posix/drivers/df_bmp280_wrapper/df_bmp280_wrapper.cpp
- src/platforms/posix/drivers/df_hmc5883_wrapper/df_hmc5883_wrapper.cpp 1 addition, 1 deletion...s/posix/drivers/df_hmc5883_wrapper/df_hmc5883_wrapper.cpp
- src/platforms/posix/drivers/df_mpu9250_wrapper/df_mpu9250_wrapper.cpp 2 additions, 2 deletions...s/posix/drivers/df_mpu9250_wrapper/df_mpu9250_wrapper.cpp
Please register or sign in to comment