Presentation is loading. Please wait.

Presentation is loading. Please wait.

Web Design. How to link the robot How to turn on the robot Sec 9-2 - Getting Started What is python Programming in python How to move the robot How to.

Similar presentations


Presentation on theme: "Web Design. How to link the robot How to turn on the robot Sec 9-2 - Getting Started What is python Programming in python How to move the robot How to."— Presentation transcript:

1 Web Design

2 How to link the robot How to turn on the robot Sec 9-2 - Getting Started What is python Programming in python How to move the robot How to turn How to stop Sequential Programming Sec 9-3 - Scribbler movements What is python Programming in python Python Syntax Sec 9-4 - Simple Functions (names) Parameters Python Syntax Sec 9-5 - Functions with Parameters and Return Values Functions/Methods Python Syntax Sec 9-6 - Creating and Using Modules Loops Sec 9-7 - Simple Python Loops How to do math Sec 9-8 - Variables What you asked me to teach…

3 How to take a picture Save a picture Sec 9-9 - Taking Pictures Conditionals (If statements) Sec 9-10 - Making Decisions in Python How to tell colors in a picture How to tell shapes Sec 9-11 - Image Processing and Perception How the proximity sensors work Sec 9-12 - Sensors What you asked me to teach…

4 You only care where the item is from side to side (not top to bottom). “X” pixels are numbered from 0 to 255 / 0 to 1280(left to right) Divide the image into 3 parts: Left third 0 – 84 / 0 – 426 Middle third 85 – 169 / 427– 853 Right third 170 – 255 / 854- 1279 If you take the average of the X value of all the pixels that you think are in the cone you will know where the center of the cone is. You will need to write code to nudge (barely turn) left or right to adjust to where the cone is in the picture. What part of the picture is the object in…

5 Questions??


Download ppt "Web Design. How to link the robot How to turn on the robot Sec 9-2 - Getting Started What is python Programming in python How to move the robot How to."

Similar presentations


Ads by Google