Authors:
- Lorenzo Massa lorenzo.massa6@studio.unibo.it
- Alessandro Folloni alessandro.folloni2@studio.unibo.it
Starting from a working instance of the "NaoUbuntu" virtual machine:
- Install VLC and GIT:
sudo apt-get update
sudo apt-get install vlc git
- Download the repository:
git clone https://github.com/lorenzo-massa/FirenzeReggio_Team
- Get the needed Python3 tools:
cd FirenzeReggio_Team
pip3 install -U pip setuptools
sudo apt-get install python3-venv
- Prepare the virtual environment:
python3 -m venv venv
- Install the Python3 dependencies:
. venv/bin/activate
pip3 install -r requirements.txt
deactivate
- Run the script inside a terminal emulator:
cd FirenzeReggio_Team
. venv/bin/activate
python3 main.py localhost port
deactivate
Please, remember to do the following steps before launching the script:
- Open Choreograph
- Go to Edit->Preferences and open the 'General' tab
- Set 'Motor speed (%)' to 100
- Switch to the 'Virtual Robot' tab
- Select the 'NAO H25 (V40)' as the 'Robot model'
- Click on the 'OK' button in the bottom right of the modal window