AUTHOR: Kevin Shin

Your show and tell can be about anything you accomplished other than research. This is about an action realized.

<aside> ❓ Tutorial: Clearly explain the necessary information and actions to arrive at an outcome

</aside>

Outcome

Initial Goal: Install Reachy simulator & run the initial code to move Reachy

Realized Outcome: Able to move Reachy's head and arms. Initial python code as a starting point.

Steps to achieve outcome

Outline/Framework/Recipe/Steps

mkdir ~/work
cd work
git clone [email protected]:CircuitLaunch/reachy.git
git clone [email protected]:CircuitLaunch/CoLab-Reachy.git
cd ~/work/CoLab-Reachy/software/reachy-docker
docker-compose up
docker-compose down