Skip to content

An educational-purpose robot with the aim to introduce autonomous robotics' concepts step by step.

Notifications You must be signed in to change notification settings

Rad-hi/PickleBot

Repository files navigation

PickleBot is an educational-purpose robot that aims to introduce you to the world of autonomous robots step by step

Brief

This repo aims at introducing you to the world of robotics one step at a time.

Having modular system design in mind, the goal is to test one feature at a time within its own folder, as a testable unit that one can experiment with, then as we advance, we find these same units (if useful, because sometimes we just experiment with some features) integrated into more advanced/comlex units/features that implement more powerful concepts.

The end goal is to arrive at a fully autonomous robot, using the cheapest and most widely available tools/components, as an effort to democratize knowledge, and specefically robotics.

The technical roadmap is still fuzzy, but we start from sensorless driving of our differential drive robot (most basic level), then we add an encoder to start closing the loop, but then we add a second encoder and we make our hacked together AB-encoder, then we add PID control to the wheels, then encoder-based Odometry, which will be complemented with an IMU to account for drift and wheel slip (etc), then we close the low level control chapter with a server/client communication (sockets) with a virtual ground station.

After this step is achieved, we move to the high level controller, where we start doing path planning, more advanced sensor fusion, Machine Learning and computer vision (using our smartphone as the camera that streams the video to our laptop).

The journey is long, and fairly optimistic, but I will try to give it what is needed of work.

Resources:

About

An educational-purpose robot with the aim to introduce autonomous robotics' concepts step by step.

Topics

Resources

Stars

Watchers

Forks