Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosorban authored Nov 15, 2023
1 parent bda170e commit 70e2c67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ For optimization purposes, the CasADi library has been integrated. This controll
The overarching aim of this project is to devise an optimal controller for a hopper, ensuring the computation of safe trajectories without violating the system's dynamics or other constraints, such as hardware limitations or spatial bounds. The control commands are derived based on a performance criterion, presently focused on minimizing a quadratic cost function that accounts for position error and energy efficiency.

## Installation
The necessary packages can be installed using the command:
The first step is to clone the repository to the local machine. Navigate to the project folder and type following command to install the dependent libraries:

```bash
pip install -r requirements.txt
```

To install the the library, clone the repository and use the following command:
Then use the following command to install the library:

```bash
pip install -e .
Expand Down

0 comments on commit 70e2c67

Please sign in to comment.