SPL basic – Build Simulation Environment Young Joon Kim SPL First Beginner Course – 03.

Slides:



Advertisements
Similar presentations
1 After completing this lesson, you will be able to: Create a database. Create a table using the Table Wizard. Create and modify a table in Design view.
Advertisements

Chapter 3 Designing a Newsletter
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 9 1 Microsoft Office FrontPage 2003 Tutorial 9 – Using Layout Tables, Styles, and Office.
Customizing Outlook. Forms Window in which you enter and view information in Outlook Outlook Form Designer The environment in which you create and customize.
Simulink ® From Simulink® 7 Getting Started Guide.
Create a Narrated Story with PowerPoint. Basics Enter Text. (Click in the text box and start typing. If a text box is not visible, go to Insert > Text.
Brought to you by… SAMPLE 5 Categories – 5 questions in each Any category but stay in point order The Team with the most points wins!
COMPREHENSIVE Windows Tutorial 2 Organizing Your Files.
KJOlinski.com - RapidHMI INTRODUCING RapidHMI AND PLCExplorer.
If you use Macromedia Flash Player 8 & your course folder not in the ‘Trusted Location’ list of Macromedia you have to follow the following steps to run.
A First Look At Microsoft Visual Basic Lesson 1. What is Microsoft Visual Basic? Microsoft Visual Basic is a software development tool, which means it.
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.
Header Research Paper Formatting. Start by opening up Microsoft Word under “All Programs:”
Chapter 3 Bullets and Numbers. Bullets  To start a list, click the bullets command Home tab   Press Enter, a new bulleted point is added.
Introduction to Systems Programming (CS 0449) PalmOS Tools: Developer Studio & Cygwin.
Course ILT Excel basics Unit objectives Start Excel; open, save, and create new workbooks; work with multiple workbooks; get help; and close a workbook.
Active-HDL Interfaces Debugging C Code Course 10.
Elegant avoiding of obstacle Young Joon Kim MSRDS First Beginner Course – STEP5.
Unity 5 Visual Studio Code * Asset Store * FPS * Terrain.
Chapter 10 Making Books, Tables of Content, and Indexes.
VPL basic – data and variables Young Joon Kim MSRDS First Beginner Course – STEP6.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Editing Basics Lesson 8. Skills Matrix SKILL #MATRIX SKILL 2.2.1Cut, copy, and paste text 2.2.2Find and replace text 4.1.1Insert building blocks in documents.
1 Fields Sacramento City College Engineering Design Technology.
Derived from Kirill Muzykov’s Rocket Mouse Tutorial WakeUpAndCode.com.
Links take you to…  Different slides in your presentation  A different PowerPoint presentation  Any program - (Word can be used for example to complete.
By Dawid Wojtalewicz. In this PowerPoint I will show you how to use internet and what can you do in it.
First glance of robotics course (VPL) Young Joon Kim MSRDS First Beginner Course – STEP3.
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Lesson 6: Working with Word Basics. 2 Learning Objectives After studying this lesson, you will be able to:  Use and customize the Ribbon  Use the Quick.
®® Microsoft Windows 7 Windows Tutorial 2 Organizing Your Files.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
My first robot programming - Simple “Go” Young Joon Kim MSRDS First Beginner Course – STEP4.
Word 2010 Headers and Footers You can make your document look professional and polished by utilizing headers and footers. The header is a section of the.
Introduction to PowerPoint 2007 (PPT) Statement of Responsibility (When, For Whom, By Whom)
How to add Word-Art to a Word Document Purpose: To learn how to add WordArt to a Word Document.
Vex Robotics program three: using motors and sensors together.
Open the Mozilla Firefox browser, then press "Ctrl-T.” The browser will open a new tab that can be used for separate surfing within the browser window.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
Start Anaglyph Programming Young Joon Kim Stereoscopic & Anaglyph Course.
Contract Compliance: Reporting
Customizing the Quick Access Toolbar in Microsoft Office
What should I do first MSRDS First Beginner Course - STEP1
Topic 3.5 Word Processing Application Microsoft Word.
Using the Mouse Dead Application
Maintaining Documents and Macros
Starting a project in VisualDSP++
Basic Sensors – Laser Distance Sensor
Cell Simulation.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Young Joon Kim SPL basic – Quick Start SPL First Beginner Course – 01 Young Joon Kim
VPL Patterns – Multi-Action Activity
My first robot programming - Simple “GoTo”
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)
Introduction to AutoCAD
My first robot programming - Simple “Go”
SPL Programming – Procedure Pattern
Pose Sensors – Detect Orientation
Basic Sensors – RFID Sensor
My first robot programming - Simple “GoTo”
My first robot programming - Simple “GoFor”
SPL basic – Script types
MATLAB Interface Programming
Presentation transcript:

SPL basic – Build Simulation Environment Young Joon Kim SPL First Beginner Course – 03

2 Topics Start simulation engine Add sky Add sun Add ground Update camera view Save scene as a file Start simulation engine from saved files

3 Start Simulation Engine

4 Start simulation engine Open new script page by pressing “Ctrl+N” or “File->New” menu

5 Start simulation engine Select “Environment” tab

6 Start simulation engine Add “StartSimulationEngine” command by double-clicking Double-Click

7 Start simulation engine Save and run script by pressing “F5”

8 Add Sky

9 Add sky Add “AddSkyEntity” command by double-clicking Double-Click

10 Start simulation engine Save and run script by pressing “F5” Drag mouse up to see sky Drag mouse up

11 Add Sun

12 Add sun Add “AddLightSourceEntity” by double-clicking Double-Click

13 Add Ground

14 Add ground Add “AddHeightFieldEntity” by double-clicking Double-Click

15 Add ground Save and run script by pressing “F5” Change view direction by mouse-dragging

16 Change camera view

17 Change camera view Add “UpdateCameraView” command Double-Click

18 Change camera view Save and run script by pressing “F5”

19 Save environment as a file

20 Save environment as a file Add “SaveSceneAs” command by double-clicking Double-Click

21 Save environment as a file Save and run script by pressing “F5”

22 Start simulation engine from saved file

23 Start simulation engine from saved file Open new script page by pressing “Ctrl+N” or “File->New” menu

24 Start simulation engine from saved file Add “StartSimulationEngine” command on the new script page Double-Click

25 Start simulation engine from saved file Double-click “FileName” option Double-Click

26 Start simulation engine from saved file Select “mysim.xml”

27 Start simulation engine from saved file Selected result

28 Start simulation engine from saved file Save and run script by pressing “F5”

29 Start simulation engine from basic sample environments

30 Start simulation engine from basic environment samples Add “StartSimulationEngine” on the new script page Double-Click

31 Start simulation engine from basic environment samples Add “SimState/basicsim.xml” option by double-clicking Double-Click

32 Start simulation engine from basic environment samples Save and run script by pressing “F5”

33 Start simulation engine from basic environment samples StartSimulationEngine "SimState/BasicObstacles.xml"

34 Start simulation engine from basic environment samples StartSimulationEngine "SimState/basicterrain.xml"