iosp / simulationICD

This repository includes the ICD code for simulation of sensors and platform
0 stars 4 forks source link

update the readme #9

Open dmeltz opened 6 years ago

dmeltz commented 6 years ago
  1. compilation from /makefiles

  2. dependency on :
    libboost-dev libboost-thread-dev

  3. usage with Convoy project in Unity : mkdir ~/simConfigs/;
    cp /simulationICD/exFiles*.conf ~/simConfigs/ cp /simulationICD/SENSORWrapper.cs ~/ConvoyUnity/Assets/Scripts/SENSOR

binyamina commented 6 years ago

Done