Skip to content

The problem of perception direction to predict the velocity of objects #5330

Closed Answered by scepter914
hzkkk1997 asked this question in Q&A
Discussion options

You must be logged in to vote

I guess your problem separate into two problem.

  • Latency

The output from the radars has latency especially for velocity estimation.
It is difficult to handle because we don't know how long the latency of radars, which is often defined by devices specification, but one possible solution is that you use delay compensation in tracking layer.

https://github.com/autowarefoundation/autoware.universe/blob/8e0d40b8510ff69c4653842433dd4d4b284beb79/perception/autoware_multi_object_tracker/config/multi_object_tracker_node.param.yaml#L15

  • The error of velocity compensation

The node of radar_tracks_msgs_converter estimate absolute velocity of objects by using radar doppler velocity and ego velocity.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hzkkk1997
Comment options

Answer selected by scepter914
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:perception Advanced sensor data processing and environment understanding.
2 participants