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.
feat(autoware_auto_perception_rviz_plugin): improve rviz performance (a…
…utowarefoundation#2780) * add choose box element to control type of visualization polygon for detected objects Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * WIP: add switching logic and defininition for 2d poligons functions, working Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * add function for making 2d polygon from cylinder shape Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * add code to make 2d polygones from unknown objects Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * wip, add creation of milty dummy objects by one click Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * modificate empty_objects_publisher for testing purpose Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * feat/2d_obj_rviz: cleaning for pull request. Remove dummy_empty_obj.launch and revert testing modification. Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * feat/2d-obj-rviz refactor, update names of functions to more meaningfull, remove unnecessary code which was drawing additional lines on circle, remove TODO Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> * style(pre-commit): autofix * feat/2d-obj-rviz correct spelling mistakes Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> --------- Signed-off-by: Alexey Panferov <lexavtanke@gmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
Showing
3 changed files
with
157 additions
and
6 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