-
Notifications
You must be signed in to change notification settings - Fork 703
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
feat(autoware_multi_object_tracker): selective update per channel #10277
base: main
Are you sure you want to change the base?
feat(autoware_multi_object_tracker): selective update per channel #10277
Conversation
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
…angle in state prediction Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…uration by removing trust flags and consolidating parameters" This reverts commit c5155ef. Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
… include InputChannel parameter Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…cleMotionModel and update measurement logic in VehicleTracker Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ude InputChannel parameter and adjust related logic Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…rences to use VehicleTracker Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…ion based on motion model Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…h VehicleTracker in relevant classes Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…tation in radar configurations Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
9720db5
to
1a1b9ef
Compare
return false; | ||
} | ||
|
||
// update object size | ||
constexpr double gain = 0.5; | ||
constexpr double gain = 0.4; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
parameter is adjusted to corporate bicycle and vehicle trackers
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10277 +/- ##
==========================================
- Coverage 26.05% 26.05% -0.01%
==========================================
Files 1374 1374
Lines 106351 106354 +3
Branches 40877 40858 -19
==========================================
- Hits 27709 27708 -1
- Misses 75940 75944 +4
Partials 2702 2702
*This pull request uses carry forward flags. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
…schema Signed-off-by: Taekjin LEE <taekjin.lee@tier4.jp>
Description
Related links
Launcher PR autowarefoundation/autoware_launch#1364
How was this PR tested?
By default, the input channel is only 'detected_objects', correspond to non multi-channel mode.
The multi-channel mode is under development.
Test is conducted to confirm the node is work as before.
TIER IV INTERNAL
Notes for reviewers
None.
Interface changes
None.
Effects on system behavior
None.