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

testing...

parent 8d81ad62
No related merge requests found
......@@ -123,6 +123,7 @@ void FollowerVehicle::sendPlatoonCreateRequestToNextVehicle()
void FollowerVehicle::sendPlatoonCreateRequest(VehicleId vehicleToRequest)
{
// We'll send a request indicating that we want to be the follower.
log("Sending create request to: ", vehicleToRequest);
sendMessage(PlatoonMessage::followerRequest(myInfo.vehicleId, vehicleToRequest), 3s);
}
......
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