An open API service indexing awesome lists of open source software.

https://github.com/jgphilpott/agility

A Python library for humanoid robotics.
https://github.com/jgphilpott/agility

humanoid python robotics

Last synced: about 2 months ago
JSON representation

A Python library for humanoid robotics.

Awesome Lists containing this project

README

          

# Agility

A Python library for humanoid robotics.

# Quick Start

Assuming you have [docker installed](https://docs.docker.com/get-docker), clone this repository and navigate into the root directory.

To build the agility container enter the command:

```
docker build -t agility:latest .
```

To run the agility container enter the command:

```
docker run --name agility -p 4444:4444 agility:latest
```