17#ifndef DAISI_PATH_PLANNING_CONSENSUS_CENTRAL_MESSAGE_RESPONSE_H_
18#define DAISI_PATH_PLANNING_CONSENSUS_CENTRAL_MESSAGE_RESPONSE_H_
24#include "solanet/serializer/serialize.h"
26namespace daisi::path_planning::consensus {
Response to a request from central server to pickup station.
Definition response.h:28
bool success
True if request was successful. If false, start_offset_ is not valid.
Definition response.h:31
double start_offset
Global possible start time in seconds.
Definition response.h:32
uint32_t request_id
Per station unique request id to match requests and responses.
Definition response.h:30