-
Recent Posts
Archives
- January 2020
- October 2019
- July 2019
- May 2019
- April 2019
- January 2019
- December 2018
- November 2018
- April 2018
- February 2018
- December 2017
- November 2017
- October 2017
- June 2017
- January 2017
- December 2016
- July 2014
- September 2013
- March 2013
- November 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- March 2012
- December 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
Categories
Meta
Category Archives: Robotics
Robocars Racing
The other day a commenter to this blog’s signature included a reference to Robocar racing. I had never heard of that before and learned about an amazing activity involving developing and racing self-driving RC-style, scale-model cars. Robocars is sort of … Continue reading
Posted in Projects, Robotics
Leave a comment
Indoor Mobile-Robot Localization
The RomiPi project currently uses Aruco Tags for localization! While highly accurate, there are several limitations: cameras and vision are expensive, and visual obstructions limit use of cameras for certain carrying tasks. This pose will document various technologies and products … Continue reading
Posted in Projects, Robotics, Uncategorized
Leave a comment
Introducing RomiPi: A ROS Package for the Pololu Romi
The Pololu Romi with 32u4 Control Board is a robust, low-cost (<$150), educational robotics platform that supports interfacing with the Raspberry Pi computing platform. The Robot Operating System (ROS) is a robotics framework used throughout academics and industry which supports … Continue reading
Bigger Buttons for the Pololu Zumo!
The Pololu Zumo 32u4 is an excellent educational robotics platform, but its buttons proved difficult to manipulate for some of the students in my classes. I designed these bigger buttons as an add-on for the Zumo. My hope is that … Continue reading
Posted in Projects, Robotics, Uncategorized
2 Comments
ROS Melodic on Raspberry Pi 3
There is no build of ROS Melodic for Rasbian! There is no Ubuntu 18.04 (Bionic) Desktop build for Raspberry Pi 3! Now what? Here’s my answer: Flash an SD card with the Xubuntu image linked here (use balenaEtcher): ROS Melodic … Continue reading
Posted in Projects, Robotics, Uncategorized
Leave a comment
Kuri Robot Notes
One of my colleagues had an interesting box, it turned out to contain a Kuri home robot from the shuttered Mayfield Robotics company. This post is a collection point for my notes on playing with it. I thought it might … Continue reading
Posted in Projects, Robotics
Leave a comment
Three-Robot Formation Localization
Visualizations of three-robot formation localizing using only range-only and range-bearing. I have recorded screencasts from Autodesk Fusion 360’s sketch view to help visualize the limits of the constraints. In the videos, the Hexagon represents a robot fixed at the origin … Continue reading
Posted in CAD, Projects, Robotics
Leave a comment
Manual Exposure Control of OpenCV Video
My experiments robot localization have been frustrated by blurry images. Blurry images have been making estimating the position of Aruco tag boards difficult with OpenCV. In my case, the camera is mounted to a moving robot that is photographing tags … Continue reading
Raspberry Pi Cheatsheet
Follows is a list of tips for Raspberry Pi setup and use. Direct Ethernet Connect Setup * Turn on my Mac’s Internet Sharing for the Thunderbolt Ethernet adapter. The self-assigned IP on Thunderbolt Ethernet is fine. Use arp -n -i … Continue reading
IR Serial Communication with Pololu Zumo
Inter-robot communication may facilitate interesting cooperative behaviors. The Pololu Zumo robot platform has no inter-robot communication facility as-designed. I am interested in repurposing the IR proximity sensors and the IR illuminators to receive and send serial data. The following are … Continue reading
Posted in Robotics, Uncategorized
Leave a comment