-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add radar object classification (#298)
* 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]>
- Loading branch information
1 parent
05cdd3b
commit 86ab331
Showing
11 changed files
with
343 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.