[New branch]
增加自动驾驶默认开始结束 名称 Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -30,8 +30,8 @@ import java.util.List;
|
||||
*/
|
||||
public class AutopilotControlParameters {
|
||||
|
||||
public String startName;
|
||||
public String endName;
|
||||
public String startName="";
|
||||
public String endName="";
|
||||
public AutoPilotLonLat startLatLon;
|
||||
public List<AutoPilotLonLat> wayLatLons;
|
||||
public AutoPilotLonLat endLatLon;
|
||||
|
||||
Reference in New Issue
Block a user