Skip to content

Commit 2a5fa52

Browse files
committed
对每一条lane,replanner_都调用replanLaneWaypointVel函数。
1 parent 4538e9f commit 2a5fa52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core_planning/waypoint_maker/nodes/waypoint_replanner/waypoint_replanner_node.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void WaypointReplannerNode::replan(autoware_msgs::LaneArray& lane_array)
8585
{
8686
for (auto &el : lane_array.lanes)
8787
{
88-
replanner_.replanLaneWaypointVel(el);
88+
replanner_.replanLaneWaypointVel(el);//对每一条lane,replanner_都调用replanLaneWaypointVel函数。
8989
}
9090
}
9191

0 commit comments

Comments
 (0)