Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 2.38 KB

README.md

File metadata and controls

51 lines (33 loc) · 2.38 KB

MarsAI | The Artificial Intelligence for MarsCat

This is the source code for MarsCat AI. The robotic pet cat that you can control, program and pet. The goal of this AI is to gather people's knowledge to create the smartest creature ever.

Structure

This source code consists of:

  • ai: Including action (eyedisplay, sound, movements), ai and data receiver from different sensors, vision and voice
  • sensor: Touch sensor, distance sensor and gyro sensor
  • vision: human_recognition, object_recognition, brightness and QR code recognition
  • voice: Voice command recognition
  • library: Python API to control marscat move

AI

The MarsAI is based on general AI process flow:

  • sense : Sense the data from environment, the RGB data, the distance, the sound wave.
  • feature : Transfer and abstract the sense data from raw-data to features, like RGB image data to Human faces, objects.
  • model : Different features may come at the same time, so sort the feature into a certain model like being-touched, start-listen and other 3 models.
  • behaviour : Generate the right behaviour from model to behaviour based on energy consumption, last behaviour and other information.
  • action : The action from the behaviour, which may includes sound, body movement and eye-display.

Code

All code is written in Python 3.6. If only Python API is used to control MarsCat's run, walk, turn and each joint's angle, then Python 2.7 and Python 3 both can be used.

The code style is under PEP 8 Style. If you want to contribute, please follow this style.

Platform and Environment

All code is running in Raspberry PI 3 B (embedded WIFI and Bluetooth). The operating system environment is Raspbian: Kernel 4.19

Libraries

Pre-installed libraries includes OpenCV 3, Pocketsphinx, Pyfirmata.

Contrubution Guidelines

  • Fork and clone this repository
  • Modify code
  • Create pull request when ready

Contact

The code is managed by Elephant Robotics INC. Email support@elephantrobotics.com to get in touch with our software team. Check www.elephantrobotics.com for more information.