forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(tier4_perception_rviz_plugin): interactive pedestrian for rviz plugin (#534) * feat(tier4_perception_rviz_plugin): add mouse event util function Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(tier4_perception_rviz_plugin): delete option for QT Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_perception_rviz_plugin): remove interactive_pedestrian.cpp Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(tier4_perception_rviz_plugin): expand conventional 2D dummy pedestrian to be able to interact Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_perception_rviz_plugin): change for void Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_perception_rviz_plugin): not use std::numeric_limits::epsilon() Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(tier4_perception_rviz_plugin): plugin supports interactive manipulation for dummy CAR & UNKNOWN object (#554) * fix(tier4_perception_rviz_plugin): split pedestrian.hpp(cpp) into two parts Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_perception_rviz_plugin): modify logic of velocity & pose calculation Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(tier4_perception_rviz_plugin): plugin supports 2D Interactive dummy car Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * feat(tier4_perception_rviz_plugin): plugin supports 2D Interactive unknown object Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * refactor(tier4_perception_rviz_plugin): use common class Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_perception_rviz_plugin): fix dummy pedestrian shape (#571) * fix(tier4_perception_rviz_plugin): set interactive object velocity to zero on releasing the object (#686) Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com> * fix(tier4_perception_rviz_plugin): modify build error in rolling (#791) * fix(tier4_perception_rviz_plugin): modify build error in rolling Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * fix(tier4_perception_rviz_plugin): add target compile definitions Signed-off-by: wep21 <border_goldenmarket@yahoo.co.jp> * feat(perception_rviz_plugin): add 2d dummy bus with height (#903) * feat(perception_rviz_plugin): add 2d dummy bus with height Signed-off-by: tanaka3 <ttatcoder@outlook.jp> * ci(pre-commit): autofix Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Co-authored-by: Takeshi Miura <57553950+1222-takeshi@users.noreply.github.com> Co-authored-by: Daisuke Nishimatsu <42202095+wep21@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
4e5f392
commit 16edd36
Showing
13 changed files
with
788 additions
and
255 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
Binary file added
BIN
+18.4 KB
common/tier4_perception_rviz_plugin/icons/classes/BusInitialPoseTool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.