My first robot programming - Simple “GoTo”

Slides:



Advertisements
Similar presentations
Robots Leslie B.. What is a robot? A robot is a machine that is capable of doing many kinds of actions.
Advertisements

Forces and Breaking Forces Breaking Stopping distance Questions.
Robot Programming. Programming Behaviors Behaviors describe the actions and decisions of your robot.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
Agent Portal Status Report The following is a collection of screen prints and brief notes about the agent portal. (January 2008)
LEGO NXT Robot Programming Introduction to Programming a Lego NXT robot in Java.
Capacitor Connection in to LED socket Connection to 5v and ground Connection to light sensor pin.
Scribbler Movements Sec 9-3 Web Design. Objectives The student will: Understand the basic movement commands for the Scribbler Know how to create and execute.
Getting Started! Lego Mindstorms Program NXT 2.0.
1 Design and Discovery Robotics Wednesday May 10th 2006 Education Centre Drumcondra Design and Discovery Robotics Wednesday May 10th 2006 Education Centre.
What should I do first Young Joon Kim MSRDS First Beginner Course - STEP1.
HelloApps.com What should I do first Young Joon Kim MSRDS First Beginner Course - STEP1.
10/10/ Controlling YOUR ROBOT. 10/10/2015 Basic Stamp  Basic Stamp Input - output pins Interpreter Chip Power supply: 5 Volts voltage Memory: EEPROM.
Random numbers in Alice 3. Create world, add character (“Red” in this example) Dragged walk tile to right onto Run method. Click on “??? “ part of Tile.
Elegant avoiding of obstacle Young Joon Kim MSRDS First Beginner Course – STEP5.
VPL basic – data and variables Young Joon Kim MSRDS First Beginner Course – STEP6.
Robotics Tutorial Controlling a Robot with MSRS
How to link the robot and the computer (Bluetooth) How to turn on and off How to connect the adaptor Fluke card connection Sec Getting Started How.
1 Getting Started with C++. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Visual Studio 2008.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
Find the Mindstorms Icon on the computer.. To start a new program click go.
LEGO® MINDSTORMS® NXT Move Block.
All sections to appear here Welcome to my pptPlex Slide Show, this can be executed in either two ways: 1.As a normal PowerPoint slide show: Example hit.
Program Flow LabVIEW Robotics Fundamentals. Unintuition You know what this program does… So what does this one do? Inserted code.
Vex Robotics Program four: reversing and turning.
PROMGRAMING YOUR ROBOT How Servos Work: How to control your robot.
First glance of robotics course (VPL) Young Joon Kim MSRDS First Beginner Course – STEP3.
Available at: – Program Functions to Accept Values Program Functions to Accept Values.
My first robot programming - Simple “Go” Young Joon Kim MSRDS First Beginner Course – STEP4.
SPL basic – Build Simulation Environment Young Joon Kim SPL First Beginner Course – 03.
Obstacle Detection. In the previous program the robot moves forward and then checks for something in the way. As we observed it only checks for things.
Vex Robotics program three: using motors and sensors together.
MySQL Getting Started BCIS 3680 Enterprise Programming.
Forward Until Near Stop when near a wall.
Start Anaglyph Programming Young Joon Kim Stereoscopic & Anaglyph Course.
The George Washington University Department of ECE ECE Intro: Electrical & Computer Engineering Dr. S. Ahmadi Class 4.
Basic Steps in Programming
What you asked me to teach…
1. Introduction to Visual Basic
How to Resolve HP 0x83c0000a Printer Error Code
What should I do first MSRDS First Beginner Course - STEP1
Programming Part 2 Mod Kit
Lego Robotics Small Builds.
INTERMEDIATE PROGRAMMING LESSON
INTERMEDIATE PROGRAMMING LESSON
Controlling YOUR ROBOT
Lego Robotics Small Builds.
Distance & Displacement
Basic Sensors – Laser Distance Sensor
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
Which way does the robot have to turn to get to the charger?
VPL Patterns – Multi-Action Activity
Flow Diagrams Start End
SPL GraphicSprite Command
VPL Patterns – Loop Pattern using Notification
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
SPL Programming – While Loop Pattern
First glance of robotics course (SPL)
Advanced Programming Lesson: Parallel Beams
My first robot programming - Simple “Go”
SPL Programming – Procedure Pattern
Pose Sensors – Detect Orientation
Obstacle Detection.
Click to add text text DIAGRAM.
Basic Sensors – RFID Sensor
My first robot programming - Simple “GoTo”
My first robot programming - Simple “GoFor”
SPL basic – Script types
MATLAB Interface Programming
LEGO MINDSTORMS NXT PROGRAMMING
Presentation transcript:

My first robot programming - Simple “GoTo” MSRDS First Beginner Course – STEP4 Young Joon Kim http://www.helloapps.com

“GoTo” Drive Commands GoTo Usages Range of motor power values Drive given distance Usages robotname.GoTo(distance, power) Range of motor power values -1.0 (Max backwards) ~ 1.0 (Max forwards) 0: Stop the motor Unit of distance meter

Preparing basic environment

Preparing basic environment Add a “Data” activity and “SPL Engine” Type “Script/BasicEnv0.txt” in the “Data” activity

“GoTo” command

“GoTo” command Add below diagrams Drive 1.0m distance with 0.2 power

“GoTo” command Run VPL diagram by pressing “F5” key or clicking “Start” icon

“GoTo” command Execution result 1.0m