Commit d6c29e38 authored by oscar's avatar oscar

提交传递车辆颜色字段。

parent 1a1a66a0
......@@ -374,6 +374,7 @@ void EventsRos::SendRosEvents(TrkObjsPtr& outs)
msg.upstreamNodeIdRegion = iter.upstreamNodeIdRegion;
msg.sectionId = iter.sectionId;
msg.laneId = iter._laneId;
msg.color_name = iter.vehicleColor;
#ifdef _USING_NEW_JFXMAP_
printf("check GetMapData send framenum = %d, id = %llu, strRoadName = %s\n",iter.frameNum,iter.id,iter.linkName.c_str());
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment