Skip to content

Commit 021129a

Browse files
committed
remove unused variable
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent e0e49be commit 021129a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

planning/behavior_velocity_no_stopping_area_module/src/scene_no_stopping_area.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ boost::optional<LineString2d> NoStoppingAreaModule::getStopLineGeometry2d(
8989
bg::intersection(area_poly, line, collision_points);
9090
if (!collision_points.empty()) {
9191
const double yaw = tier4_autoware_utils::calcAzimuthAngle(p0, p1);
92-
geometry_msgs::msg::Point left_point;
9392
const double w = planner_data_->vehicle_info_.vehicle_width_m;
9493
const double l = stop_line_margin;
9594
stop_line.emplace_back(

0 commit comments

Comments
 (0)