Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 27, 2024
1 parent 18faa33 commit 3c3377c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions models/ARCH/NLN/Quadrotor/quadrotor_MP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Construct the Quadrotor model.
- `X0` -- (optional, default: position is uncertain in all directions
within `[-0.4, 0.4]m` and velocity is uncertain in all directions
within `[-0.4, 0.4]m/s`) set of initial states
- `variables` -- (optional, default: `PolyVar` variables) the set of polynomal
- `variables` -- (optional, default: `PolyVar` variables) the set of polynomial
variables that are used in the equations
- `controller_inputs` -- (optional, default: `(1.0, 0.0, 0.0)`) tuple with
the controller inputs `u₁`, `u₂` and `u₃` which
Expand All @@ -37,8 +37,8 @@ The tuple `(𝑃, 𝑂)` where `𝑃` is an initial-value problem and `𝑂` are
Physical variables:
- x₁ : interitial (north) position
- x₂ : intertial (east) position
- x₁ : inertial (north) position
- x₂ : inertial (east) position
- x₃ : altitude
- x₄ : longitudinal velocity
- x₅ : lateral velocity
Expand Down
2 changes: 1 addition & 1 deletion models/ARCH/NLN/SpacecraftRendezvous/spacecraft_unified.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Reachability, MathematicalSystems, LazySets, TaylorIntegration
using Reachability: solve

# Paremeters
# parameters
const μ = 3.986e14 * 60^2
const r = 42164.0e3
const r2 = r^2
Expand Down

0 comments on commit 3c3377c

Please sign in to comment.