Skip to content

Commit

Permalink
fix(tier4_perception_rviz_plugin): fix dummy pedestrian shape (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
1222-takeshi authored and taikitanaka3 committed Jun 27, 2022
1 parent f9cbfe0 commit 85f1a18
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 85f1a18

Please sign in to comment.