Request for guidance on mapping data - trig question

 comp.robotics.misc    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Request for guidance on mapping data - trig question rolfedh@gmail.com 03-15-2007
Posted by rolfedh@gmail.com on March 15, 2007, 9:55 pm
Please log in for more thread options
I'd like to generate a colored 'heat map' of readings from a hand-held
sensor being moved around a room by a person.

I envisioned something like having two "measuring spools" (or ranging
instruments), separated by a known distance, measuring the distance to
the sensor.

If one knows the length all three sides of a triangle, how does one
get the x,y coordinates of the sensor?

Any recommendations on:
- Other cost-effective or easy (out of the box) methods for achieving
this result.
- Software for transforming a signal and x,y coordinates into a color
image.

Thanks,

Rolfe


Posted by Joe on March 16, 2007, 11:41 am
Please log in for more thread options
> If one knows the length all three sides of a triangle, how does one
> get the x,y coordinates of the sensor?

The location is the intersection of two circles drawn centered at each
beacon. There are actually two possible answers, but if you assume
your beacons are along a wall, one of the locations will be out of
bounds and can be discarded.

Google for; robot sonar beacon navigation

Joe Dunfee


Posted by Fulliautomatix on March 17, 2007, 7:35 am
Please log in for more thread options
rolfedh@gmail.com wrote:
> I'd like to generate a colored 'heat map' of readings from a hand-held
> sensor being moved around a room by a person.
>
> I envisioned something like having two "measuring spools" (or ranging
> instruments), separated by a known distance, measuring the distance to
> the sensor.

String pull encoders???

> If one knows the length all three sides of a triangle, how does one
> get the x,y coordinates of the sensor?



It is at the intersection of the two circles of radius "measured
distance" centred at the measuring device.

r1^2=x1^2+y1^2
r2^2=x2^2+y2^2

x1=x2, y1=y2
Anyway...I'll get back to that



Any recommendations on:
> - Other cost-effective or easy (out of the box) methods for achieving
> this result.

easy? nope

- Software for transforming a signal and x,y coordinates into a color
> image.


Matlab
a VB script
Excel

look up RGB format - I think it is fairly easy to make an image from
data arranged in the right fashion.

Posted by Fulliautomatix on March 17, 2007, 8:00 am
Please log in for more thread options
Fulliautomatix wrote:

> r1^2=x1^2+y1^2
> r2^2=x2^2+y2^2
>
> x1=x2, y1=y2
> Anyway...I'll get back to that

http://www.sonoma.edu/users/w/wilsonst/Papers/Geometry/circles/default.html

Theorem 3.13, bottom of page,

d is the distance between the centres...you already know that - the
distance between the measuring devices

r1 & r2 are the measured distances from measuring devices to thermometer

x1 & y1, x2 & y2 are the coordinates of the measuring devices

x & y are the co-ordinates of the thermometer

x1y1 x2y2
0,0|-----.--------.-->y+
| /
| /
| r1 /r2
| /
| xy
|
|
x+

Similar ThreadsPosted
Library for laser acquisition in mapping problems. [Question] January 13, 2007, 6:01 pm
3d Mapping with Z-Cam? March 2, 2008, 4:35 pm
Sensors for Mapping January 16, 2007, 2:35 am
robot brain mapping June 20, 2005, 7:40 am
Inverse perspective mapping October 23, 2007, 4:24 am
Crafting parts (newbie needs guidance) May 14, 2006, 7:13 pm
inertial guidance using RC type gyros ? October 11, 2007, 8:06 pm
request for information November 19, 2005, 11:22 am
can did Corey hurry the guidance during the bottom designer December 27, 2007, 1:32 am
facial expression survey request August 22, 2006, 4:55 pm

The site map in XML format XML site map
other useful resources:
Official Robosapien Website
Lego Mindstorms Website

Contact Us | Privacy Policy