RetamalVictor / robot-car

My Robotic Tank project to practice Control Theory, Apply RL and Computer Vision.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Robot Car with Vision Guidance

This is a work in progress repository for the Robot Car with Vision guidance.

  • Lib: Contains the libraries needed for the project. Appart from usual Arduino Framework libraries are:

    • IMPU: My implementation for an interface to interact with the MPU6050, heavily inspired in Detailed MPU6065 tutorial
    • MPU6050 library by Jeff Rowberg.

    The last commit included implementing PID to follow a straight trajectory based on relative yaw.

Next milestones: ESP32 cam --> relative localization.

  • Distributed camera pipeline is almost ready. USing ROS2 components (Nodelets)
  • Next step is to add the MiDas Depth estimation pretrained model

About

My Robotic Tank project to practice Control Theory, Apply RL and Computer Vision.


Languages

Language:C++ 81.8%Language:C 16.3%Language:Processing 1.7%Language:CMake 0.1%Language:Python 0.1%Language:Makefile 0.0%