PolySync / oscc

Open Source Car Control 💻🚗🙌
Other
966 stars 278 forks source link

Add signed value to brake request #296

Closed rebpdx closed 6 years ago

rebpdx commented 6 years ago

Prior to this commit the brake request was set to unsigned float which does not exist. This commit fixes that by changing the value to a signed float.