forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(probabilistic_occupancy_grid_map): performance tuning for pointc…
…loud based occupancy grid map (autowarefoundation#7687) * perf: performance tuning Signed-off-by: taisa1 <[email protected]> * fix: remove unnecessary change Signed-off-by: taisa1 <[email protected]> * chore: edit comments Signed-off-by: taisa1 <[email protected]> * fix: change the way of offset initialization Signed-off-by: taisa1 <[email protected]> * fix: compile error and name Signed-off-by: taisa1 <[email protected]> * fix: take common parts as func Signed-off-by: taisa1 <[email protected]> * refactor: change variable name Signed-off-by: taisa1 <[email protected]> * refactor: add some blank lines Signed-off-by: taisa1 <[email protected]> * fix: made unapplied change Signed-off-by: taisa1 <[email protected]> * fix: compile error Signed-off-by: taisa1 <[email protected]> * refactor: simplified conditions Signed-off-by: taisa1 <[email protected]> * fix: apply changes to projective Signed-off-by: taisa1 <[email protected]> * fix: remove reserve from projective Signed-off-by: taisa1 <[email protected]> * refactor: reduce too many arguments Signed-off-by: taisa1 <[email protected]> * refactor: delete angle_increment Signed-off-by: taisa1 <[email protected]> * fix: reflect review Signed-off-by: taisa1 <[email protected]> * fix: build error Signed-off-by: taisa1 <[email protected]> --------- Signed-off-by: taisa1 <[email protected]> Co-authored-by: atsushi yano <[email protected]>
- Loading branch information
Showing
9 changed files
with
240 additions
and
94 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.