PX4-Autopilot
PX4-Autopilot copied to clipboard
Do not ignore message timestamp in `handle_message_obstacle_distance`
Describe the bug
In this file, the timestamp of an obstacle distance message is ignored. If there is transport delay or a buggy component, then an incorrect timestamp can be used. This is unexpected behavior.
Expected behavior
The timestamp from the message should be used.