[Fix]修复无法开启自动驾驶,原因是传给工控机的action写错,正确的json如下
{"action":"aiCloudToStartAutopilot","result":{"endLatLon":{"lat":40.19925515953876,"lon":116.73274535677977},"isSpeakVoice":false,"speedLimit":0.0,"startLatLon":{"lat":40.19915728944592,"lon":116.73675895051454},"vehicleType":10,"wayLatLons":null}}
Signed-off-by: donghongyu <donghongyu@zhidaoauto.com>
This commit is contained in:
@@ -725,7 +725,7 @@ public class AMapViewWrapper implements IMogoMapView,
|
||||
@Override
|
||||
public void changeMapViewAngle(int type) {
|
||||
if (checkAMapView()) {
|
||||
mMapView.getMapAutoViewHelper().testMapViewAngle(type);
|
||||
//mMapView.getMapAutoViewHelper().testMapViewAngle(type);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user