<--Back to Projects
<--Home


Duke REU 2009: Robotic Navigation with RFID Waypoints Demo Videos




Local hallway navigation with a centroid finder




This video shows the robot driving through a hallway while trying to stay towards the center. It's running a program that rasterizes the laser scans (which are in polar coordinates) into rectangular coordinates and finds the centroid of open space. The robot aims towards the centroid of open space as it drives forward.

Visualizing the Hokuyo laser range scanner in real time




This video shows how Player is used to visualize the laser range scans in real time as the robot drives down a hallway.

Running Adaptive Monte Carlo Localization (AMCL) as the robot drives




This video shows how AMCL is used to estimate the most probable pose of the robot on the occupancy grid (map) as it drives forward. On the left the pose estimate is shown, and on the right the corresponding video from the webcam is shown.


AMCL + Viewing Laser Scan + Video


This is another example of using AMCL, this time with the laser scan and the video plotted synchronously next to the pose estimate on the map to put it in context.


Viewing Heatmaps




I created a visualization tool in Java for the RFID tags. After using AMCL to find the best estimate of the position of the robot on the map, I could look at the RFID reader to see what tags were visible at that location. This tool shows a plot of the tag visibility for a single tag after running this process. The blue dots show the strongest read for a given tag, and the tags are sorted in the order in which they were seen. The red dot shows the currently selected tag and the rest of the orange-colored pixels show other locations the selected tag was read, with the intensity of orange proportional to the strength of the read.



<--Back to Projects
<--Home