Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add handling nan radial speeds in radar nodes #309

Conversation

PawelLiberadzki
Copy link
Contributor

According to title. Nan radial speeds are result of processing in raytrace node, with delta time equalt to 0 (0 by 0 division).

@msz-rai msz-rai merged commit 0ee28c9 into feature/radar-object-classification Jun 17, 2024
20 checks passed
@msz-rai msz-rai deleted the feature/add-nan-radial-speed-handling branch June 17, 2024 14:13
msz-rai pushed a commit that referenced this pull request Jun 17, 2024
Add handling nan radial speeds in radar postprocess and object tracking nodes.

Signed-off-by: Paweł Liberadzki <[email protected]>
msz-rai added a commit that referenced this pull request Jun 20, 2024
* Add initial support for object classification in RadarTrackObjectsNode.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Add API call for setting radar object classes.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Update radar track objects tests to handle object ids.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Add safety static_cast.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Make fixes based on the review.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Prevent underflow in loop condition (#308)

* Add handling nan radial speeds in radar nodes (#309)

Add handling nan radial speeds in radar postprocess and object tracking nodes.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Radar object classification improvements (#310)

* Change array type in fieldData to be compatible with all RGL nodes

* Use velocities from raytrace instead of calculating it again (better accuracy)

* Do not output predicted objects

* Restore the conditions of merging detections into objects

* Fix required fields; skip test that fails

* Require detections in world frame to predict objects properly

* Fix displacementFromSkinning calculation

* Fix test

* Put all objects to the output

* Fix deltaTime calculation

* Fix test

* Fix time

* Fix passing time to new objects

* Add comment on skinning fix

* Fix coordinate system of width & length

* Fix bounding boxes

* Fix maxClassificationProbability

* Change unit of movement_sensitivity

---------

Signed-off-by: Paweł Liberadzki <[email protected]>
Co-authored-by: Maja Nagarnowicz <[email protected]>
Co-authored-by: Mateusz Szczygielski <[email protected]>
msz-rai added a commit that referenced this pull request Jul 13, 2024
* Add initial support for object classification in RadarTrackObjectsNode.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Add API call for setting radar object classes.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Update radar track objects tests to handle object ids.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Add safety static_cast.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Make fixes based on the review.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Prevent underflow in loop condition (#308)

* Add handling nan radial speeds in radar nodes (#309)

Add handling nan radial speeds in radar postprocess and object tracking nodes.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Radar object classification improvements (#310)

* Change array type in fieldData to be compatible with all RGL nodes

* Use velocities from raytrace instead of calculating it again (better accuracy)

* Do not output predicted objects

* Restore the conditions of merging detections into objects

* Fix required fields; skip test that fails

* Require detections in world frame to predict objects properly

* Fix displacementFromSkinning calculation

* Fix test

* Put all objects to the output

* Fix deltaTime calculation

* Fix test

* Fix time

* Fix passing time to new objects

* Add comment on skinning fix

* Fix coordinate system of width & length

* Fix bounding boxes

* Fix maxClassificationProbability

* Change unit of movement_sensitivity

---------

Signed-off-by: Paweł Liberadzki <[email protected]>
Co-authored-by: Maja Nagarnowicz <[email protected]>
Co-authored-by: Mateusz Szczygielski <[email protected]>
msz-rai added a commit that referenced this pull request Jul 15, 2024
* Add initial support for object classification in RadarTrackObjectsNode.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Add API call for setting radar object classes.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Update radar track objects tests to handle object ids.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Add safety static_cast.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Make fixes based on the review.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Prevent underflow in loop condition (#308)

* Add handling nan radial speeds in radar nodes (#309)

Add handling nan radial speeds in radar postprocess and object tracking nodes.

Signed-off-by: Paweł Liberadzki <[email protected]>

* Radar object classification improvements (#310)

* Change array type in fieldData to be compatible with all RGL nodes

* Use velocities from raytrace instead of calculating it again (better accuracy)

* Do not output predicted objects

* Restore the conditions of merging detections into objects

* Fix required fields; skip test that fails

* Require detections in world frame to predict objects properly

* Fix displacementFromSkinning calculation

* Fix test

* Put all objects to the output

* Fix deltaTime calculation

* Fix test

* Fix time

* Fix passing time to new objects

* Add comment on skinning fix

* Fix coordinate system of width & length

* Fix bounding boxes

* Fix maxClassificationProbability

* Change unit of movement_sensitivity

---------

Signed-off-by: Paweł Liberadzki <[email protected]>
Co-authored-by: Maja Nagarnowicz <[email protected]>
Co-authored-by: Mateusz Szczygielski <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants