Skip to content

dfsbora/ekf-localization

Repository files navigation

EKF localization system for NAO robot

Implementation of localization system for robot soccer based on inertial sensors

GitHub

Leia em português

Pre-requisites

Developed on Python 2.7

🤖 NAO robot must meet the following pre-requisites:

  • NAOqi (Verified with 2.8.5.10)

  • Numpy (Verified with 1.10.4)

  • Scipy (Verified with v1.2.3)

Running the code

Copying code to robot

# Make the script executable
$ chmod +x send.sh

# Send files to NAO robot
$ ./send.sh <robot-ip>

Running the code on robot

# Connect to NAO robot
$ ssh nao@<robot-ip>

# Access the project folder
$ cd naoqi/ekf-localization

# Run the code
$ python threads.py

License

This project is under the license MIT.

Made by Débora Ferreira. 🤖💚