You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When use px4tools, I encountered the error shown as below:
'DataFrame' object has no attribute 't_vehicle_groundtruth_0__f_q_0_'
After tracing the error, I found a bug. In my ulog data I have t_vehicle_local_position_0__f_x but no t_vehicle_groundtruth_0__f_q_0_. But the code under the if statement rely on both of them, the code below shouldn't be executed.
The text was updated successfully, but these errors were encountered:
Marxlp
changed the title
The 'or' need to be 'and'
The 'or' needs to be 'and'
Apr 28, 2019
px4tools/px4tools/ulog.py
Line 156 in 665502d
When use px4tools, I encountered the error shown as below:
'DataFrame' object has no attribute 't_vehicle_groundtruth_0__f_q_0_'
After tracing the error, I found a bug. In my ulog data I have
t_vehicle_local_position_0__f_x
but not_vehicle_groundtruth_0__f_q_0_
. But the code under the if statement rely on both of them, the code below shouldn't be executed.The text was updated successfully, but these errors were encountered: