tilak-io/tiplot

Unable to plot in 3D trajectory setpoint

wico-malaca opened this issue · 3 comments

When I add a new UAV to plot with the vehicle_local_position_setpoint the 3D view gets dark.

Screenshot from 2022-12-23 18-54-15
Screenshot from 2022-12-23 18-54-25

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

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.