Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

More information can be found here.


VehicleState age

This is roughly the duration since the last VehicleState Message was received.

The when the LCC receives a new message it saves the current time last_state_msg = t_now  and in the UI it displays last_state_msg - t_now . Thus the shown VehicleState age does not necissarily have to correspond with the actual age of the information that the LCC has about the vehicle this would be vehicleState.header().create_stamp() - t_now .