No BSD License  

Highlights from
Virtual Robot Demo

2.5

2.5 | 2 ratings Rate this file 14 Downloads (last 30 days) File Size: 20.74 KB File ID: #19723
image thumbnail

Virtual Robot Demo

by Shawn Lankton

 

25 Apr 2008 (Updated 28 Apr 2008)

Test navigation algorithms in a virtual robot simulator

| Watch this File

File Information
Description

This program demonstrates obstacle avoidance/navigation a simulated two-wheel robotics platform. I simulate the drive train with the differential steering model, which is simple, but very useful model for robotic actuation. This type of drive system can drive straight, trace an arc, and turn in place.

The simulated robot makes its way around a simulated environment represented by a .png file where black represents walls, and white represents flat, clear terrain. The “environment” a black and white image. For testing, I include an organic-looking obstacle course and an “office” with square walls and corners.

The simulated robot wanders around the environment and covers most of the area without hitting walls. This is accomplished with this algorithm:

   1. Go straight unless sensors are blocked
   2. If one sensor is blocked, turn away from it
   3. If both are blocked, turn towards the farthest
   4. Turn until both sensors are free
   5. Continue going straight (with random arcs)

Check this site for videos of the demo and more robotics, and computer vision projects.

[ http://www.shawnlankton.com/2006/02/robot-simulator/ ]

Required Products Image Processing Toolbox
MATLAB release MATLAB 7.4 (R2007a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (3)
14 May 2008 jia qing

OK

18 May 2008 jggg kjhh

joieuugds

28 Feb 2010 Shlomi

I like this code and I'm using the simulation within it as a to make an evolutionary nural network controler for a Khepera robot. For now on I found one bug:
In rangefinder function [dimy, dimx] = size(course); should be [dimx, dimy] = size(course); . It's not important for symmetrical PNG's but for nonsimetrical the robot is able to go through walls - nice but not desirable.

Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
simulation Shawn Lankton 22 Oct 2008 09:59:14
roboics Shawn Lankton 22 Oct 2008 09:59:14
robot Shawn Lankton 22 Oct 2008 09:59:14
simulator Shawn Lankton 22 Oct 2008 09:59:14
navigation Shawn Lankton 22 Oct 2008 09:59:14
virtual Shawn Lankton 22 Oct 2008 09:59:14
artifical intelligence Shawn Lankton 22 Oct 2008 09:59:14

Contact us at files@mathworks.com