Skip to content

Commit

Permalink
fix(run_out): clear stop pose to prevent virtual wall from remaining (#…
Browse files Browse the repository at this point in the history
…663)

fix(run_out): clear stop pose to prevent virtual wall from remaining (autowarefoundation#4240)

fix(run_out): clear stop pose to prevent virtual wall from increasing

Signed-off-by: Tomohito Ando <tomohito.ando@tier4.jp>
  • Loading branch information
TomohitoAndo authored Jul 13, 2023
1 parent 151a10b commit 2b45358
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions planning/behavior_velocity_run_out_module/src/debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,8 @@ motion_utils::VirtualWalls RunOutDebug::createVirtualWalls()
wall.pose = p;
virtual_walls.push_back(wall);
}
stop_pose_.clear();

return virtual_walls;
}

Expand Down

0 comments on commit 2b45358

Please sign in to comment.