IGVC-IITK / planning_control

ROS nodes for real-time motion planning and high-level control of an outdoor ground robot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Motion Planning and Control

Overview of the subsystem:

Motion Planning and Control Overview

Build and Working Status

Node Build Status Working Status Credits Future Work
unicycle_controller build_passing Status_working Recent Trends in Mobile Robots
(Code written from scratch.)
Tune controller gains.
rosserial_arduino (ESP32_IGVC) build_passing Status_working LED Stripe Driver
(Code written from scratch.)
Fix bugs with RC Manual control.

unicycle_controller

This node serves as the high-level controller for path following. It follows a non-linear control law based on unicycle vehicle dynamics, which our modified Firebird 0xDelta robot follows.

Unicycle Controller Example

Based on C. Canudas de Wit., Nonlinear Control Design for Mobile Robots, in The International Journal of Robotics Research.

ESP32_IGVC

This is repository for ESP32 code. For the hardware to communicate with ros, rosserial & rosserial_arduino needs to be installed and run.
Functions : LED Control, RC Receiver (Manual Control & E-Stop).

Note: Built using platformio. To use / modify the code, install platformio (using vscode preferably) and import the project.

About

ROS nodes for real-time motion planning and high-level control of an outdoor ground robot

License:GNU General Public License v3.0


Languages

Language:C++ 75.1%Language:CMake 19.2%Language:C 5.6%