<?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=A1675729</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=A1675729"/>
	<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php/Special:Contributions/A1675729"/>
	<updated>2026-05-17T12:40:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.4</generator>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8237</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8237"/>
		<updated>2017-06-05T06:59:21Z</updated>

		<summary type="html">&lt;p&gt;A1675729: /* 4.Path Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.1 Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1. Image Capture&lt;br /&gt;
&lt;br /&gt;
2. Down-sample&lt;br /&gt;
&lt;br /&gt;
3. Projective Transformation&lt;br /&gt;
&lt;br /&gt;
4. Thresholding and Segmentation&lt;br /&gt;
&lt;br /&gt;
5. Feature Extraction&lt;br /&gt;
&lt;br /&gt;
6. Classification of Objects&lt;br /&gt;
&lt;br /&gt;
7. Describe Environment for path planning&lt;br /&gt;
&lt;br /&gt;
8. Provide positional feedback for control system&lt;br /&gt;
compensation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
An example output of the projective transformation is&lt;br /&gt;
shown below. This stage allows the image to represent a&lt;br /&gt;
two-dimension Cartesian plane which aids in geometric&lt;br /&gt;
calculation accuracy&lt;br /&gt;
&lt;br /&gt;
[[File:IPprocedure.png]]&lt;br /&gt;
&lt;br /&gt;
Example outputs of the classification and feature&lt;br /&gt;
extraction phases are shown below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IPresult.png]]&lt;br /&gt;
&lt;br /&gt;
Left: An example of calculated motion parameters. Blue&lt;br /&gt;
denotes the current path segment, Red indicates distance&lt;br /&gt;
to destination and Green indicates the current robot&lt;br /&gt;
bearing.&lt;br /&gt;
&lt;br /&gt;
Right: The robot’s environment with only obstacles&lt;br /&gt;
highlighted, after the robot is automatically removed from&lt;br /&gt;
the frame.&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
A-star algorithm:&lt;br /&gt;
&lt;br /&gt;
𝑓(𝑛) = 𝑔(𝑛) + ℎ(𝑛)&lt;br /&gt;
&lt;br /&gt;
The optimal path search algorithm is based on&lt;br /&gt;
calculation of historic cost g(n) and heuristic cost h(n).&lt;br /&gt;
The optimal path nodes are found by minimizing the&lt;br /&gt;
total cost function f(n).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Example of path calculated in the GUI using&lt;br /&gt;
virtually added obstacles:&lt;br /&gt;
&lt;br /&gt;
[[File:PathPlanning.png]]&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
The outcome of the final system demonstrates that the aims of the project are successfully reached. The image processing system is capable of identifying obstacles and robot and is able to monitoring the robot navigation while sending correction information to the robot. The path planning system based on A-star algorithm calculates and delivers optimal path efficiently with the given map information. The Quanser robot control system uses Simulink model to control the robot to navigate following calculated path to a satisfied level. Overall, the three main parts of the whole system cooperate well to perform a collision-free robot navigation in an environment with static obstacles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8234</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8234"/>
		<updated>2017-06-05T06:58:38Z</updated>

		<summary type="html">&lt;p&gt;A1675729: /* 3.Image Processing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.1 Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1. Image Capture&lt;br /&gt;
&lt;br /&gt;
2. Down-sample&lt;br /&gt;
&lt;br /&gt;
3. Projective Transformation&lt;br /&gt;
&lt;br /&gt;
4. Thresholding and Segmentation&lt;br /&gt;
&lt;br /&gt;
5. Feature Extraction&lt;br /&gt;
&lt;br /&gt;
6. Classification of Objects&lt;br /&gt;
&lt;br /&gt;
7. Describe Environment for path planning&lt;br /&gt;
&lt;br /&gt;
8. Provide positional feedback for control system&lt;br /&gt;
compensation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
An example output of the projective transformation is&lt;br /&gt;
shown below. This stage allows the image to represent a&lt;br /&gt;
two-dimension Cartesian plane which aids in geometric&lt;br /&gt;
calculation accuracy&lt;br /&gt;
&lt;br /&gt;
[[File:IPprocedure.png]]&lt;br /&gt;
&lt;br /&gt;
Example outputs of the classification and feature&lt;br /&gt;
extraction phases are shown below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:IPresult.png]]&lt;br /&gt;
&lt;br /&gt;
Left: An example of calculated motion parameters. Blue&lt;br /&gt;
denotes the current path segment, Red indicates distance&lt;br /&gt;
to destination and Green indicates the current robot&lt;br /&gt;
bearing.&lt;br /&gt;
&lt;br /&gt;
Right: The robot’s environment with only obstacles&lt;br /&gt;
highlighted, after the robot is automatically removed from&lt;br /&gt;
the frame.&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
A-star algorithm:&lt;br /&gt;
&lt;br /&gt;
𝑓(𝑛) = 𝑔(𝑛) + ℎ(𝑛)&lt;br /&gt;
&lt;br /&gt;
The optimal path search algorithm is based on&lt;br /&gt;
calculation of historic cost g(n) and heuristic cost h(n).&lt;br /&gt;
The optimal path nodes are found by minimizing the&lt;br /&gt;
total cost function f(n).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Example of path calculated in the GUI using&lt;br /&gt;
virtually added obstacles:&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
The outcome of the final system demonstrates that the aims of the project are successfully reached. The image processing system is capable of identifying obstacles and robot and is able to monitoring the robot navigation while sending correction information to the robot. The path planning system based on A-star algorithm calculates and delivers optimal path efficiently with the given map information. The Quanser robot control system uses Simulink model to control the robot to navigate following calculated path to a satisfied level. Overall, the three main parts of the whole system cooperate well to perform a collision-free robot navigation in an environment with static obstacles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:PathPlanning.png&amp;diff=8232</id>
		<title>File:PathPlanning.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:PathPlanning.png&amp;diff=8232"/>
		<updated>2017-06-05T06:57:33Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:IPresult.png&amp;diff=8231</id>
		<title>File:IPresult.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:IPresult.png&amp;diff=8231"/>
		<updated>2017-06-05T06:57:12Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:IPprocedure.png&amp;diff=8230</id>
		<title>File:IPprocedure.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:IPprocedure.png&amp;diff=8230"/>
		<updated>2017-06-05T06:56:46Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8229</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8229"/>
		<updated>2017-06-05T06:53:11Z</updated>

		<summary type="html">&lt;p&gt;A1675729: /* 4.Path Planning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.1 Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1. Image Capture&lt;br /&gt;
&lt;br /&gt;
2. Down-sample&lt;br /&gt;
&lt;br /&gt;
3. Projective Transformation&lt;br /&gt;
&lt;br /&gt;
4. Thresholding and Segmentation&lt;br /&gt;
&lt;br /&gt;
5. Feature Extraction&lt;br /&gt;
&lt;br /&gt;
6. Classification of Objects&lt;br /&gt;
&lt;br /&gt;
7. Describe Environment for path planning&lt;br /&gt;
&lt;br /&gt;
8. Provide positional feedback for control system&lt;br /&gt;
compensation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
An example output of the projective transformation is&lt;br /&gt;
shown below. This stage allows the image to represent a&lt;br /&gt;
two-dimension Cartesian plane which aids in geometric&lt;br /&gt;
calculation accuracy&lt;br /&gt;
&lt;br /&gt;
Example outputs of the classification and feature&lt;br /&gt;
extraction phases are shown below.&lt;br /&gt;
&lt;br /&gt;
Left: An example of calculated motion parameters. Blue&lt;br /&gt;
denotes the current path segment, Red indicates distance&lt;br /&gt;
to destination and Green indicates the current robot&lt;br /&gt;
bearing.&lt;br /&gt;
&lt;br /&gt;
Right: The robot’s environment with only obstacles&lt;br /&gt;
highlighted, after the robot is automatically removed from&lt;br /&gt;
the frame.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
A-star algorithm:&lt;br /&gt;
&lt;br /&gt;
𝑓(𝑛) = 𝑔(𝑛) + ℎ(𝑛)&lt;br /&gt;
&lt;br /&gt;
The optimal path search algorithm is based on&lt;br /&gt;
calculation of historic cost g(n) and heuristic cost h(n).&lt;br /&gt;
The optimal path nodes are found by minimizing the&lt;br /&gt;
total cost function f(n).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Example of path calculated in the GUI using&lt;br /&gt;
virtually added obstacles:&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
The outcome of the final system demonstrates that the aims of the project are successfully reached. The image processing system is capable of identifying obstacles and robot and is able to monitoring the robot navigation while sending correction information to the robot. The path planning system based on A-star algorithm calculates and delivers optimal path efficiently with the given map information. The Quanser robot control system uses Simulink model to control the robot to navigate following calculated path to a satisfied level. Overall, the three main parts of the whole system cooperate well to perform a collision-free robot navigation in an environment with static obstacles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8228</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8228"/>
		<updated>2017-06-05T06:52:39Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.1 Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1. Image Capture&lt;br /&gt;
&lt;br /&gt;
2. Down-sample&lt;br /&gt;
&lt;br /&gt;
3. Projective Transformation&lt;br /&gt;
&lt;br /&gt;
4. Thresholding and Segmentation&lt;br /&gt;
&lt;br /&gt;
5. Feature Extraction&lt;br /&gt;
&lt;br /&gt;
6. Classification of Objects&lt;br /&gt;
&lt;br /&gt;
7. Describe Environment for path planning&lt;br /&gt;
&lt;br /&gt;
8. Provide positional feedback for control system&lt;br /&gt;
compensation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
An example output of the projective transformation is&lt;br /&gt;
shown below. This stage allows the image to represent a&lt;br /&gt;
two-dimension Cartesian plane which aids in geometric&lt;br /&gt;
calculation accuracy&lt;br /&gt;
&lt;br /&gt;
Example outputs of the classification and feature&lt;br /&gt;
extraction phases are shown below.&lt;br /&gt;
&lt;br /&gt;
Left: An example of calculated motion parameters. Blue&lt;br /&gt;
denotes the current path segment, Red indicates distance&lt;br /&gt;
to destination and Green indicates the current robot&lt;br /&gt;
bearing.&lt;br /&gt;
&lt;br /&gt;
Right: The robot’s environment with only obstacles&lt;br /&gt;
highlighted, after the robot is automatically removed from&lt;br /&gt;
the frame.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
A-star algorithm:&lt;br /&gt;
&lt;br /&gt;
𝑓(𝑛) = 𝑔(𝑛) + ℎ(𝑛)&lt;br /&gt;
&lt;br /&gt;
The optimal path search algorithm is based on&lt;br /&gt;
calculation of historic cost g(n) and heuristic cost h(n).&lt;br /&gt;
The optimal path nodes are found by minimizing the&lt;br /&gt;
total cost function f(n).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Example of path calculated in the GUI using&lt;br /&gt;
virtually added obstacles:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
The outcome of the final system demonstrates that the aims of the project are successfully reached. The image processing system is capable of identifying obstacles and robot and is able to monitoring the robot navigation while sending correction information to the robot. The path planning system based on A-star algorithm calculates and delivers optimal path efficiently with the given map information. The Quanser robot control system uses Simulink model to control the robot to navigate following calculated path to a satisfied level. Overall, the three main parts of the whole system cooperate well to perform a collision-free robot navigation in an environment with static obstacles.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8226</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8226"/>
		<updated>2017-06-05T06:51:27Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.1 Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1. Image Capture&lt;br /&gt;
&lt;br /&gt;
2. Down-sample&lt;br /&gt;
&lt;br /&gt;
3. Projective Transformation&lt;br /&gt;
&lt;br /&gt;
4. Thresholding and Segmentation&lt;br /&gt;
&lt;br /&gt;
5. Feature Extraction&lt;br /&gt;
&lt;br /&gt;
6. Classification of Objects&lt;br /&gt;
&lt;br /&gt;
7. Describe Environment for path planning&lt;br /&gt;
&lt;br /&gt;
8. Provide positional feedback for control system&lt;br /&gt;
compensation&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
An example output of the projective transformation is&lt;br /&gt;
shown below. This stage allows the image to represent a&lt;br /&gt;
two-dimension Cartesian plane which aids in geometric&lt;br /&gt;
calculation accuracy&lt;br /&gt;
&lt;br /&gt;
Example outputs of the classification and feature&lt;br /&gt;
extraction phases are shown below.&lt;br /&gt;
&lt;br /&gt;
Left: An example of calculated motion parameters. Blue&lt;br /&gt;
denotes the current path segment, Red indicates distance&lt;br /&gt;
to destination and Green indicates the current robot&lt;br /&gt;
bearing.&lt;br /&gt;
&lt;br /&gt;
Right: The robot’s environment with only obstacles&lt;br /&gt;
highlighted, after the robot is automatically removed from&lt;br /&gt;
the frame.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
A-star algorithm:&lt;br /&gt;
&lt;br /&gt;
𝑓 𝑛 = 𝑔 𝑛 + ℎ(𝑛)&lt;br /&gt;
&lt;br /&gt;
The optimal path search algorithm is based on&lt;br /&gt;
calculation of historic cost g(n) and heuristic cost h(n).&lt;br /&gt;
The optimal path nodes are found by minimizing the&lt;br /&gt;
total cost function f(n).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Example of path calculated in the GUI using&lt;br /&gt;
virtually added obstacles:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
The outcome of the final system demonstrates that the aims of the project are successfully reached. The image processing system is capable of identifying obstacles and robot and is able to monitoring the robot navigation while sending correction information to the robot. The path planning system based on A-star algorithm calculates and delivers optimal path efficiently with the given map information. The Quanser robot control system uses Simulink model to control the robot to navigate following calculated path to a satisfied level. Overall, the three main parts of the whole system cooperate well to perform a collision-free robot navigation in an environment with static obstacles.&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8222</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8222"/>
		<updated>2017-06-05T06:49:21Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.1 Methods&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1. Image Capture&lt;br /&gt;
&lt;br /&gt;
2. Down-sample&lt;br /&gt;
&lt;br /&gt;
3. Projective Transformation&lt;br /&gt;
&lt;br /&gt;
4. Thresholding and Segmentation&lt;br /&gt;
&lt;br /&gt;
5. Feature Extraction&lt;br /&gt;
&lt;br /&gt;
6. Classification of Objects&lt;br /&gt;
&lt;br /&gt;
7. Describe Environment for path planning&lt;br /&gt;
&lt;br /&gt;
8. Provide positional feedback for control system&lt;br /&gt;
compensation&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;3.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
An example output of the projective transformation is&lt;br /&gt;
shown below. This stage allows the image to represent a&lt;br /&gt;
two-dimension Cartesian plane which aids in geometric&lt;br /&gt;
calculation accuracy&lt;br /&gt;
&lt;br /&gt;
Example outputs of the classification and feature&lt;br /&gt;
extraction phases are shown below.&lt;br /&gt;
&lt;br /&gt;
Left: An example of calculated motion parameters. Blue&lt;br /&gt;
denotes the current path segment, Red indicates distance&lt;br /&gt;
to destination and Green indicates the current robot&lt;br /&gt;
bearing.&lt;br /&gt;
&lt;br /&gt;
Right: The robot’s environment with only obstacles&lt;br /&gt;
highlighted, after the robot is automatically removed from&lt;br /&gt;
the frame.&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
A-star algorithm:&lt;br /&gt;
𝑓 𝑛 = 𝑔 𝑛 + ℎ(𝑛)&lt;br /&gt;
The optimal path search algorithm is based on&lt;br /&gt;
calculation of historic cost g(n) and heuristic cost h(n).&lt;br /&gt;
The optimal path nodes are found by minimizing the&lt;br /&gt;
total cost function f(n).&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Results&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Example of path calculated in the GUI using&lt;br /&gt;
virtually added obstacles:&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
The outcome of the final system demonstrates that the aims of the project are successfully reached. The image processing system is capable of identifying obstacles and robot and is able to monitoring the robot navigation while sending correction information to the robot. The path planning system based on A-star algorithm calculates and delivers optimal path efficiently with the given map information. The Quanser robot control system uses Simulink model to control the robot to navigate following calculated path to a satisfied level. Overall, the three main parts of the whole system cooperate well to perform a collision-free robot navigation in an environment with static obstacles.&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8220</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8220"/>
		<updated>2017-06-05T06:42:23Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• Microsoft Kinect V2 Camera&lt;br /&gt;
• Quanser Qbot2 robot&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
• The Image Processing software locates objects and&lt;br /&gt;
provides robot location and bearing.&lt;br /&gt;
• The Path Planning software and GUI adds virtual&lt;br /&gt;
obstacles and calculates the optimal path&lt;br /&gt;
• The Motion Control Simulink Model calculates control&lt;br /&gt;
parameters based on calculated path, robot location&lt;br /&gt;
and orientation.&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8219</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8219"/>
		<updated>2017-06-05T06:39:39Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:SystemStructure.png]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2.1.1 Camera&lt;br /&gt;
&lt;br /&gt;
2.1.2 Quanser &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:SystemStructure.png&amp;diff=8218</id>
		<title>File:SystemStructure.png</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=File:SystemStructure.png&amp;diff=8218"/>
		<updated>2017-06-05T06:37:20Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8215</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8215"/>
		<updated>2017-06-05T06:34:10Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation and background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.1.1 Camera&lt;br /&gt;
&lt;br /&gt;
2.1.2 Quanser &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8214</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8214"/>
		<updated>2017-06-05T06:32:28Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Image processing techniques are widely used in industrial&lt;br /&gt;
automation for quality control, condition monitoring and&lt;br /&gt;
increasingly for motion control.&lt;br /&gt;
Image processing provides absolute state feedback which can&lt;br /&gt;
be combined with conventional position sensors to reduce the&lt;br /&gt;
impact of accumulative error through the course of repeated&lt;br /&gt;
movement. Although uncertainty introduced into the imaging&lt;br /&gt;
system through noise, perspective compensation and&lt;br /&gt;
increased computational delay, these uncertainties tend to be&lt;br /&gt;
constant over time.&lt;br /&gt;
Overhead cameras also provide the benefit of analysing an&lt;br /&gt;
environment for obstacles, personnel and other locomotive&lt;br /&gt;
bodies which would interfere with the unobstructed movement&lt;br /&gt;
of a robot or vehicle.&lt;br /&gt;
The goal of this project is to identify obstacles and a robot in a&lt;br /&gt;
given area, calculate a safe path and then traverse the path.&lt;br /&gt;
Positional feedback will also be used to improve the resulting&lt;br /&gt;
motion of the robot. The environment analysis is to be&lt;br /&gt;
conducted in real-time.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.1.1 Camera&lt;br /&gt;
&lt;br /&gt;
2.1.2 Quanser &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
5.1 Kinematic Model&lt;br /&gt;
&lt;br /&gt;
Differential drive often used in two-wheel drive system which each wheel is equipped with a separate actuator.  The Quanser QBot 2 Mobile Platform uses it, two separately coaxial driven wheels placed on either side of the robot body which controlled by high-performance DC motors with encoders and drops sensors.&lt;br /&gt;
[[File:1.png|200px|thumb|bottom|Quanser QBot 2 Mobile Platformt]]&lt;br /&gt;
In the figure represent the radius of the wheels, the rotational speed of left and right wheel are wl and wr respectively.  Thus, the equations of the linear speed of the left wheel and right wheel are vl=wl*r and vr=wr*r.&lt;br /&gt;
If only one of the two wheels rotates, the robot will rotate about the non-moving wheel.  If two wheels rotate with the same speed, the robot will rotate one point which is far from the robot.  The center of this point is Instantaneous Centre of Curvature (ICC).  The distance from the center of the robot to the ICC is r(icc) and the distance between two wheels is d, θ is the angle of the robot, and the robot speed is vc.  Then the equations of QBot 2 are:&lt;br /&gt;
[[File:234zd.png]]&lt;br /&gt;
&lt;br /&gt;
Given the wheels speed are vl and vr , the robot speed is  which all along the same axis.  Then the following express the kinematic model for the different drive system:&lt;br /&gt;
[[File:2345zd.png]]&lt;br /&gt;
&lt;br /&gt;
5.2 Trajectory tracking results&lt;br /&gt;
&lt;br /&gt;
Control is the basement of navigation and path-planning of the robot, thus the higher requirement of stability, robustness, and accuracy are needed.  As a further step of development to ensure correct operation of the robot, PID control using motion parameters and upcoming path steps to ensure ideal operation of the robot, with minimal overshoot and error inherent in the previous stages of motion design.  To achieve desired controlling effect, the fuzzy PID method was employed to control the motions of tracking robot.&lt;br /&gt;
In the picture shows the simulation result of trajectory control.&lt;br /&gt;
&lt;br /&gt;
[[File:23456zd.png|200px|Trajectory tracking results]]&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-250_On-Line_Mains_Power_Cable_Time_Domain_Reflectometry&amp;diff=8020</id>
		<title>Projects:2016s2-250 On-Line Mains Power Cable Time Domain Reflectometry</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-250_On-Line_Mains_Power_Cable_Time_Domain_Reflectometry&amp;diff=8020"/>
		<updated>2017-06-04T06:34:27Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Project Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
A/Prof C. J. Kikkert has developed a power line communications (PLC) frequency impedance analyser for measuring impedance online&lt;br /&gt;
and presented this at a conference. Huawei would like to be able to measure distances between power-line&lt;br /&gt;
branches. This can be done using time-domain reflectometry. However normal time domain reflectometers cannot&lt;br /&gt;
be connected directly to the power mains while they are operating.&lt;br /&gt;
The project is to investigate techniques which can be used to measure reflections due to power-line branches. These&lt;br /&gt;
techniques include using time domain reflectometry with PLC frequency pulses or using radar type techniques with&lt;br /&gt;
the radar like pulses being transmitted on the power-line. Alternately the impedance versus frequency results&lt;br /&gt;
obtained by the on-line impedance analyser can be converted to impulse responses using the Fast Fourier Transform&lt;br /&gt;
and those can be used to determine reflections.&lt;br /&gt;
The outcomes from this project will be very useful to the power industry.&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Project Team ==&lt;br /&gt;
&lt;br /&gt;
=== Academic Supervisors ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
A/Prof Keith Kikkert &lt;br /&gt;
&lt;br /&gt;
A/Prof Nesimi Ertugrul&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Team Members ===&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
Jinyue Bai&lt;br /&gt;
&lt;br /&gt;
Shuxin Tang&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Headline text ==&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8019</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8019"/>
		<updated>2017-06-04T06:11:54Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The motivation of the project is to investigate and produce a software system which can identify the location of a locomotive robot and to calculate and execute safe movement in an environment containing static and dynamic obstacles. With the development of modern robot techniques and the expansion of the robot applications, mobile robots have becoming widely used in modern world. It is of significant importance to design reliable, fast, and low-cost robotic control systems. Possible applications of this project include smart car autonomous navigation, industrial automation robots working in complex environment, and household robots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
As industrial environments accelerate the adoption of automated processes, visual processing techniques are arising as a method of determining trajectory and movement planning. Visual processing also provides a unique benefit in that all machines, obstacles and operators can be located and identified universally, without the requirement of a specialized communication protocol and locating system.&lt;br /&gt;
Although it is currently commonplace to use depth sensing 3D cameras to determine precise location and orientation of objects on production/conveyor applications, little is currently available in industry whereby a central control system uses a fixed camera to drive multiple locomotive machines.&lt;br /&gt;
Image processing also has the benefit of providing a second level of position feedback of moving devices. Throughout motor lifespan, operational and feedback parameters can fall out of calibration, causing unexpected behaviors to exhibit. Image processing is immune to this problem as it only detects final output of the motion control system. &lt;br /&gt;
Based on the different situations the robot is dealing with, path planning methods for robot navigation are generally classified into two major types: the global path planning method and the local path planning method [1]. The main difference between the two kinds of methods are whether the environment information is entirely known or partly known when operating path planning process. Research will be conducted to determine which form of methods will be utilized based on experimental situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.1.1 Camera&lt;br /&gt;
&lt;br /&gt;
2.1.2 Quanser &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8018</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8018"/>
		<updated>2017-06-04T06:01:19Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The motivation of the project is to investigate and produce a software system which can identify the location of a locomotive robot and to calculate and execute safe movement in an environment containing static and dynamic obstacles. With the development of modern robot techniques and the expansion of the robot applications, mobile robots have becoming widely used in modern world. It is of significant importance to design reliable, fast, and low-cost robotic control systems. Possible applications of this project include smart car autonomous navigation, industrial automation robots working in complex environment, and household robots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
As industrial environments accelerate the adoption of automated processes, visual processing techniques are arising as a method of determining trajectory and movement planning. Visual processing also provides a unique benefit in that all machines, obstacles and operators can be located and identified universally, without the requirement of a specialized communication protocol and locating system.&lt;br /&gt;
Although it is currently commonplace to use depth sensing 3D cameras to determine precise location and orientation of objects on production/conveyor applications, little is currently available in industry whereby a central control system uses a fixed camera to drive multiple locomotive machines.&lt;br /&gt;
Image processing also has the benefit of providing a second level of position feedback of moving devices. Throughout motor lifespan, operational and feedback parameters can fall out of calibration, causing unexpected behaviors to exhibit. Image processing is immune to this problem as it only detects final output of the motion control system. &lt;br /&gt;
Based on the different situations the robot is dealing with, path planning methods for robot navigation are generally classified into two major types: the global path planning method and the local path planning method [1]. The main difference between the two kinds of methods are whether the environment information is entirely known or partly known when operating path planning process. Research will be conducted to determine which form of methods will be utilized based on experimental situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang (Author) focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.1.1 Camera&lt;br /&gt;
&lt;br /&gt;
2.1.2 Quanser &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8017</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8017"/>
		<updated>2017-06-04T06:00:51Z</updated>

		<summary type="html">&lt;p&gt;A1675729: /* 2.System Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The motivation of the project is to investigate and produce a software system which can identify the location of a locomotive robot and to calculate and execute safe movement in an environment containing static and dynamic obstacles. With the development of modern robot techniques and the expansion of the robot applications, mobile robots have becoming widely used in modern world. It is of significant importance to design reliable, fast, and low-cost robotic control systems. Possible applications of this project include smart car autonomous navigation, industrial automation robots working in complex environment, and household robots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
As industrial environments accelerate the adoption of automated processes, visual processing techniques are arising as a method of determining trajectory and movement planning. Visual processing also provides a unique benefit in that all machines, obstacles and operators can be located and identified universally, without the requirement of a specialized communication protocol and locating system.&lt;br /&gt;
Although it is currently commonplace to use depth sensing 3D cameras to determine precise location and orientation of objects on production/conveyor applications, little is currently available in industry whereby a central control system uses a fixed camera to drive multiple locomotive machines.&lt;br /&gt;
Image processing also has the benefit of providing a second level of position feedback of moving devices. Throughout motor lifespan, operational and feedback parameters can fall out of calibration, causing unexpected behaviors to exhibit. Image processing is immune to this problem as it only detects final output of the motion control system. &lt;br /&gt;
Based on the different situations the robot is dealing with, path planning methods for robot navigation are generally classified into two major types: the global path planning method and the local path planning method [1]. The main difference between the two kinds of methods are whether the environment information is entirely known or partly known when operating path planning process. Research will be conducted to determine which form of methods will be utilized based on experimental situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang (Author) focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
The figure below shows the integration of the whole system with input and output labeled.&lt;br /&gt;
[[File:Example.jpg]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.1.1 Camera&lt;br /&gt;
&lt;br /&gt;
2.1.2 Quanser &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
2.2.1 Image processing software&lt;br /&gt;
&lt;br /&gt;
2.2.2 Path planning software&lt;br /&gt;
&lt;br /&gt;
2.2.3 Motion control software&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8016</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8016"/>
		<updated>2017-06-04T05:56:13Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The motivation of the project is to investigate and produce a software system which can identify the location of a locomotive robot and to calculate and execute safe movement in an environment containing static and dynamic obstacles. With the development of modern robot techniques and the expansion of the robot applications, mobile robots have becoming widely used in modern world. It is of significant importance to design reliable, fast, and low-cost robotic control systems. Possible applications of this project include smart car autonomous navigation, industrial automation robots working in complex environment, and household robots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
As industrial environments accelerate the adoption of automated processes, visual processing techniques are arising as a method of determining trajectory and movement planning. Visual processing also provides a unique benefit in that all machines, obstacles and operators can be located and identified universally, without the requirement of a specialized communication protocol and locating system.&lt;br /&gt;
Although it is currently commonplace to use depth sensing 3D cameras to determine precise location and orientation of objects on production/conveyor applications, little is currently available in industry whereby a central control system uses a fixed camera to drive multiple locomotive machines.&lt;br /&gt;
Image processing also has the benefit of providing a second level of position feedback of moving devices. Throughout motor lifespan, operational and feedback parameters can fall out of calibration, causing unexpected behaviors to exhibit. Image processing is immune to this problem as it only detects final output of the motion control system. &lt;br /&gt;
Based on the different situations the robot is dealing with, path planning methods for robot navigation are generally classified into two major types: the global path planning method and the local path planning method [1]. The main difference between the two kinds of methods are whether the environment information is entirely known or partly known when operating path planning process. Research will be conducted to determine which form of methods will be utilized based on experimental situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang (Author) focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8015</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8015"/>
		<updated>2017-06-04T05:55:35Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The motivation of the project is to investigate and produce a software system which can identify the location of a locomotive robot and to calculate and execute safe movement in an environment containing static and dynamic obstacles. With the development of modern robot techniques and the expansion of the robot applications, mobile robots have becoming widely used in modern world. It is of significant importance to design reliable, fast, and low-cost robotic control systems. Possible applications of this project include smart car autonomous navigation, industrial automation robots working in complex environment, and household robots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
As industrial environments accelerate the adoption of automated processes, visual processing techniques are arising as a method of determining trajectory and movement planning. Visual processing also provides a unique benefit in that all machines, obstacles and operators can be located and identified universally, without the requirement of a specialized communication protocol and locating system.&lt;br /&gt;
Although it is currently commonplace to use depth sensing 3D cameras to determine precise location and orientation of objects on production/conveyor applications, little is currently available in industry whereby a central control system uses a fixed camera to drive multiple locomotive machines.&lt;br /&gt;
Image processing also has the benefit of providing a second level of position feedback of moving devices. Throughout motor lifespan, operational and feedback parameters can fall out of calibration, causing unexpected behaviors to exhibit. Image processing is immune to this problem as it only detects final output of the motion control system. &lt;br /&gt;
Based on the different situations the robot is dealing with, path planning methods for robot navigation are generally classified into two major types: the global path planning method and the local path planning method [1]. The main difference between the two kinds of methods are whether the environment information is entirely known or partly known when operating path planning process. Research will be conducted to determine which form of methods will be utilized based on experimental situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang (Author) focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The intended method is based on A-star algorithm.&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [2] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] N Wang and P Chen, ‘Path planning algorithm of level set based on grid modeling’, in: Computer Design and Applications (ICCDA), International Conference, June 25-27, 2010.&lt;br /&gt;
&lt;br /&gt;
[2] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8014</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8014"/>
		<updated>2017-06-04T05:53:02Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
The motivation of the project is to investigate and produce a software system which can identify the location of a locomotive robot and to calculate and execute safe movement in an environment containing static and dynamic obstacles. With the development of modern robot techniques and the expansion of the robot applications, mobile robots have becoming widely used in modern world. It is of significant importance to design reliable, fast, and low-cost robotic control systems. Possible applications of this project include smart car autonomous navigation, industrial automation robots working in complex environment, and household robots.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
As industrial environments accelerate the adoption of automated processes, visual processing techniques are arising as a method of determining trajectory and movement planning. Visual processing also provides a unique benefit in that all machines, obstacles and operators can be located and identified universally, without the requirement of a specialized communication protocol and locating system.&lt;br /&gt;
Although it is currently commonplace to use depth sensing 3D cameras to determine precise location and orientation of objects on production/conveyor applications, little is currently available in industry whereby a central control system uses a fixed camera to drive multiple locomotive machines.&lt;br /&gt;
Image processing also has the benefit of providing a second level of position feedback of moving devices. Throughout motor lifespan, operational and feedback parameters can fall out of calibration, causing unexpected behaviors to exhibit. Image processing is immune to this problem as it only detects final output of the motion control system. &lt;br /&gt;
Based on the different situations the robot is dealing with, path planning methods for robot navigation are generally classified into two major types: the global path planning method and the local path planning method [1]. The main difference between the two kinds of methods are whether the environment information is entirely known or partly known when operating path planning process. Research will be conducted to determine which form of methods will be utilized based on experimental situation.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(a)Design a software system for path planning to calculate and execute traversal to destination, while adopting an efficient path and avoiding collisions with obstacles.&lt;br /&gt;
(b)Design a hardware system, including a camera, computers, and a Quanser robot, to perform the task.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
The entire project is divided into three major parts:&lt;br /&gt;
&lt;br /&gt;
           1.Environment Analysis&lt;br /&gt;
&lt;br /&gt;
           2.Path Planning&lt;br /&gt;
&lt;br /&gt;
           3.Motion Control&lt;br /&gt;
&lt;br /&gt;
and the design of a graphical user interface (GUI) as the project team has three members. Michael Vieceli is responsible for the environment analysis, Yuanyang Wang (Author) focuses on path planning, and motion control is assigned to Di Zhang.&lt;br /&gt;
A GUI is designed to integrate individual’s work for hardware implementation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
A-star algorithm is devised by P.E.Hart et al in 1968 [1] as an improved algorithm of the Dijkstra algorithm. It uses heuristic searching approach to calculate optimal path. The basic thought of this algorithm is to define a measurement standard, such as the length of path, then find out the waypoint with the least cost of all the possible waypoints. From this waypoint, waypoints tree is constructed and new waypoints with the least cost are addressed until the target is reached. The A-star algorithm is a heuristic search algorithm and works well in simplified environment. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;br /&gt;
[1] P. E. Hart et al., ‘A formal basis for the heuristic determination of minimum cost paths’, In: IEEE Transactions of Systems Science and Cybernetics, vol. ssc-4, no.2, July, 1968.&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8013</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8013"/>
		<updated>2017-06-04T05:41:33Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
&lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
&lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8012</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8012"/>
		<updated>2017-06-04T05:41:11Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8011</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8011"/>
		<updated>2017-06-04T05:36:45Z</updated>

		<summary type="html">&lt;p&gt;A1675729: /* 2.System Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Content&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1.Introduction&lt;br /&gt;
  1.1 Motivation&lt;br /&gt;
  1.2 Background&lt;br /&gt;
  1.3 Objectives&lt;br /&gt;
  1.4 Project Structure&lt;br /&gt;
&lt;br /&gt;
2.System Overview&lt;br /&gt;
  2.1 Hardware&lt;br /&gt;
  2.2 Software&lt;br /&gt;
&lt;br /&gt;
3.Image Processing&lt;br /&gt;
&lt;br /&gt;
4.Path Planning&lt;br /&gt;
  4.1 Method&lt;br /&gt;
  4.2 Result&lt;br /&gt;
&lt;br /&gt;
5.Motion Control&lt;br /&gt;
&lt;br /&gt;
6.Conclusion&lt;br /&gt;
&lt;br /&gt;
7.Reference&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8010</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8010"/>
		<updated>2017-06-04T05:36:36Z</updated>

		<summary type="html">&lt;p&gt;A1675729: /* 2.System Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Content&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1.Introduction&lt;br /&gt;
  1.1 Motivation&lt;br /&gt;
  1.2 Background&lt;br /&gt;
  1.3 Objectives&lt;br /&gt;
  1.4 Project Structure&lt;br /&gt;
&lt;br /&gt;
2.System Overview&lt;br /&gt;
  2.1 Hardware&lt;br /&gt;
  2.2 Software&lt;br /&gt;
&lt;br /&gt;
3.Image Processing&lt;br /&gt;
&lt;br /&gt;
4.Path Planning&lt;br /&gt;
  4.1 Method&lt;br /&gt;
  4.2 Result&lt;br /&gt;
&lt;br /&gt;
5.Motion Control&lt;br /&gt;
&lt;br /&gt;
6.Conclusion&lt;br /&gt;
&lt;br /&gt;
7.Reference&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
	<entry>
		<id>https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8009</id>
		<title>Projects:2016s2-220 Path Planning and Collision Avoidance for Aduino Robots</title>
		<link rel="alternate" type="text/html" href="https://projectswiki.eleceng.adelaide.edu.au/projects/index.php?title=Projects:2016s2-220_Path_Planning_and_Collision_Avoidance_for_Aduino_Robots&amp;diff=8009"/>
		<updated>2017-06-04T05:36:00Z</updated>

		<summary type="html">&lt;p&gt;A1675729: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;General Information&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Description: The purpose of this project is to design a robotic system for path planning in congestion area. Potential applications are in autopilot urban transportations. The robot will be located using vision measurement through a camera. The robot models are established as two-wheel discs. Virtual obstacle clusters are manually inserted into the image frame and the computer needs to calculate a suitable path to a user-defined destination. As the obstacles are considered to be physical, collision avoidance is required. The robot can be equipped with sensors and the computer captures images from the vision stream. The communication between the computer and the robots will be through WiFi. Matlab, c++, OpenGL, and OpenCV are some of the softwares, languages and libraries to choose from. &lt;br /&gt;
&lt;br /&gt;
Group number:220&lt;br /&gt;
Students: Michael Vieceli; Yuanyang Wang; Di Zhang  &lt;br /&gt;
Superviosrs: Professor Peng Shi &amp;amp; Professor Cheng-Chew Lim;  &lt;br /&gt;
Technical advisors: Dr. Hongjun Yu &amp;amp; Dr. Bing Yan&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Content&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
1.Introduction&lt;br /&gt;
  1.1 Motivation&lt;br /&gt;
  1.2 Background&lt;br /&gt;
  1.3 Objectives&lt;br /&gt;
  1.4 Project Structure&lt;br /&gt;
&lt;br /&gt;
2.System Overview&lt;br /&gt;
  2.1 Hardware&lt;br /&gt;
  2.2 Software&lt;br /&gt;
&lt;br /&gt;
3.Image Processing&lt;br /&gt;
&lt;br /&gt;
4.Path Planning&lt;br /&gt;
  4.1 Method&lt;br /&gt;
  4.2 Result&lt;br /&gt;
&lt;br /&gt;
5.Motion Control&lt;br /&gt;
&lt;br /&gt;
6.Conclusion&lt;br /&gt;
&lt;br /&gt;
7.Reference&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 1.Introduction ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.1 Motivation&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.2 Background&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.3 Objectives&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;1.4 Project Structure&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 2.System Overview ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.1 Hardware&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;2.2 Software&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 3.Image Processing ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 4.Path Planning ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.1 Method&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;4.2 Result&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== 5.Motion Control ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 6.Conclusion ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 7.Reference ==&lt;/div&gt;</summary>
		<author><name>A1675729</name></author>
		
	</entry>
</feed>