Skip to content

Instantly share code, notes, and snippets.

@HemaZ
Created November 29, 2018 09:17
Show Gist options
  • Save HemaZ/74042f27aeb5e5cd105cddb831d1ff03 to your computer and use it in GitHub Desktop.
Save HemaZ/74042f27aeb5e5cd105cddb831d1ff03 to your computer and use it in GitHub Desktop.
Header header
# Range 0 to 1, 1 is max throttle
float64 throttle
# Range 0 to 1, 1 is max brake
float64 brake
# Range -1 to +1, +1 is maximum left turn
float64 steer
uint8 NO_COMMAND=0
uint8 NEUTRAL=1
uint8 FORWARD=2
uint8 REVERSE=3
uint8 shift_gears
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment