Industrial Robot Safety Standards, Abbreviations, Codes & Titles

by

List of industrial safety standards

I recently attended the National Robot Safety Conference for Industrial Robots and found myself confused with all of the safety standards. Here is the sheet that they provided to help identify Standards, Abbreviations, Codes & Titles. If you find any of these interesting and wish to purchase the standards you can go to the Robot […]

Robot Bases (and other development platforms)

by

husky robot

Hi all This is going to be a quick post. There are many cases where instead of building a full robot from scratch, you just want to buy a platform. These platforms can serve as the base of your robot that you build upon, or just as a test platform for developing/testing new software with. […]

Common Robot Tests – Field Testing Series – Part 6

by

drawbar pull test

This post is part of a series on testing robots with a focus on field testing. It will start with why we test robots, work its way through planning for a field test, to performing the test, and finally what to do after the test. We will conclude with a description of many common tests […]

Test Analysis – Field Testing Series – Part 5

by

robot data

This post is part of a series on testing robots with a focus on field testing. It will start with why we test robots, work its way through planning for a field test, to performing the test, and finally what to do after the test. We will conclude with a description of many common tests […]

Test Execution – Field Testing Series – Part 4

by

robot testing

This post is part of a series on testing robots with a focus on field testing. It will start with why we test robots, work its way through planning for a field test, to performing the test, and finally what to do after the test. We will conclude with a description of many common tests […]

Test Preparation – Field Testing Series – Part 3

by

robot testing

This post is part of a series on testing robots with a focus on field testing. It will start with why we test robots, work its way through planning for a field test, to performing the test, and finally what to do after the test. We will conclude with a description of many common tests […]

Designing for Success – Field Testing Series – Part 2

by

field testing

This post is part of a series on testing robots with a focus on field testing. It will start with why we test robots, work its way through planning for a field test, to performing the test, and finally what to do after the test. We will conclude with a description of many common tests […]

Sensor types (modalities) for robots to experience the world

by

velodyne laser

Hi all There are many different sensor types that can be used on a robot, and most robots will have many different sensor types. I am going to talk about the common types and avoid some of the more application specific sensors such as environmental, radiation and chemical. When I think of sensors I divide […]

Why Test Robots? – Field Testing Series – Part 1

by

robot testing

This post is part of a series on testing robots with a focus on field testing. It will start with why we test robots, work its way through planning for a field test, to performing the test, and finally what to do after the test. We will conclude with a description of many common tests […]

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

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