PlatoonSystem is an Kmelia application about intelligent system embedded on new generation of vehicle. Here we similate an set of 3 vehicles. The driver, the mid and the last. The first is control by pilot (a man) and the other two without pilot. they are connected to the first via an intelligent system which allows control of the over vehicles from the first. This system allows the driver to convey both vehicle without a pilot to an prefixed destination with maintaining a distance of safety calculated dynamically depending on the speed of the vehicle predecessor.
The computSpeed service is the center of real-time calculation of the current distance between a vehicle and its predecessor. It takes as input a standard safety distance in addition to the position and speed of the predecessor vehicle and provide a new speed for the current vehicle based on the calculated distance.
Analysis of this graph highlights nine(9) execution paths. Five (5) of whom are valid. This five(5) paths are :
Unit testing of computSpeed service required test data. In order to covert these five (5) paths we calculated and produced a set of data relevant to each path.
These data were summarized in a single file data.zip.