Project Planning: Scheduling & Estimating Activity Duration

by

project schedule

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 […]

Adaptive RRT – ARRT (with code)

by

Adaptive RRT

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 […]

Robot Path (Motion) Planning Overview

by

motion planning example

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 […]

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

by

robot builders bonanza

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 […]