Unable to plot in 3D trajectory setpoint
wico-malaca opened this issue · 3 comments
wico-malaca commented
HmZyy commented
Hello @wico-malaca,
This issue can happen due to 2 reasons:
- either your log does not have the "vehicle_local_position_setpoint" table in it (seeing that you're using a px4 log, this is unlikely)
- the table "vehicle_local_position_setpoint" contains some NaN values in x,y or z.
Please note that an entity config validation was implemented in v1.0.4.
Can you confirm that you can reproduce this issue with the latest release
wico-malaca commented
Hello. The NaN's are a good point, maybe that's the rason. I'll check that out
HmZyy commented
Closing for now, If the issue still persists, please reopen the issue and we will investigate further.