update
This commit is contained in:
parent
b870caa0e5
commit
5bcba189ef
@ -818,9 +818,9 @@ public class LoopbackCommunicationAdapter
|
||||
|
||||
//更新车辆姿态
|
||||
if (params.getPoint() != 0) {
|
||||
LAST_PASSED_POINT = params.getPoint().toString(); //记录最终经过点
|
||||
// LAST_PASSED_POINT = params.getPoint().toString(); //记录最终经过点
|
||||
if (!Objects.equals(getProcessModel().getPosition(), params.getPoint().toString())) {
|
||||
getProcessModel().setPosition(params.getPoint().toString()); //更新最终经过点
|
||||
initVehiclePosition(params.getPoint().toString()); //更新最终经过点
|
||||
}
|
||||
|
||||
Pose oldPose = getProcessModel().getPose();
|
||||
|
Loading…
Reference in New Issue
Block a user