Difference between revisions of "Projects:2018s1-122 NI Autonomous Robotics Competition"
Line 25: | Line 25: | ||
The Microsoft Xbox 360 Kinect Sensor USB 2.0 camera is an ideal candidate for the robot's vision. This camera produces two types of images: RGB images and depth (range) images. The RGB images consist of three channels: red, green, and blue. The depth images are represented with one channel, with each pixel value representing the distance from the camera to the first obstruction encountered. | The Microsoft Xbox 360 Kinect Sensor USB 2.0 camera is an ideal candidate for the robot's vision. This camera produces two types of images: RGB images and depth (range) images. The RGB images consist of three channels: red, green, and blue. The depth images are represented with one channel, with each pixel value representing the distance from the camera to the first obstruction encountered. | ||
− | [[File:Kinect. | + | [[File:Kinect.jpg]] |
Revision as of 16:45, 29 August 2018
Supervisors
Dr Hong Gunn Chew
Dr Braden Phillips
Honours Students
Alexey Havrilenko
Bradley Thompson
Joseph Lawrie
Michael Prendergast
Project Description
Each year, National Instruments (NI) sponsors a competition to showcase the robotics capabilities of students by building autonomous robots using one of their microcontroller and FPGA products. In 2018, the competition focuses on the theme 'Fast Track to the Future' where team robots will perform various tasks on a track that incorporates off-road and slippery terrain, and unforeseen obstacles to be overcome or avoided autonomously. This project investigates the use of the NI MyRIO-1900 FPGA/LabView platform for autonomous vehicles. The group will apply for the competition in March 2018, with the competition taking place in September 2018.
Image Processing
A camera will be used as one of the various sensors for the purpose of determining accurate position and target location estimations.
The Microsoft Xbox 360 Kinect Sensor USB 2.0 camera is an ideal candidate for the robot's vision. This camera produces two types of images: RGB images and depth (range) images. The RGB images consist of three channels: red, green, and blue. The depth images are represented with one channel, with each pixel value representing the distance from the camera to the first obstruction encountered.