Skip to content

Template Eirbot to create a RBDC project for a differential robot, using PlatformIO and Arduino framework on ESP32, with the help of FreeRTOS.

License

Notifications You must be signed in to change notification settings

eirbot/robot-differential-ESP32-arduino-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Differential ESP32 Arduino & FreeRTOS Template

This is a template to create a RBDC project for a differential robot, using PlatformIO and FreeRTOS framework, on espressif32 (ESP32) platform.

Note

The RBDC stand for "Robot Base Drive Control". It's a library to control a robot from an embedded target (like a STM32 on a NUCLEO-F446RE), regarding the number of wheels or the type of odometry.

The user has to properly "connect" the RBDC to his hardware, then periodically update the RBDC to update the odometry and the motor target speeds.

It's still under development, main library repository can be found here: https://github.com/catie-aq/6tron_RBDC.

Warning

You will need to use CPP17, hence the build flags changes in platformio.ini. (or else the RBDC can't be build. Issue to investigate)

About

Template Eirbot to create a RBDC project for a differential robot, using PlatformIO and Arduino framework on ESP32, with the help of FreeRTOS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published