add func of planning objs and updats eagle_track

This commit is contained in:
zhongchao
2022-06-20 13:38:05 +08:00
parent 71b815e690
commit 246530c61f
21 changed files with 482 additions and 342 deletions

View File

@@ -142,7 +142,7 @@ message AutopilotState
message PlanningObject
{
uint32 uuid = 1;
uint32 type = 2; //影响自车决策的类型, 和感知的障碍物类型不是一回事
uint32 type = 2; //影响自车决策的类型, 和感知的障碍物类型不是一回事 0是leading障碍物1是避障和择机的障碍物
}
message PlanningObjects

View File

@@ -112,7 +112,7 @@ public class PointInterpolatorUtil {
* @param x target point lon
* @param y target point lat
* @param x1 线段起点 lon
* @param y1 起点起点 lat
* @param y1 线段起点 lat
* @param x2 线段终点 lon
* @param y2 线段终点 lat
* @return double[]{footLon,footLat,minDistance} if(footLon == -1) => no foot or foot not in line