Command Line Parameters

Parameter Usage Example

./middleware --vehicle_ids=1,7,8 --node_id=middleware --wait_for_start=true --dds_domain=1 --simulated_time=false

Important parameters

Other parameters

Communication between HLC and Middleware

The IDL type for the DDS communication of HLC and middleware is mentioned here and located here: https://git.rwth-aachen.de/CPM/Project/Lab/software/blob/master/hlc/middleware/idl/VehicleStateList.idl

Further communication includes the propagation / exchange of start and stop signals. All relevant data types are e.g. used in the init script for Matlab, which is mentioned in the Matlab section.

What the HLC scripts need to include

TODO: Mention IDL type / what it does / what the middleware expects, refer to Matlab tutorial