<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://projectswiki.eleceng.adelaide.edu.au/projects/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A1618915</id>
	<title>Projects - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://projectswiki.eleceng.adelaide.edu.au/projects/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=A1618915"/>
	<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php/Special:Contributions/A1618915"/>
	<updated>2026-04-21T09:23:24Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.4</generator>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1582</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1582"/>
		<updated>2014-10-29T05:49:33Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:1.png]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                               &lt;br /&gt;
4. Importance weight value&lt;br /&gt;
5. comparing with threshold&lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:8.png]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:9.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:10.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:11.png]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
1. Prediction x2,y2,θ&lt;br /&gt;
2. Hypothesis test&lt;br /&gt;
3. If not same tag&lt;br /&gt;
4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
1.ranking&lt;br /&gt;
2.log –normal Shadowing model P=P0+10*N*log(d/do)-ξP0,d0 reference N pass loss index ξ normal random variable (flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3.png]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6.png]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7.png]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Team&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Group Members ==&lt;br /&gt;
&lt;br /&gt;
Zhihao Xu&lt;br /&gt;
&lt;br /&gt;
Zhi Qiao&lt;br /&gt;
&lt;br /&gt;
== Supervisors ==&lt;br /&gt;
&lt;br /&gt;
Said Al-Sarawi&lt;br /&gt;
&lt;br /&gt;
Damith Ranasinghe&lt;br /&gt;
&lt;br /&gt;
Brad Alexander&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1578</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1578"/>
		<updated>2014-10-29T05:48:16Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:1.png]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                               &lt;br /&gt;
4. Importance weight value&lt;br /&gt;
5. comparing with threshold&lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:8.png]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:9.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:10.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:11.png]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
1. Prediction x2,y2,θ&lt;br /&gt;
2. Hypothesis test&lt;br /&gt;
3. If not same tag&lt;br /&gt;
4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
1.ranking&lt;br /&gt;
2.log –normal Shadowing model P=P0+10*N*log(d/do)-ξP0,d0 reference N pass loss index ξ normal random variable (flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3.png]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6.png]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7.png]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Team&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Group Members ==&lt;br /&gt;
&lt;br /&gt;
Zhihao Xu&lt;br /&gt;
Zhi Qiao&lt;br /&gt;
&lt;br /&gt;
== Supervisors ==&lt;br /&gt;
&lt;br /&gt;
Said Al-Sarawi&lt;br /&gt;
Damith Ranasinghe&lt;br /&gt;
Brad Alexander&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:11.png&amp;diff=1575</id>
		<title>File:11.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:11.png&amp;diff=1575"/>
		<updated>2014-10-29T05:45:01Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:10.png&amp;diff=1574</id>
		<title>File:10.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:10.png&amp;diff=1574"/>
		<updated>2014-10-29T05:44:50Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:9.png&amp;diff=1573</id>
		<title>File:9.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:9.png&amp;diff=1573"/>
		<updated>2014-10-29T05:44:40Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:8.png&amp;diff=1572</id>
		<title>File:8.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:8.png&amp;diff=1572"/>
		<updated>2014-10-29T05:44:25Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1571</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1571"/>
		<updated>2014-10-29T05:44:09Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:1.png]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                               &lt;br /&gt;
4. Importance weight value&lt;br /&gt;
5. comparing with threshold&lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:8.png]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:9.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:10.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:11.png]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
1. Prediction x2,y2,θ&lt;br /&gt;
2. Hypothesis test&lt;br /&gt;
3. If not same tag&lt;br /&gt;
4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
1.ranking&lt;br /&gt;
2.log –normal Shadowing model P=P0+10*N*log(d/do)-ξP0,d0 reference N pass loss index ξ normal random variable (flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3.png]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6.png]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7.png]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1568</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1568"/>
		<updated>2014-10-29T05:40:54Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:1.png]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                               &lt;br /&gt;
4. Importance weight value&lt;br /&gt;
5. comparing with threshold&lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:2.png]]&lt;br /&gt;
&lt;br /&gt;
𝜔_𝑘^𝑖∝𝜔_(𝑘−1)^𝑖  ├ 𝑝(𝑧_𝑘 |𝑥_𝑘^𝑖)𝑝(𝑥_𝑘^𝑖 |𝑥_(𝑘−1)^𝑖 )/├ 𝑞(𝑥_𝑘^𝑖 |𝑥_(𝑘−1)^𝑖,𝑧_𝑘 ) &lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:2]]&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
1. Prediction x2,y2,θ&lt;br /&gt;
2. Hypothesis test&lt;br /&gt;
3. If not same tag&lt;br /&gt;
4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
1.ranking&lt;br /&gt;
2.log –normal Shadowing model P=P0+10*N*log(d/do)-ξP0,d0 reference N pass loss index ξ normal random variable (flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3.png]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6.png]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7.png]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1567</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1567"/>
		<updated>2014-10-29T05:40:06Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:1.png]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                               &lt;br /&gt;
4. Importance weight value&lt;br /&gt;
5. comparing with threshold&lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:2.png]]&lt;br /&gt;
&lt;br /&gt;
[[File:1]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:2]]&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
1. Prediction x2,y2,θ&lt;br /&gt;
2. Hypothesis test&lt;br /&gt;
3. If not same tag&lt;br /&gt;
4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
1.ranking&lt;br /&gt;
2.log –normal Shadowing model P=P0+10*N*log(d/do)-ξP0,d0 reference N pass loss index ξ normal random variable (flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3.png]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6.png]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7.png]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:7.png&amp;diff=1566</id>
		<title>File:7.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:7.png&amp;diff=1566"/>
		<updated>2014-10-29T05:38:01Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:6.png&amp;diff=1565</id>
		<title>File:6.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:6.png&amp;diff=1565"/>
		<updated>2014-10-29T05:37:50Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:5.png&amp;diff=1564</id>
		<title>File:5.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:5.png&amp;diff=1564"/>
		<updated>2014-10-29T05:37:39Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:4.png&amp;diff=1562</id>
		<title>File:4.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:4.png&amp;diff=1562"/>
		<updated>2014-10-29T05:37:26Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:3.png&amp;diff=1561</id>
		<title>File:3.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:3.png&amp;diff=1561"/>
		<updated>2014-10-29T05:37:16Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:2.png&amp;diff=1559</id>
		<title>File:2.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:2.png&amp;diff=1559"/>
		<updated>2014-10-29T05:37:06Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:1.png&amp;diff=1557</id>
		<title>File:1.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:1.png&amp;diff=1557"/>
		<updated>2014-10-29T05:36:56Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1549</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1549"/>
		<updated>2014-10-29T05:34:16Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:Laser1]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                               &lt;br /&gt;
4. Importance weight value&lt;br /&gt;
5. comparing with threshold&lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:particle]]&lt;br /&gt;
&lt;br /&gt;
[[File:1]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:2]]&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
1. Prediction x2,y2,θ&lt;br /&gt;
2. Hypothesis test&lt;br /&gt;
3. If not same tag&lt;br /&gt;
4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
1.ranking&lt;br /&gt;
2.log –normal Shadowing model P=P0+10*N*log(d/do)-ξP0,d0 reference N pass loss index ξ normal random variable (flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1547</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1547"/>
		<updated>2014-10-29T05:33:24Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:Laser1]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
�2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                                4. Importance weight value&lt;br /&gt;
5. comparing with threshold� &lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:particle]]&lt;br /&gt;
&lt;br /&gt;
[[File:1]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:2]]&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
�1. Prediction x2,y2,θ&lt;br /&gt;
�2. Hypothesis test�&lt;br /&gt;
3. If not same tag&lt;br /&gt;
�4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
�1.ranking&lt;br /&gt;
�2.log –normal Shadowing model �P=P0+10*N*log(d/do)-ξ�P0,d0 reference�N pass loss index�ξ normal random variable�(flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1546</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1546"/>
		<updated>2014-10-29T05:32:56Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Sensor Module Algorithm ==&lt;br /&gt;
&lt;br /&gt;
1. Laser&lt;br /&gt;
&lt;br /&gt;
Laser could not create an accurate map when there is no enough points and a objects locates on the scanning path&lt;br /&gt;
&lt;br /&gt;
[[File:Laser1]]&lt;br /&gt;
&lt;br /&gt;
2. Particle Filter&lt;br /&gt;
&lt;br /&gt;
1. Unweight value  &lt;br /&gt;
�2. Particles: Each reading weight&lt;br /&gt;
3. weight = posterior                                                4. Importance weight value&lt;br /&gt;
5. comparing with threshold� &lt;br /&gt;
6. Re-sampling&lt;br /&gt;
&lt;br /&gt;
[[File:particle]]&lt;br /&gt;
&lt;br /&gt;
[[File:1]]&lt;br /&gt;
&lt;br /&gt;
Importance Density Funtion:&lt;br /&gt;
&lt;br /&gt;
[[File:2]]&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
3. RFID&lt;br /&gt;
&lt;br /&gt;
Matching:&lt;br /&gt;
�1. Prediction x2,y2,θ&lt;br /&gt;
�2. Hypothesis test�&lt;br /&gt;
3. If not same tag&lt;br /&gt;
�4. re-sampling&lt;br /&gt;
&lt;br /&gt;
Measurement:&lt;br /&gt;
�1.ranking&lt;br /&gt;
�2.log –normal Shadowing model �P=P0+10*N*log(d/do)-ξ�P0,d0 reference�N pass loss index�ξ normal random variable�(flat fading)&lt;br /&gt;
&lt;br /&gt;
[[File:3]]&lt;br /&gt;
&lt;br /&gt;
4. Data fusion&lt;br /&gt;
&lt;br /&gt;
[[File:4]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Map Building Algorithm ==&lt;br /&gt;
&lt;br /&gt;
[[File:5]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
[[File:6]]&lt;br /&gt;
&lt;br /&gt;
Test environment: &lt;br /&gt;
small room                          10cm error: 0.0-0.7cm &lt;br /&gt;
pass loss index: 3.4                20cm error: 0.3-1.6cm&lt;br /&gt;
13 values                           30cm error: 1.6-2.4cm&lt;br /&gt;
                                    40cm error: 1.3-3.8cm&lt;br /&gt;
&lt;br /&gt;
[[File:7]]&lt;br /&gt;
&lt;br /&gt;
There are three rectangular objects in an environment by using four-tag algorithm. The purpose of this test is to verify the logic of the algorithm and the tag’s position in different condition (positive value and negative value). The left lower rectangular object is trying to simulate a normal object when the robot received accurate position. The right higher two graph are simulate two adjacent objects and the corner tags’ position the robot received are not accurate.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Conclusion ==&lt;br /&gt;
&lt;br /&gt;
In  a short range&lt;br /&gt;
RFID error :3cm&lt;br /&gt;
laser error:5cm &lt;br /&gt;
total error: maximum 2.9cm. &lt;br /&gt;
human influence RFID sensor. &lt;br /&gt;
The robot is able to know which tags are describe the same object in the unknown environment&lt;br /&gt;
The robot have already obtained a sematic database to describe the environment. &lt;br /&gt;
works need to be done in the future:&lt;br /&gt;
   1. Reducing human influences.&lt;br /&gt;
   2. Cutting off twist action.&lt;br /&gt;
   3. Long range RFID detection.&lt;br /&gt;
   4. Real-Time mapping.&lt;br /&gt;
   5. Tag define interface.&lt;br /&gt;
   6. Link sematic database to Robot navigation package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Reference ==&lt;br /&gt;
&lt;br /&gt;
[1]M. Montemerlo, S. Thrun, D. Koller, and B. Wegbreit, &amp;quot;FastSLAM: A factored solution to the simultaneous localization and mapping problem,&amp;quot; in AAAI/IAAI, 2002, pp. 593-598.&lt;br /&gt;
[2]F. Dellaert, D. Bruemmer, and A. C. C. Workspace, &amp;quot;Semantic slam for collaborative cognitive workspaces,&amp;quot; in AAAI Fall Symposium Series 2004: Workshop on The Interaction of Cognitive Science and Robotics: From Interfaces to Intelligence, 2004.&lt;br /&gt;
[3]D. Lymberopoulos, Q. Lindsey, and A. Savvides, &amp;quot;An empirical characterization of radio signal strength variability in 3-d ieee 802.15. 4 networks using monopole antennas,&amp;quot; in Wireless Sensor Networks, ed: Springer, 2006, pp. 326-341.&lt;br /&gt;
[4]D. B. R. Dr S.Davey, Dr N.Gordon &amp;quot;Multi-sensor Data Fusion,&amp;quot; in Multi-sensor Data Fusion, ed. The University of Adelaide: The University of Adelaide, 2013, pp. 37-40.&lt;br /&gt;
[5]A. Doucet, S. Godsill, and C. Andrieu, &amp;quot;On sequential Monte Carlo sampling methods for Bayesian filtering,&amp;quot; Statistics and computing, vol. 10, pp. 197-208, 2000.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1526</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1526"/>
		<updated>2014-10-29T05:22:41Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:System_overview.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:System_overview.png&amp;diff=1523</id>
		<title>File:System overview.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:System_overview.png&amp;diff=1523"/>
		<updated>2014-10-29T05:21:46Z</updated>

		<summary type="html">&lt;p&gt;A1618915: A1618915 uploaded a new version of &amp;amp;quot;File:System overview.png&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1520</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1520"/>
		<updated>2014-10-29T05:21:12Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1518</id>
		<title>Projects:2014S1-39 Tell your Robot where to go with RFID (Improving Autonomous Navigation)</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2014S1-39_Tell_your_Robot_where_to_go_with_RFID_(Improving_Autonomous_Navigation)&amp;diff=1518"/>
		<updated>2014-10-29T05:20:30Z</updated>

		<summary type="html">&lt;p&gt;A1618915: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Project Information&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
== Project introduction ==&lt;br /&gt;
&lt;br /&gt;
The project aims at adding RFID information (sematic information) to improve Robot localization and map building. In order to improve Robot localization and map building by using cheap equipment, objectives blow should be achieved:&lt;br /&gt;
1. Adding RFID information to improve Robot localization:&lt;br /&gt;
&lt;br /&gt;
2. Using RFID information (sematic information) to improve Robot map building: &lt;br /&gt;
As the robot received the fused data the map has already waiting for update, but the robot does not know which groups of tags are describe one object, therefore, the robot need to base on the information that is described by RFID tag to group them. After group, the robot can use the tags’ information to update the map. Once the map is updated, robot can according to the sematic information to navigation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project overview ==&lt;br /&gt;
&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The aim of this project is to Improve robot SLAM with RFID, laser and odometers&lt;/div&gt;</summary>
		<author><name>A1618915</name></author>
		
	</entry>
</feed>