Skip to content

Commit

Permalink
Add setup section to tutorial (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jun 29, 2024
1 parent 8a970bd commit 8307aff
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README-cpp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Tutorial

## Setup

See the
[C++ installation instructions](https://sleipnirgroup.github.io/Sleipnir/index.html#autotoc_md2).

## Introduction

A system with position and velocity states and an acceleration input is an
example of a double integrator. We want to go from 0 m at rest to 10 m at rest
in the minimum time while obeying the velocity limit (-1, 1) and the
Expand Down
7 changes: 7 additions & 0 deletions docs/README-py.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Tutorial

## Setup

See the
[Python installation instructions](https://sleipnirgroup.github.io/Sleipnir/index.html#autotoc_md2).

## Introduction

A system with position and velocity states and an acceleration input is an
example of a double integrator. We want to go from 0 m at rest to 10 m at rest
in the minimum time while obeying the velocity limit (-1, 1) and the
Expand Down

0 comments on commit 8307aff

Please sign in to comment.