Skip to content
Snippets Groups Projects
Commit 0e2e82e1 authored by Hoop77's avatar Hoop77
Browse files

-

parent 121562ad
Branches
No related merge requests found
......@@ -63,6 +63,7 @@ void PlatoonController::setupC2C()
}
c2c.createPlatoon();
c2cAlive = true;
messageOStream.write("MSG", "setup C2C");
}
void PlatoonController::run()
......@@ -139,6 +140,8 @@ void PlatoonController::run_ACC()
if (c2c.getRole() == platoonProtocol::Vehicle::Role::LEADER)
{ updatePcConfig(); }
updateDesSpeed();
messageOStream.write("MSG", "waiting for running platoon");
}
void PlatoonController::run_CACC_FV()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment