project schedule

Project Planning: Scheduling & Estimating Activity Duration

Successful projects tend to have schedules that work (as well as budget, but that is for another time). This schedule should be made at the start of the project and actively maintained throughout the project. On large projects this may mean having a dedicated person to maintain and track the schedule. I would generally recommend revisiting the schedule at least…
Adaptive RRT

Adaptive RRT – ARRT (with code)

Hi all Back in 2010 I was taking an AI class where we learned about Rapidly Exploring Random Trees for motion planning. For my final project I developed an adaptive version of the RRT that I named ARRT. I decided to post it here to share with others. The post below is based from the final presentation that I gave…
motion planning example

Robot Path (Motion) Planning Overview

This post is going to be a summary of the different path planning (ie. route finding) algorithms that are commonly used. I am not going to detail any of the particular algorithms, but rather give you a launchpad for finding a suitable algorithm for your application. You should remember that often you will mix and match different ideas as you…
robot builders bonanza

Robot Books: The basics, the middle, and a lot of math.

Hi all Here are my recommended robotics books. I hope you enjoy. Please put your favorite robotics books in the comment section below. This first book Robot Builders Bonanza is a hobbyist level book but I still recommend it. This book introduces the basics of mechanical, electrical, microprocessors, and sensors that are used in modern robots. It is some good…