VEX Cortex Video Trainer using ROBOTC

Slides:



Advertisements
Similar presentations
ROBOTC for CORTEX While Loops Part 1
Advertisements

Add and Use a Sensor & Autonomous For FIRST Robotics
Developed in collaboration with Introduction to Programming.
Autonomy using Encoders Intro to Robotics. Goal Our new task is to navigate a labyrinth. But this time we will NOT use motor commands in conjunction with.
Available at: – Program Optical Quad Encoders in Autonomous Mode Program optical quad encoders in autonomous mode.
Controller, Sensors and Motors Ding Ke Tutorial 1, UGB 230N.
Applied Control Systems Robotics & Robotic Control
ROBOTC for VEX Online Professional Development
Robotics- Basic On/Off Control Considerations. On/Off Control Forms the basis of most robotics operations Is deceptively simple until the consequences.
ROBOTC for VEX On-Site Professional Development
PRODUCTS SYSTEMS STEM Teachers Summit Hardware Build Manual.
Programming Design ROBOTC Software Principles of Engineering
Autonomy using Encoders Intro to Robotics. Autonomy/Encoders Forward for Distance In this unit, you will learn to use the encoders to control the distance.
Technical Writing for Robotic Coding!.  du/products/teaching_robotc_cort ex/fundamentals/introtoprogramm ing/thinking/videos/fundamentals.
ROBOTC for VEX Online Professional Development. Warm-up Activity Review/Watch videos from VCVT –Especially the ones from the Fundamentals and Movement.
AUTOMATION WITH ROBOTC Starting to write and troubleshoot computer code.
Find the Mindstorms Icon on the computer.. To start a new program click go.
Getting Started in RobotC // Comment task main() motor[] {} wait1Msec() ; = Header Code Compile Download Run Take out your notes.
Automated Mechanisms Help. Potentiometers Potentiometer Check –Analog Port 2 How they work –Analog sensor –Measures rotation of a shaft between 0 and.
Programming - Motion Intro to Robotics. Motors and Sensors Setup The first thing we need to do is tell ROBOTC that we have motors on our robot. Choose.
VEX and Robot C Chris Patterson Frisco ISD CTE Center Presented by.
ROBOTC for VEX Online Professional Development. Homework Questions Thoughts? Questions?
ROBOTC for VEX Online Professional Development By Jesse Flot.
Bot Shop Jane Taylor Dee Wallace Robot C For Vex.
Optical Encoders Vallejo High Engineering Academy Jack Gillespie 2010.
Programming Design ROBOTC Software. Behavior-Based Programming A behavior is anything your robot does –Turning on a single motor or servo Three main types.
ROBOTC for VEX Online Professional Development. Homework Questions Thoughts? Questions? Concerns? Homework Policy: All homework is due Friday, August.
ROBOTC for VEX Online Professional Development Jesse Flot.
ROBOTC for CORTEX Teacher Training © 2011 Project Lead The Way, Inc. Automation and Robotics VEX.
Programming Design ROBOTC Software Principles Of Engineering
VEX IQ Mix & Match Curriculum
PLTW CALIFORNIA STATE CONFERENCE CENTENNIAL HIGH SCHOOL
ROBOTC for VEX Online Professional Development
Introduction to Programming
ROBOTC for VEX Online Professional Development
ROBOTC for VEX On-Site Professional Development
Robotics Programming Using Shaft Encoders
ROBOTC for VEX Online Professional Development
ROBOTC for VEX Online Professional Development
StartStruck in a Virtual World
StarStruck in a Virtual World: Fantasticbot Version
Programming Design ROBOTC Software Computer Integrated Manufacturing
Programming - Motion Intro to Robotics.
RobotC Sensors.
Movement using Shaft Encoders
Using Encoders to go Straight
Autonomy using Encoders
RobotC Sensors.
Getting Started in RobotC
Automation and Robotics
Mr. Smith’s Schedule 1st Period Computer Science 2
While Loops and If-Else Structures
Getting Started in RobotC
Auto Straightening using VEX Shaft Encoders
While Loops and If-Else Structures
An Introduction to VEX IQ Programming with Modkit
Robotics Programming 9/18/2015.
Programming Design ROBOTC Software Principles Of Engineering
While Loops and If-Else Structures
While Loops and If-Else Structures
Which way does the robot have to turn to get to the charger?
Robotics Programming 9/18/2015.
Automation with RobotC
Robotics Programming Using Shaft Encoders
Robotics Programming Using Shaft Encoders
While Loops and If-Else Structures
Automation with RobotC
Robotics Programming Using Shaft Encoders
Programming Design ROBOTC Software Principles of Engineering
While Loops And If-Else Structures
Presentation transcript:

VEX Cortex Video Trainer using ROBOTC Engineering II 2016-17 School Year LBHS Movement & Remote Control

MOVEMENT Challenge 1. Labyrinth Challenge 2. Moving Forward Moving forward 1. Program Dissection 2. Reversing Motor Polarity 3. Renaming Motors 4. Timing Answer all questions after each video/section.

MOVEMENT Speed and Direction 1. Motor Power Levels 2. Turn and Reverse Modifying motor commands to move in different ways. 1. Motor Power Levels 2. Turn and Reverse 3. Manual Straightening Answer all questions after each video/section.

MOVEMENT Shaft Encoder 1. Shaft Encoders Using the Shaft Encoders to control the distance the robot travels. 1. Shaft Encoders 2. Forward Until Distance Part 1 3. Forward Until Distance Part 2 4. The Sensor Debug Window 5. Forward and Turning Answer all questions after each video/section.

MOVEMENT Automated Straightening 1. Automated Straightening Part 1 Using the Shaft Encoders to self-correct the robot's forward movements. 1. Automated Straightening Part 1 2. Automated Straightening Part 2 3. Values and Variables Part 1 4. Values and Variables Part 2 Answer all questions after each video/section.

MOVEMENT Integrated Encoders 1. Forward for Distance with IME's Using the Integrated Motor Encoders to move more accurately. 1. Forward for Distance with IME's 2. Principles of PID Control 3. Forward for Distance with PID Control 4. Forward for Target Distance Answer all questions after each video/section.