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

-

parent 1f62dce9
Branches
No related merge requests found
...@@ -124,7 +124,11 @@ MainNode::MainNode() ...@@ -124,7 +124,11 @@ MainNode::MainNode()
c2c.setCallback( c2c.setCallback(
[this] [this]
{ {
messageOStream.write("MSG", "C2C CALLBACK"); if (c2c.isPlatoonRunning())
messageOStream.write("MSG", "c2c callback running");
else
messageOStream.write("MSG", "c2c callback not running");
platoonControllerThread.notify(); platoonControllerThread.notify();
}); });
c2c.addVehicleEndpoints(readVehicleEndpoints()); c2c.addVehicleEndpoints(readVehicleEndpoints());
......
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