Skip to content

Commit f33214f

Browse files
author
beyza
committed
fix
Signed-off-by: beyza <bnk@leodrive.ai>
1 parent 0eb9a3b commit f33214f

File tree

1 file changed

+1
-0
lines changed
  • planning/behavior_velocity_dynamic_obstacle_stop_module/src

1 file changed

+1
-0
lines changed

planning/behavior_velocity_dynamic_obstacle_stop_module/src/footprint.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ tier4_autoware_utils::Polygon2d translate_polygon(
6767
{
6868
tier4_autoware_utils::Polygon2d translated_polygon;
6969
const boost::geometry::strategy::transform::translate_transformer<double, 2, 2> translation(x, y);
70+
7071
boost::geometry::transform(polygon, translated_polygon, translation);
7172
return translated_polygon;
7273
}

0 commit comments

Comments
 (0)