Global Navigation - Part 2

In the previous post, we talked about the various Global Navigation Algorithms that could be used to solve the JdeRobot exercise on Global Navigation. This post focuses on the implementation part of the algorithms, that were discussed. [Read More]

Global Navigation - Part 1

Mobile robot navigation is an essential issue in the field of robotics. They are known for their intelligence tendencies. They also cover wide range of applications, such as in transportation, industry, and rescue robots. This post talks about the pros and cons of some algorithms for Global Navigation Exercise on... [Read More]

Competitive Robotics

This post talks about Competitive Robotics, and the various competitions held around robotics. Most of the information in this post is an accumulation of all the ideas I had from my college technical fest, Advitiya held in the span of previous 3 days! [Read More]

Simple Automation

Automation is the technology by which a process can be carried out with minimal human assistance. Automation can be hardware or software based. In this post we are going to talk about a software based web automation process using the python library Selenium. [Read More]

Coverage Algorithms - Part 2

Second Part of Coverage Algortihms. This post discusses how to generate and implement a general coverage algorithm using self localization. Make sure to visit the first part to understand the basics of coverage algorithms, before reading on! [Read More]