Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.86 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.86 KB

Dairy-Bike-E-Yantra

eyrc_png

Theme Introduction:

In this theme, the team will develop a Self-Balancing Bike, which will deliver various items throughout the cityscape. The delivery order will be decided by the priority of the package, thus posing a challenge in path planning. While development, you will learn the basics of the Control System and LQR controller design. The main challenges faced in this theme will be:

  • Balancing of 2-wheeled Delivery Bike.
  • Autonomous Navigation of Delivery Bike.
  • Pickup and delivery in the arena.

Concepts used: Self-Balancing Robot, State-Space Modelling, Euler-Lagrange Mechanics, Linear Quadratic Regulator, Lua Language, Octave Programming, Coppelia Sim, Fusion 360.

For sharing resources of the Dairy Bike project in eYRC 2021.

Our Final Demo Video: Final Video

References

  1. The official documentation for GNU Octave 5.2.0 is here.

  2. For task 1.1: The syntax for solve, jacobian, subs and eig functions were taken from octave.sourceforge.io website.

  3. Reasearch paper on LQR

  4. Coppeliasim User Manual

  5. Control Systems Playlist

Note: This repo was made public after the competition ended and final scripts were uploaded for future reference purposes.