Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimeGoose committed Jun 12, 2022
1 parent 3c72d1e commit 3da3c61
Show file tree
Hide file tree
Showing 14 changed files with 7,112 additions and 222 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

gts fix
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Lap Data |2|Data about all the lap times of cars in the session
>The motion packet gives physics data for all the cars being driven. There is additional data for the car being driven with the goal of being able to drive a motion platform setup.
N.B. For the normalised vectors below, to convert to float values divide by 32767.0f – 16-bit signed values are used to pack the data and on the assumption that direction values are always between -1.0f and 1.0f.
>>Frequency: Rate as specified in menus
>>>Size: 1464 bytes
>>>>Version: 1
Expand Down Expand Up @@ -149,7 +148,6 @@ struct PacketMotionData
# Session Packet

>The session packet includes details about the current session in progress.

>>Frequency: 2 per second
>>>Size: 632 bytes
>>>>Version: 1
Expand Down
Loading

0 comments on commit 3da3c61

Please sign in to comment.