Skip to content

Commit

Permalink
fix(tier4_perception_rviz_plugin): fix dummy pedestrian shape (tier4#571
Browse files Browse the repository at this point in the history
)
  • Loading branch information
1222-takeshi authored and boyali committed Sep 28, 2022
1 parent 0208e58 commit 2750fb3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ Object PedestrianInitialPoseTool::createObjectMsg() const

// shape
object.shape.type = Shape::CYLINDER;
const double width = 0.8;
const double length = 0.8;
const double width = 0.6;
const double length = 0.6;
object.shape.dimensions.x = length;
object.shape.dimensions.y = width;
object.shape.dimensions.z = 2.0;
Expand Down

0 comments on commit 2750fb3

Please sign in to comment.