chore: fmt
This commit is contained in:
parent
31e2ac2cbb
commit
492dcb4497
@ -6,11 +6,11 @@ Terminology:
|
||||
|
||||
$$
|
||||
\begin{align}
|
||||
CM &: \text{Center of Mass} \nonumber \\
|
||||
A &: \text{Midpoint between front wheels} \nonumber \\
|
||||
B &: \text{Midpoint between rear wheels} \nonumber \\
|
||||
\vec F_A &: \text{Lateral force on the front wheels} \nonumber \\
|
||||
\vec F_B &: \text{Lateral force on the rear wheels} \nonumber \\
|
||||
CM &: \text{Center of Mass} \nonumber \\
|
||||
A &: \text{Midpoint between front wheels} \nonumber \\
|
||||
B &: \text{Midpoint between rear wheels} \nonumber \\
|
||||
\vec F_A &: \text{Lateral force on the front wheels} \nonumber \\
|
||||
\vec F_B &: \text{Lateral force on the rear wheels} \nonumber \\
|
||||
\end{align}
|
||||
$$
|
||||
|
||||
@ -34,7 +34,6 @@ $$
|
||||
\end{align}
|
||||
$$
|
||||
|
||||
|
||||
## Forces
|
||||
|
||||
### Force: Thrust
|
||||
@ -70,7 +69,7 @@ $$
|
||||
where the slip function $s$ is
|
||||
|
||||
$$
|
||||
s(\theta_{slip}) =
|
||||
s(\theta_{slip}) =
|
||||
\begin{cases}
|
||||
\theta_{slip} \cdot p & \text{for} \quad \theta_{slip} \leq 3\degree \nonumber \\
|
||||
p & \text{for} \quad \theta_{slip} \gt 3\degree \nonumber \\
|
||||
@ -78,4 +77,3 @@ p & \text{for} \quad \theta_{slip} \gt 3\degree \nonumber \\
|
||||
$$
|
||||
|
||||
and $p$ is the peak.
|
||||
|
||||
|
@ -4,3 +4,13 @@ Need to implement weight shift on car so front wheel steering has more effect wh
|
||||
Otherwise the breaking force prevents the steering.
|
||||
|
||||
Implement a CarDebugger node that displays force vectors.
|
||||
|
||||
## OSS graphics editors
|
||||
|
||||
| NAME | in nixpkgs |
|
||||
| -------- | ---------- |
|
||||
| Krita | yes |
|
||||
| Pinta | yes |
|
||||
| Gimp | yes |
|
||||
| Inkscape | yes |
|
||||
| Graphite | no, web |
|
||||
|
@ -14,7 +14,7 @@ Would have to be a pretty small map with a timer.
|
||||
## King of the Hill
|
||||
|
||||
One place in the map is designated as the Hill.
|
||||
Control the hill for
|
||||
Control the hill for
|
||||
|
||||
- FFA: Everybody for themselves.
|
||||
- Teams: Say 2-3 factions, in competition.
|
||||
@ -40,8 +40,9 @@ Like Trackmania, everybody starts in a big mess and there is a road through the
|
||||
The police faction is hostile.
|
||||
|
||||
Obstacles:
|
||||
- Chasing police.
|
||||
- Police barricades.
|
||||
|
||||
- Chasing police.
|
||||
- Police barricades.
|
||||
|
||||
## Capture the Flag
|
||||
|
||||
|
2
justfile
2
justfile
@ -16,7 +16,7 @@ fix:
|
||||
# Launch the editor
|
||||
ed:
|
||||
godot godot/project.godot
|
||||
|
||||
|
||||
# Launch the game
|
||||
run:
|
||||
cargo build
|
||||
|
@ -2,4 +2,3 @@
|
||||
|
||||
- The Timeless Jive
|
||||
- Corners
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user