Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 373 Bytes

File metadata and controls

7 lines (6 loc) · 373 Bytes

Quadruped Bot

Screenshot

Quadruped Bot Source Code -

  • openCV.py uses openCV for object tracking and then uses serial communication to communicate to the bot
  • speechControlled.py uses speech_recognition library and serial communication to communicate to the bot
  • Voice_and_openCV.ino is the final arduino file which will be loaded into Arduino UNO.