Mapping navigation information onto floorplan

Status
Not open for further replies.

saravians

Newbie level 6
Joined
Nov 14, 2009
Messages
13
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
UK
Activity points
1,372
HI,
I have an indoor floor map (jpeg), I have tracked the movement of a person using mobile sensors and I have data in the form of distance and angle , I want to show the trajectory on the floormap(jpeg), how should I go with it?
Simply I want to show the navigation on map, how I will map my navigation data on the map in matlab.
I know the initial point.

position=[d1,d2,d3,...]
angle=[30`,34`, 32`, 31`, ...] angles are in degrees.

[z,map]=imread('floormap.jpg');
image(z);hold on;
????


regards
ravi
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…