A Python library for humanoid robotics.
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