VEX Robotics Computer Science Level 1 Python Course User Guide

VEX Robotics Computer Science Level 1 Python Course User Guide

VEX-Robotics-logo

VEX Robotics Computer Science Level 1 Python Course

VEX-Robotics-Computer-Science-Level-1-Python-Course-product-image

Tekniset tiedot

Kurssi Computer Science Level 1 – Python
Yksikkö 4
Oppitunti 3
Aihe Driving Until Pressed Quiz

Käyttöohjeet

Koodi Esimample

def main():
    while not left_bumper.pressed():
        drivetrain.drive(FORWARD)
        wait(5, MSEC)
    drivetrain.drive_for(REVERSE, 200, MM)

Kysymys 1

What will the VR Robot do when the Bumper Sensor is pressed in this project?

  • Turn right for 180 degrees.
  • Stop driving.
  • Turn right for 90 degrees.
  • Drive in reverse for 200 millimeters (mm).

Koodi Esimample

def main():
    while not left_bumper.pressed():
        drivetrain.drive(FORWARD)
        wait(5, MSEC)
    drivetrain.turn_for(RIGHT, 90, DEGREES)

    while not left_bumper.pressed():
        drivetrain.drive(FORWARD)
        wait(5, MSEC)
    drivetrain.turn_for(LEFT, 90, DEGREES)

Kysymys 2

What needs to happen for the VR Robot to turn left in this project?

  • The Left Bumper Sensor needs to be pressed once.
  • The VR Robot needs to drive for 300 millimeters (mm).
  • The Left Bumper Sensor needs to be pressed twice.
  • The pen needs to draw a circle on the Playground.

Copyright 2021 Innovation First, Inc. (dba VEX Robotics). All rights reserved. See full Copyright terms at https://copyright.vex.com/

Asiakirjat / Resurssit

PDF thumbnailComputer Science Level 1 Python Course
User Guide · Computer Science Level 1 Python Course, Level 1 Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course
PDF thumbnailComputer Science Level 1 - Python Course
User Guide · Computer Science Level 1 - Python Course, Level 1 - Python Course

Esitä kysymys

Use this section to ask about setup, compatibility, troubleshooting, or anything missing from this manual.

Esitä kysymys

Ask about setup, compatibility, troubleshooting, or anything missing from this manual. Name and email are optional.