-
Notifications
You must be signed in to change notification settings - Fork 663
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
perf(out_of_lane): downsample the trajectory to improve performance #7691
perf(out_of_lane): downsample the trajectory to improve performance #7691
Conversation
Signed-off-by: Maxime CLEMENT <[email protected]>
Thank you for contributing to the Autoware project! 🚧 If your pull request is in progress, switch it to draft mode. Please ensure:
|
78f9505
to
ad953f5
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #7691 +/- ##
===========================================
- Coverage 14.84% 11.19% -3.65%
===========================================
Files 1999 196 -1803
Lines 139163 17019 -122144
Branches 43716 3072 -40644
===========================================
- Hits 20661 1906 -18755
+ Misses 95731 14752 -80979
+ Partials 22771 361 -22410
☔ View full report in Codecov by Sentry. |
..._planner_common/include/autoware/motion_velocity_planner_common/trajectory_preprocessing.hpp
Outdated
Show resolved
Hide resolved
Signed-off-by: Maxime CLEMENT <[email protected]>
…utowarefoundation#7691) Signed-off-by: Maxime CLEMENT <[email protected]>
…utowarefoundation#7691) Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: Simon Eisenmann <[email protected]>
…rmance (autowarefoundation#7691)" This reverts commit 8444a9e.
#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
autowarefoundation#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (autowarefoundation#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
autowarefoundation#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (autowarefoundation#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
…utowarefoundation#7691) Signed-off-by: Maxime CLEMENT <[email protected]>
autowarefoundation#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (autowarefoundation#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
…utowarefoundation#7691) Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: palas21 <[email protected]>
autowarefoundation#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (autowarefoundation#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]> Signed-off-by: palas21 <[email protected]>
…utowarefoundation#7691) Signed-off-by: Maxime CLEMENT <[email protected]>
autowarefoundation#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (autowarefoundation#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
…7691) Signed-off-by: Maxime CLEMENT <[email protected]>
#7732) * perf(dynamic_obstacle_stop): create rtree with packing algorithm Signed-off-by: Maxime CLEMENT <[email protected]> * Revert "perf(out_of_lane): downsample the trajectory to improve performance (#7691)" This reverts commit 8444a9e. * perf(motion_velocity_planner): resample trajectory after vel smoothing Signed-off-by: Maxime CLEMENT <[email protected]> --------- Signed-off-by: Maxime CLEMENT <[email protected]>
Description
Quick fix to improve the performance of the
out_of_lane
module.A better solution should be implemented in the future.
Private Links:
How was this PR tested?
Psim
Notes for reviewers
None.
Interface changes
None.