Skip to content

Commit

Permalink
Changed order of bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
dlcole3 committed Aug 22, 2024
1 parent 899ba1c commit 49f4cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/quadcopter.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ The function inputs are:
- time discretization (number of seconds between nodes `dt`)

The function outputs are:
- The graph
- The objective value of the discretized form of $\phi$
- The graph
- An array with the reference values on each node ($x^{ref}$)

The `build_quadcopter_graph` function will use three supporting functions that will add variables, add constraints (both local and linking) and add the objectives to the nodes. These functions will be detailed below before they are used to build the full quadcopter graph.
Expand Down

0 comments on commit 49f4cac

Please sign in to comment.