Motion Coordinator Gateways: Make interfacing to motor controllers easier

by

Servotronix Motion Coordinator

Often we need to communicate with motor controllers from different vendors. Writing software drivers for each one can be a pain and time consuming. Other times we need to use motor controllers utilizing EtherCAT or CANopen, but talking to those drives from our computers is difficult to implement. One solution is using a motion coordinator […]

Drive Kinematics: Skid Steer & Mecanum (ROS Twist included)

by

drive kinematics

Hi all I am often in need of the basic kinematic motion equations for skid steer vehicles. I have also recently been working with mecanum wheeled vehicles. The skid steer equations are fairly simple and easy to find, however I will include it in different versions and include a ROS approach. The mecanum wheel equations […]

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

Copley Motor Controller Review

by

Copley controller

Update: Click here to learn how to configure Copley motor drivers Hi allThis is a post about the Copley Controls motor controllers. For this review I will be using a ACJ-055-09 (55Vmax and 9Apeak) motor controller (I love when product names mean something useful) with a 3 phase DC brushless motor. This is a good […]

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

E-stop and M-stops

by

e-stop

Hi all Just a quick note on e-stops (emergency stops) and m-stops (mobility stops). There are various levels of e-stops. In an ideal world an e-stop would kill power to ALL power, however in complex systems we often settle for less. Some reasons for a weaker e-stop is to keep the computers and other sensors […]