MajicDesigns / MD_SmartCar

Core functions for movement control of a 2 wheeled SmartCar Robot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartCar Robot Core Library

arduino-library-badge

This library is designed to provide core mobility functions for an autonomous 2 wheeled Smart Car Robot. The library provides the code infrastructure that allows the car to travel in a controlled manner, on top of which specific applications can confidently be built.

This library is designed around a commonly obtainable 2 wheel drive (plus idler castor wheel) vehicle chassis found on online marketplaces. It is also suitable for more capable similar platforms with little or no modification.

Library Documentation

If you like and use this library please consider making a small donation using PayPal

Blog Articles about this software/hardware

Hardware Considerations

Sensors

Control using the Library

Configuring the Library

Implementing a Roving Bot

About

Core functions for movement control of a 2 wheeled SmartCar Robot.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 96.5%Language:C 3.5%