Skip to content

Commit

Permalink
seperate out API
Browse files Browse the repository at this point in the history
  • Loading branch information
AOS55 committed May 28, 2024
1 parent 30dae3e commit eb34565
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/dynamics/aircraft/controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,22 @@ follow a PID type controller.

Controllers include:

<!-- - Pitch {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.pitch_controller`
- Pitch {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.pitch_controller`
- Roll {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.roll_controller`
- Speed {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.speed_controller` -->
- Speed {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.speed_controller`

# High-level control

High-level controllers are used to control higher order functions allowing offloading the problem of decision-making
to be a higher-order task. These build on the low level controllers to include:

<!-- - Altitude {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.alt_controller`
- Altitude {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.alt_controller`
- Heading {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.heading_controller`
- Pursuit {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.pursuit_controller` -->
- Pursuit {py:class}`~flyer_env.aircraft.contoller.ControlledKinematicVehicle.pursuit_controller`

## API

<!-- ```{eval-rst}
```{eval-rst}
.. automodule:: flyer_env.aircraft.contoller
:members:
``` -->
```

0 comments on commit eb34565

Please sign in to comment.