Skip to content
Snippets Groups Projects
Commit 8ebf734a authored by Hoop77's avatar Hoop77 Committed by lenoelda
Browse files

bug in PlatoonProtocolLib fixed

parent 944b85a6
Branches
No related merge requests found
...@@ -24,6 +24,7 @@ FollowerVehicle::FollowerVehicle(PrivateTag, networking::Networking & net, const ...@@ -24,6 +24,7 @@ FollowerVehicle::FollowerVehicle(PrivateTag, networking::Networking & net, const
: Vehicle(net, info, Role::FOLLOWER) : Vehicle(net, info, Role::FOLLOWER)
{ {
heartbeatTimer = networking::time::Timer::create(net); heartbeatTimer = networking::time::Timer::create(net);
broadcastTimer = networking::time::Timer::create(net);
} }
void FollowerVehicle::stop() void FollowerVehicle::stop()
......
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