提交 3edf7edc 编写于 作者: J jmtao 提交者: Xiangquan Xiao

routing: uncomment lane info in routing request

上级 f90c99d1
......@@ -66,12 +66,9 @@ std::vector<RoutingRequest> Routing::FillLaneInfoIfMissing(
RoutingRequest fixed_request(routing_request);
for (int i = 0; i < routing_request.waypoint_size(); ++i) {
LaneWaypoint lane_waypoint(routing_request.waypoint(i));
// TODO(all): temporarily comment out,
// to test this support with existing routing requests
// will bring back soon
// if (lane_waypoint.has_id()) {
// continue;
// }
if (lane_waypoint.has_id()) {
continue;
}
// fill lane info when missing
const auto point =
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册