Skip to content

Commit

Permalink
Update readme instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Oct 15, 2024
1 parent e272840 commit aabb464
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ An agent for [Upkie](https://github.com/upkie/upkie/) that combines wheeled bala

- Install Python packages to a conda environment: `conda env create -f environment.yaml`
- Activate conda environment: `conda activate pink_balancer`
- Run the Bullet spine: `./start_simulation.sh` (from your Upkie repository)
- Run the agent with Bullet: `python pink_balancer/main.py -c bullet`
- Upload this repository to your Upkie: `make upload`
- Run the pi3hat spine: `pi3hat_spine` (on your robot)
- Run the agent: `python pink_balancer/main.py -c $(hostname)`
- Simulation:
- Run the Bullet spine: `./start_simulation.sh` (from your Upkie repository)
- Run the agent: `python run_agent.py -c bullet`
- Real Upkie:
- Upload this repository to your Upkie: `make upload`
- Run the pi3hat spine: `pi3hat_spine` (on your robot)
- Run the agent: `python run_agent.py`

## Configuration tweaks

Expand Down

0 comments on commit aabb464

Please sign in to comment.