mastering ROS for robotics programming

Book Review: Mastering ROS for Robotics Programming by Lentin Joseph

Mastering ROS for Robotics Programming is a good book that will help you learn ROS and take advantage of some of the powerful nodes (programs) that are out there. The book covers both a 7 DOF robot arm and a differential drive robot throughout the different chapters. That should really help you out no matter which type of robot you…
Fix Bad Code

Software Development Principles

Hi all I have often thought about what the proper software methodology should be for the various robots that I build. My thoughts have evolved over time as I have seen these tool work. I do not have any formal software engineering training, however these are things that I have seen, heard, read, etc.. that I believe in (at 2am…
For Profit

For Profit Technical Education Experience (ITT-Tech)

There has been a lot of talk recently about for-profit education. Most of it is negative and a lot of it is true, however there are also some good things about for profit education that is often overlooked. This post is about the good, the bad, and the ugly that I have experienced at a technical for-profit school. Before going…
software flow in a robot

Software that Forms a Robot

Hi all While many people find it boring, one thing that has always interested me is the software infrastructure of a robot. By infrastructure I mean the code that all robots have and that binds everything else together. This includes the things like the interprocess communication (IPC) method, the system executive, the health monitor and the user interface. I will…