Book Review: Mastering ROS for Robotics Programming by Lentin Joseph

by

mastering ROS for robotics programming

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

Software Development Principles

by

Fix Bad Code

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

For Profit Technical Education Experience (ITT-Tech)

by

For Profit

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

Software that Forms a Robot

by

software flow in 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 […]