Skip to content

Dhaour9x/RoboCar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RoboCar

### In this Tutorial you will  program a robot to autonomously navigate through a maze. 

Table of contents

  1. Task Description

  2. Specifikations

    1. Image to the Maze
    2. Layout of the Maze
    3. Road Signd
    4. Program Invocation, time Measurment
    5. Penalties
  3. Quickstart Guidelines

    1. Working with Raspberry pi
    2. Virtual maschine for 3pi and maze processing development
    3. Working with the 3pi Roboter
    4. Sample maze generator
    5. Transmission Control Protocol/internet Protocol (TCP/IP)
    6. Universal Asynchronous Receiver-Transmitter(UART)
  4. off-the-Shelf Modules

    1. Image to Mazr Graph Module
    2. Robot Control Module
    3. Road Sign Detection Module
  5. Task Description The Task is to program a 3pi Roboter to drive through a maze from a starting point to a finish point. The maze is represented by black lines and 3pi Robot is never allowed to leave these lines. During the race you are not allowed to interact wth the 3pi Robot, i.e.,it must be able to autonomously navigate the maze. The image of the maze, that can be used as a map to plan a route through the maze. Befor you can sart driving, the maze plan must be processed into a representation your robot can make use of. For this , you must use the Raspberry Pi that sits on top of the 3pi Robot.

In the race, The robot will need to navigate through the maze. To increase the difficulty, road signs wil be added to the maze that need to be detected and reacted upon. For exemple, the robot shall come to a complete stop in front of a stop sign befor it continues.

  1. specifiCations 2.1 Image to the Maze An image of the maze is shown in Figure. the image is a png file that consists a black pinels to represent the lines on which the 3pi Robot must drive. Other pixels will be white.Back lines have a thickness of 3 pixels. Note that there can be gray pixels at the edge of the black lines crated by anti-aliasing. The starting point is illustrated by a circle filled in red and the finish point by circlefilled in green.

2.2. Layout of the Maze

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages