This repository is used for the on board Node server. It is a submodule of dride-core
###getRoad()
Represent the left roadn lane a line from x1,y1 to x2,y2 and x3,y3 to x4,y4 correspondly
###getFrontCar()
Represent a line from the left corner of the object to the right
###roadAngle()
A number between 0-360 that represent the road angle.
###getSpeed()
A number between 0-250 that represent the current speed.
###getCurrenPosition()
A point that represent the current latitude and longitude.
###startDictation()
Represent the text that was converted from the voice
###say(string text, string langCode)
Will speak the text
###getVideo(timestamp fromTime, timestamp toTime)
The url for the video requested
git submodule update --remote --merge