17#ifndef DAISI_PATH_PLANNING_CONSENSUS_CENTRAL_MESSAGE_REQUEST_H_
18#define DAISI_PATH_PLANNING_CONSENSUS_CENTRAL_MESSAGE_REQUEST_H_
24#include "solanet/serializer/serialize.h"
26namespace daisi::path_planning::consensus {
32 std::vector<std::tuple<float, float, double>>
Request message from a pickup station to the central server.
Definition request.h:28
std::vector< std::tuple< float, float, double > > intersection_times
Definition request.h:33
uint64_t earliest_possible_start_ms
Earliest possible time at which the AGV can start.
Definition request.h:31
uint32_t request_id
Per station unique request id to match requests and responses.
Definition request.h:30