修复了开始时车辆停止不动的问题
This commit is contained in:
parent
d198abc33d
commit
6d6ed8e48b
|
@ -82,6 +82,7 @@ int main()
|
|||
// 如果到站,处理请求和
|
||||
if(JudgeOnStation() == BUS_TRUE)
|
||||
{
|
||||
direction = FCFSDirection(); // 在开始也得进行一次方向的判断
|
||||
finished_query = FCFSQuery();
|
||||
|
||||
if(finished_query != NULL) // 有请求就处理请求
|
||||
|
|
Loading…
Reference in New Issue
Block a user