Autoware1.12.0 op_planner algorithm question in BehaviorStateMachine FowardState::GetNextState

asked 2020-02-14 01:44:56 -0500

Wen Hsu gravatar image

I am using Autoware 1.12.0 running on Ubuntu16.04 Kinetics on an x86, with kernel 4.4.

In the BehaviorStateMachine.cpp at line 141 as below:

pCParams->currentTrafficLightID != pCParams->prevTrafficLightID

I am wondering why do we need this conditional expression? Is it for preventing something?

edit retag flag offensive close merge delete