Results 1 to 6 of 6
Thread: Robot map
- 01-15-2012, 08:40 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Robot map
Hi I am trying to use a robot programmed with Java to navigate a small obstacle course, it has sensors on it, but the idea is that it is attached to a computer, and asit finds each obstacle it prints a map on the screen showing where each obstacle is likely to be, how could I achieve this?
- 01-15-2012, 08:48 PM #2
Re: Robot map
What are the coordinates for the area that the robot moves around in?
How can the robot find its position in that coordinate system?
If it can know its position, then it could report the position of any obstacles it runs into.
For example in the real world, you could use the latitude and longitude from a GPS to find its position.
- 01-16-2012, 02:16 AM #3
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Re: Robot map
the area is 1.2 by 2.4 metres, it has a distance and touch sensor but no gps (it only knows position by dead reckoning) so i was thinking that the touch will be a bad idea because it can getknocked out of position so it will not know where it is?!
- 01-16-2012, 03:01 AM #4
Re: Robot map
Is the measure of distance traveled by dead reckoning? IE the number of turns of a wheel.it has a distance and touch sensor
How does it keep track of the direction of travel? A compass?
When it turns, can it measure the degrees of turn from its last path travelled?
GPS wouldn't be much use measuring 2 metres of travel.
- 01-16-2012, 05:03 PM #5
Member
- Join Date
- Jan 2012
- Posts
- 6
- Rep Power
- 0
Re: Robot map
Yes number of wheel turns, it does not have a compass but it can measure the degrees of turn from its last path travelled yes. I was more concerned with the on-screen map after it finds each obstacle as the actual obstacle finding will be conducted by my somebody else?
- 01-16-2012, 05:06 PM #6
Similar Threads
-
Robot
By rp181 in forum Advanced JavaReplies: 4Last Post: 12-07-2010, 12:58 AM -
Robot
By PhQ in forum AWT / SwingReplies: 13Last Post: 08-26-2010, 12:10 AM -
Robot class
By coltragon in forum New To JavaReplies: 6Last Post: 07-12-2010, 05:54 PM -
Robot Game
By yanipao in forum New To JavaReplies: 1Last Post: 03-24-2010, 10:51 AM -
Robot Game
By Galore in forum New To JavaReplies: 7Last Post: 03-21-2010, 06:14 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks