Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 534 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 534 Bytes

Agility

A Python library for humanoid robotics.

Quick Start

Assuming you have docker installed, 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