Development of an Internet-Based Traffic Simulation Framework for Transportation Education and Training

Size: px
Start display at page:

Download "Development of an Internet-Based Traffic Simulation Framework for Transportation Education and Training"

Transcription

1 Development of an Internet-Based Traffic Simulation Framework for Transportation Education and Training Chen-Fu Liao* Center for Transportation Studies and the Intelligent Transportation Systems Institute University of Minnesota 200 Transportation and Safety Building 511 Washington Ave SE Minneapolis, MN Ph: Fax: Ted Morris Center for Transportation Studies and the Intelligent Transportation Systems Institute University of Minnesota 200 Transportation and Safety Building 511 Washington Ave SE Minneapolis, MN Ph: Fax: Max Donath Intelligent Transportation Systems Institute University of Minnesota 200 Transportation and Safety Building 511 Washington Ave SE Minneapolis, MN Ph: Fax: Word Count: Body text (3,531) + 11 Figures (222) = 3,753 *Corresponding Author

2 Liao, Morris, and Donath 1 ABSTRACT Many traffic simulation software packages are available to help traffic engineers and researchers study and evaluate the potential impact of proposed traffic management strategies and policies. However, existing tools require a significant investment in time for learning how to create models, perform calibrations and finally analyze the results. This substantial learning curve severely restricts their application and makes it difficult for engineering students, the general public and policy makers to take advantage of these tools. An Internet-based traffic simulation framework was developed to enhance the learning experience for transportation students and engineers. Pre-generated traffic scenarios were first implemented as part of a Civil Engineering undergraduate class. Based on feedback, an interactive simulation tool was developed to allow users to make changes to the model and examine the traffic impacts. This now allows students to for example, minimize the queue length by changing the cycle length or splits. This interactive traffic simulation tool was deployed and tested in an undergraduate class of 73 students and feedback was collected from instructors and students that will facilitate additional enhancements of the lab module. This web-based traffic simulation framework can also incorporate larger road networks that allow one to consider a multiplicity of control strategies, thus providing a valuable tool for educating and training transportation professionals. KEYWORDS Traffic Simulation, Distance Learning, Transportation Visualization

3 Liao, Morris, and Donath 2 INTRODUCTION Traffic simulation tools have been widely used by transportation engineers and consultants to assist traffic managers and operators with the evaluation and analysis of the potential impact of design or control strategy changes. As an early example, Hourdakis and Michalopoulos [1] created a framework that allowed traffic operations personnel to try various strategies for managing a 'virtual' freeway incident. This was achieved by real time integration of traffic microsimulation software with a GUI (Graphical User Interface) front end. Their GUI displayed a 2D traffic map of the modeled freeway network (traffic volume is mapped to a color), variable message sign (VMS) I/O, and an interface to remote cameras (for live video feeds). The GUI and the traffic management strategies were formulated from rules written with a 'natural language' expert system programming language ( Thus, they were able to evaluate how traffic operations personnel managed incidents while varying the content and UI (User Interface) presentation of the 'sensed' traffic data. The framework could also be 'switched' to use 'live' traffic instead of the simulated traffic (i.e., by collecting freeway loop detector data in real-time). These tools are however rather complex and have been developed for and used by researchers, and trained traffic engineers. Existing tools, usually only available in dedicated laboratories, require a significant investment in time for learning how to create models, perform calibrations and finally analyze the results. This substantial learning curve severely restricts their application and makes it difficult for engineering students, the general public and policy makers to take advantage of these tools. The benefit of using simulation to train people who deal with matters of life and death (e.g. pilots) is clear. However, many do not see the benefit of using simulation to teach material that has been taught using traditional methods in the classroom [2]. Yet, it is well understood that conveying complex concepts can be achieved by exploring them through simulation. Accordingly, in order to enhance the learning experience and understanding of intelligent transportation systems (ITS) by students and traffic engineers, we created a web-based traffic simulation module for an undergraduate transportation engineering course at the University of Minnesota. This web-based traffic simulation lab module was developed based on a microscopic traffic simulation package, AIMSUN (Advanced Interactive Microscopic Simulator for Urban and Non-urban Networks, [3]. AIMSUN is embedded in GETRAM (Generic Environment for TRaffic Analysis and Modeling), a simulation environment inspired by modern trends in the design of graphical user interfaces adapted to traffic modeling requirements [3]. GETRAM comprises a traffic network graphical editor (TEDI), a network database, a module for storing results, and an Application Programming Interface (API) to allow interfacing to other simulation or assignment models. An additional library of DLL functions (GETRAM Extensions) enables the system to communicate with external applications [3, 8]. AIMSUN has been used successfully for numerous large-scale traffic modeling research projects within the lab [4, 5] and provides a well-documented API to access and modify all elements of the simulation state (signal control, sensing, vehicle characteristics and state) while the simulation is running. Of course, other simulation packages with similar capabilities can be integrated into our web-based traffic simulation framework. These include, CORSIM [6] (Corridor Simulation, a comprehensive microscopic traffic simulation, applicable to surface streets, freeways, and integrated networks,

4 Liao, Morris, and Donath 3 operated under the TSIS (Traffic Software Integrated System) environment and VISSIM (a microscopic, behavior-based multi-purpose traffic simulation program, Our goal was to help students and engineers understand issues related to traffic management and operations. Using this new simulation tool accessed in real time over the Internet, students were able to analyze existing traffic situations and provide potential solutions to improve traffic operational efficiency. TRAFFIC SIMULATION ON THE INTERNET There are many commercial traffic simulation software packages available to help traffic engineers and researchers study and evaluate the potential impact of proposed traffic management strategies and policies. Creating a traffic model and calibrating the model is a fairly complicated process which often discourages students or engineers from learning and understanding the importance and impact of traffic control. The availability and interactive nature of web-based traffic simulation provides an excellent medium for students to experience the complexity and dynamism of traffic operation, management and control. From an educational point of view, this interactive web-based tool allows people to try their own design/control approach in the simulated network without disrupting the actual traffic. From an operation and management point of view, traffic simulation helps the user test and verify different control strategies (ramp metering, signal timing control, etc.) for different traffic conditions. Clearly this approach can be integrated with other distance learning approaches already in place for teaching ITS technologies (Web Research Modules, for high school students). For example, Helbing et al [7] developed multilane freeway traffic models to help people better understand on-ramp vehicle merging, lane-changing, car following, lane-closing, and signal control through online traffic simulation and visualization ( Lastly, new traffic control strategies that are proposed often meet considerable resistance from the general public. We believe that by providing traffic simulations which incorporate visualization tools available on the Internet along with the ability to investigate and analyze different cause and effect scenarios, various stakeholders will better understand the impact of changes in traffic operations or proposed ITS technologies. OUR APPROACH An initial study site of Washington Avenue SE on the Minneapolis campus of the University of Minnesota was chosen. The Public Works Department of the City of Minneapolis provided intersection signal timing and traffic flow data. Digital Orthorectified Quad aerial images (DOQs) were acquired from the Metropolitan Council (the MPO for the greater twin cities 7 county region) for network geometry layout. Scaling factors of the aerial images were calculated to reflect the corresponding scale in the simulation model. Network geometry was created using the graphical traffic editor (TEDI) that is integrated into the GETRAM environment [8] with the aerial images placed in the background. In addition to traffic network geometry modeling, a software interface was developed to access

5 Liao, Morris, and Donath 4 traffic simulation data through the GETRAM extension API (Application Program Interface) and store data to a central database (MySQL, server while the simulation is running. Java client/server applications were developed to handle data communication between the client computer, traffic simulators, web server and database server. Java has been widely used in web based application and web simulation. The Java technology provides an ideal platform for developing reliable, portable and scalable applications for web-based traffic simulations. Traffic simulation The vehicle data on a user s PC is updated and graphically displayed during every simulation step by sending queries to the web server. The web server processes and forwards the request to the database server and returns the requested data. Intersection signal timing information and time-space diagrams can also be displayed, as shown in Figure 1, with the selected vehicle(s) traced in real time. Vehicle information (such as vehicle ID, type, length, width, location and heading data) can be logged and saved from the graphical user interface. Interactive simulation model In the initial phase, our web-based 2D traffic simulation module limited users to choosing only from a fixed set of pre-generated scenarios for their analysis. The student could not design new signal control strategies or traffic demand models for the network. We have since developed an interactive traffic simulation lab module that will allow on campus or distance-learning students to configure their own signal control strategies and traffic demand patterns and see the results either in real-time or in accelerated time using the client web interface. As before, users can select, for example, a bus and watch it run its route through the network while monitoring the distance traveled on time-space plots overlaid with the signal phases along its route (Figure 1). Simulation results are saved in a traffic simulation database. Measures of Effectiveness (MOEs), including traffic flow, travel time, delay time, speed, density, stop time, number of stops, total travel distance and total travel time, for the simulation can be accessed for each simulation run for further analysis. The ability to run the simulator in real-time can be used to test the efficacy of various operational management strategies. For example, students can create incidents or lane blockages and monitor how well their incident management strategies work. The new module design consists of an interactive web-based application, a database server, web server, and several custom developed JAVA back-end services (i.e., Java servlets) as shown in Figure 2. The web application displays the vehicle movements and signal states either as they happen in real-time or by scrolling through post-processed simulation data. The servers act as a communication bridge between the web application and the microsimulation software running on a PC within the ITS Laboratory network. From here on, we define the PC which runs the traffic microsimulation software a node, and each execution run of the software a simulation instance. The backend services also manage simulation node selection and subsequent instance execution by remotely monitoring the CPU loads and process executions using freely available software ( Finally, the back-end services interface with the lab s OpenLDAP authentication system as a means of user access and authentication control.

6 Liao, Morris, and Donath 5 Before the simulation starts, the web interface first communicates with the web server and scans through the available simulation instances (our lab can execute up to 4 instances simultaneously) and determines the least loaded node available to execute the simulation in batch mode. User inputs (such as traffic demands, signal timing, simulation period) are formatted into corresponding data files and sent to the remote simulation engine prior to the simulation. Resulting statistics (MOEs, such as traffic flow, travel time, delay time, speed, density, stop time, number of stops, total travel distance and total travel time) are stored in a centralized database during the simulation at minute intervals. The graphical interface on the user s computer will start rendering the real-time simulation as soon as data are available. When the simulator finishes the batch mode execution (a batch execution could take about one minute for an hour of simulation for the single intersection example), a simulation time slider on the screen becomes enabled which allows users to jump forward or backward in time within the simulation period. Users can use this feature to examine traffic conditions such as queue length or delay, more efficiently. Finally, simulation statistics, as shown in Figure 6, can also be saved to the user s PC and transferred into a Microsoft Excel for later analysis. Previously, students relied mainly on formula suggested in the Highway Capacity Manual [9] to calculate estimated cycle time, green splits, lost time, delays and make the necessary adjustments for left-turn movement. The design of a feasible signal timing plan is a complex and iterative process that is generally carried out with the assistance of computer software (for example, Highway Capacity Software, However, there was little or no verification or feedback on how well the design of the signal timing performs. The traffic simulation tool helped students visualize traffic parameters, such as lost time, gap acceptance, queue length and delay, and make adjustments to the signal timing plan as needed. We shall now present an example of a prototype module recently used for an undergraduate transportation engineering class of 73 students which addressed some of these issues. Single intersection example In a single intersection example, as shown in Figure 3, the web interface allows users to specify traffic demands from each approach (Figure 4) and design desired signal cycle time and green splits (Figure 5). In the lab module designed by the course teaching assistants, existing intersection traffic demand and turning movements were provided. Students were asked to develop a new signal timing plan. They needed to evaluate three alternative plans, each with different objectives: 1. Minimize the intersection delay 2. Minimize the number of stops per vehicle 3. Based on a combination of the above two, consider alternatives for the optimization using the performance index (PI), PI = 1 * delay (sec)/vehicle + 10 * number of stops/vehicle. Students needed to find the timing plan with the lowest performance index.

7 Liao, Morris, and Donath 6 Students were also asked to develop a signal timing plan based on the traffic demand forecast (e.g. 5% increase for NB and SB directions, and 2% increase for the EB (East Bound) and WB (West Bound) directions over the next 5 years while the turning proportions remain the same) using the same performance index as described above. Students were to investigate timing plan changes if the cycle length remained the same. We collected feedback from students on the interactive web-based traffic simulation model. One of the comments was to display the statistics graphically on the web interface without the need for post analysis of data using a spreadsheet. We realized the need for a graphical interpretation and an explanation of the simulation results. We therefore added several graphs from the resulting statistics including traffic flow, number of stops per vehicle per Km (Figure 7), travel time, delay (Figure 8), speed, queue length (Figure 9), stop time and a performance index within the simulation period. Providing these simulation statistical results helps the users visualize the impact of the applied control strategy and allow him or her to make adjustments more efficiently. For example, the user can readily identify the vehicle queue length (17 vehicles) at 9:18AM (or 18 minutes from the beginning of the simulation) as shown in Figure 9. The user can then adjust the simulation time slider (Figure 3) to a time stamp a few minutes before 9:18AM and inspect the forming queue and the traffic conditions around the interested simulation timeframe. A portion of queue length from 9:15AM to 9:23PM (or simulation time from 900 sec to 1380 sec) where the maximum queue occurred in northbound traffic was plotted and overlaid with signal phases (see Figure 10) as an example to better understand the queue formation associated with the signal timing. FUTURE WORK We will continue to enhance the design to include larger road networks that allow one to consider a multiplicity of control strategies, for example, adding a bus signal priority module or a ramp-metering module. We currently continue to integrate the web-based traffic simulation with a 3D visualization interface. The visualization interface can render the simulation results in a virtual reality environment and provide real-time interactivity. Future enhancements for the 3D software will allow the user to program signal timing plans and select vehicle probes similar to the 2D applications. In order to further enhance the user s ability to understand the traffic effects within the context of the infrastructure, we are currently exploring a 3D component to the simulation. Users can interactively view the simulation from any perspective including from within or above a moving vehicle. The user can gain additional insights into the nature of the simulated traffic flow, such as shockwave propagation behavior [10], car-following model [11], driverroadside traffic information infrastructure, and context design and urban planning issues [TRB visualization in transportation, [12,13]. We first developed a 3D web-based traffic simulation for the Washington Ave corridor in Minneapolis, as shown in Figure 11(a & b), using VRML (Virtual Reality Modeling Language) EAI (External Authoring Interface). The VRML EAI interface allowed users to control the content of a VRML browser window embedded in a web page from a Java applet interface. It enabled embedded objects on a

8 Liao, Morris, and Donath 7 web page to communicate with each other through a browser plug-in. Unfortunately, we found that the VRML EAI interface scales poorly (memory and 3D rendering performance) as more vehicles were added to the network. We are therefore developing a standalone 3D web application based on OSG (OpenSceneGraph, and CommonC++ ( that can interface with the webbased traffic simulation framework previously discussed. We believe that the framework represents a novel, flexible approach to further engaging students and the general public in the transportation decision making and planning process. Our primary intention was to use our framework to allow individuals to internalize important concepts in traffic engineering and ITS issues in their mind s eye in an efficient and scalable manner. Note that similar approaches are now available for other more generalized numerical simulation software ( [14]. However, one interesting issue arises from a software licensing standpoint. Essentially, we have created an interface for our site that automates the process of running the software for a desired set of conditions specified by another person and to then send back the results. The software is run under our authority at our site on our behalf for a person whom we have knowledge of the request. Certainly, a less automated interface would be for that same person to use communication in order to request the input and outputs to the model for a given scenario. Further discussion is needed on how traffic simulation software, can best be integrated to emerging pedagogical distance e-learning approaches. For example, we wish to integrate actual state-of-the-art sensing and signal control hardware into our framework. Other facilities and laboratories have done this [15, 16], although our framework will allow individuals to learn and experience these technologies from any location having Internet access. ACKNOWLEDGEMENT We would like to acknowledge the Intelligent Transportation Systems Institute, University of Minnesota, for supporting this work and the Institute for New Media Studies, University of Minnesota, for providing some resources for this effort. We would also like to thank Scott Tacheny, traffic engineer in the City of Minneapolis, for providing the traffic and signal timing data, Professor David Levinson for giving access to the students and his teaching assistants, Nebiyou Tilahun and Lei Zhang, and other transportation engineering faculty and students of the Civil Engineering Department for providing us with their invaluable feedback. REFERENCES [1] Hourdakis J., Michalopoulos P.G., Development And Implementation of A Virtual Traffic Management Center, in Proceedings of the World Congress on Intelligent Transportation Systems, Turin, Italy November [2] Aldrich C., Simulations and the Future of Learning: An Innovative (and Perhaps Revolutionary) Approach to E-Learning, Pfeiffer, September, 2003 [3] AIMSUN Version 4.1 User s Manual, Transport Simulation Systems (TSS), Barcelona, Spain, Mar

9 Liao, Morris, and Donath 8 [4] Hourdakis, J., Michalopoulos, P. and J. Kottommannil. Practical procedure for calibrating microscopic traffic simulation models Transportation Research Record 1852: pp , [5] Xin, W., Michalopoulos, P., Hourdakis, J., and D. Lau, Minnesota's new ramp-control strategy: Design overview and preliminary assessment Transportation Research Record (in press). [6] Owen, L., Zhang, Y., Rao, L., and McHale, G. Traffic Flow Simulation Using CORSIM, Proceedings of the 2000 Winter Simulation Conference, 2000: pp [7] D. Helbing, A. Hennecke, V. Shvetsov, and M. Treiber Micro- and macro-simulation of freeway traffic, Mathematical and Computer Modeling 35(5/6), pp , [8] GETRAM Extensions Version 4.1 User s Manual, TSS, Barcelona, Spain, Mar [9] Highway Capacity Manual Chapter 16: Signalized Intersections, Transportation Research Board, National Research Council, Washington DC, [10] Franklin, R.E. (1961), The Structure of a Traffic Shock Wave. Civil Engineering Pulb. Wks. Rev. 56, [11] Del Castillo, J.M. (1996). A Car-Following Model based on the Lighthill-Whitham Theory. In: Lesort, J.B. (ed), Proceedings of the 13th International Symposium of Transportation and Traffic Theory, Lyon, [12] Hearne, L. P., and Matthews, D., Improving the Geospatial Data Extraction and Analysis Process Using Stereo Imagery Datasets, American Congress on Surveying and Mapping (ACSM), Nashville TN, April 16-21, [13] Jones, Ted, Hamilton-Smith, G., and Matthews, N.D., Integrating Remotely Sensed Imagery And Information For Transportation Infrastructure Management,, American Society for Photogrammetry & Remote Sensing, ISPRS-Pecora, Denver Colorado, November 10-15, [14] Sysel, M. and Pomykacz, I., Extension of MATLAB Web Server, In Proceedings: Advances in Computer Science and Technology, [15] Engelbrecht, R., C. Poe, and K. Balke, Development of a Distributed Hardware-in-the-Loop Simulation System for Transportation Networks, in Proceedings of the 78th Annual Conference of the Transportation Research Board, 1999, Washington, D.C. [16] Bullock, D. and A. Catarella, Real-Time Simulation Environment for Evaluating Traffic Signal Systems, Transportation Research Record 1634, 1998: pp

10 Liao, Morris, and Donath 9 List of Figures Figure 1. Java-Based User Interface Figure 2. Web-Based Traffic Simulation Framework Figure 3. Interactive Traffic Simulation Interface Figure 4. Intersection Traffic Demand and Turning Proportion Interface Figure 5. Intersection Traffic Signal Timing Interface Figure 6. Traffic Simulation Statistics Figure 7. Traffic Simulation Result Number of Stops per Vehicle per Km Figure 8. Traffic Simulation Result Average Vehicle Delay Figure 9. East Bound Queue Length of Timing Plan A Figure 10. North Bound Queue Length Overlaid with Signal Phases Figure 11(a). Snapshot of VRML Model of Intersection at Union St. and Washington Ave. SE in Minneapolis Figure 11(b). Snapshot of VRML Model of Intersection at Harvard St. and Washington Ave. SE in Minneapolis

11 Liao, Morris, and Donath 10

12 Liao, Morris, and Donath 11 HTTP Applications LDAP Authenticate LDAP Authorize Web Server Traffic Simulation Database Server Application check validation of session key Traffic demand and signal control settings, authentication and trigger execution Simulation resulting statistics, vehicle data and trajectories Generate & return session key OpenLDAP Database Server Return session key validation and user application ID Traffic simulation nodes PC 2 PC 3 GETRAM GETRAM EXT EXT uid.dll uid.dll Figure 2. Web-Based Traffic Simulation Framework Figure 3. Interactive Traffic Simulation Interface

13 Liao, Morris, and Donath 12 Figure 4. Intersection Traffic Demand and Turning Proportion Interface Figure 5. Intersection Traffic Signal Timing Interface

14 Liao, Morris, and Donath 13 Figure 6. Traffic Simulation Statistics

15 Liao, Morris, and Donath 14 Figure 7. Traffic Simulation Result Number of Stops per Vehicle per Km Figure 8. Traffic Simulation Result Average Vehicle Delay

16 Liao, Morris, and Donath 15 Figure 9. East Bound Queue Length of Timing Plan A

17 Liao, Morris, and Donath 16 NB Queue Length vs. Signal Phases 7 6 Queue (veh/lane) Time (sec) Red Green Amber Queue Figure 10. North Bound Queue Length Overlaid with Signal Phases

18 Liao, Morris, and Donath 17 Figure 11(a). Snapshot of VRML Model of Intersection at Union St. and Washington Ave. SE in Minneapolis Figure 11(b). Snapshot of VRML Model of Intersection at Harvard St. and Washington Ave. SE in Minneapolis

Aimsun Next User's Manual

Aimsun Next User's Manual Aimsun Next User's Manual 1. A quick guide to the new features available in Aimsun Next 8.3 1. Introduction 2. Aimsun Next 8.3 Highlights 3. Outputs 4. Traffic management 5. Microscopic simulator 6. Mesoscopic

More information

Final Version of Micro-Simulator

Final Version of Micro-Simulator Scalable Data Analytics, Scalable Algorithms, Software Frameworks and Visualization ICT-2013 4.2.a Project FP6-619435/SPEEDD Deliverable D8.4 Distribution Public http://speedd-project.eu Final Version

More information

DATACAR ADVANCED MULTILANE TRAFFIC MONITORING SYSTEM

DATACAR ADVANCED MULTILANE TRAFFIC MONITORING SYSTEM DATACAR Doc 9723 0030 ADVANCED MULTILANE TRAFFIC MONITORING SYSTEM Suitable both for permanent and temporary installations Non-Intrusive System Accurate detection, speed, counting and classifying traffic

More information

6 System architecture

6 System architecture 6 System architecture is an application for interactively controlling the animation of VRML avatars. It uses the pen interaction technique described in Chapter 3 - Interaction technique. It is used in

More information

Route-based Dynamic Preemption of Traffic Signals for Emergency Vehicle Operations

Route-based Dynamic Preemption of Traffic Signals for Emergency Vehicle Operations Route-based Dynamic Preemption of Traffic Signals for Emergency Vehicle Operations Eil Kwon, Ph.D. Center for Transportation Studies, University of Minnesota 511 Washington Ave. S.E., Minneapolis, MN 55455

More information

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT

DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT DEVELOPMENT OF A MICROSCOPIC TRAFFIC SIMULATION MODEL FOR INTERACTIVE TRAFFIC ENVIRONMENT Tomoyoshi SHIRAISHI, Hisatomo HANABUSA, Masao KUWAHARA, Edward CHUNG, Shinji TANAKA, Hideki UENO, Yoshikazu OHBA,

More information

MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE

MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE MOBILITY RESEARCH NEEDS FROM THE GOVERNMENT PERSPECTIVE First Annual 2018 National Mobility Summit of US DOT University Transportation Centers (UTC) April 12, 2018 Washington, DC Research Areas Cooperative

More information

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management

Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Comparison of Simulation-Based Dynamic Traffic Assignment Approaches for Planning and Operations Management Ramachandran Balakrishna Daniel Morgan Qi Yang Howard Slavin Caliper Corporation 4 th TRB Conference

More information

Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation

Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation LLLK CENTER FOR TRANSPORTATION STUDIES Minnesota Department of Transportation Rural Intersection Conflict Warning System (RICWS) Reliability Evaluation Final Report Arvind Menon Max Donath Department of

More information

Performance Evaluation of Coordinated-Actuated Traffic Signal Systems Gary E. Shoup and Darcy Bullock

Performance Evaluation of Coordinated-Actuated Traffic Signal Systems Gary E. Shoup and Darcy Bullock ABSTRACT Performance Evaluation of Coordinated-Actuated Traffic Signal Systems Gary E. Shoup and Darcy Bullock Arterial traffic signal systems are complex systems that are extremely difficult to analyze

More information

Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals

Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals Exploring Pedestrian Bluetooth and WiFi Detection at Public Transportation Terminals Neveen Shlayan 1, Abdullah Kurkcu 2, and Kaan Ozbay 3 November 1, 2016 1 Assistant Professor, Department of Electrical

More information

Traffic Controller Timing Processes

Traffic Controller Timing Processes 4 Actuated Traffic Controller Timing Processes In Chapter 4, you will learn about the timing processes that run an actuated traffic controller. Many transportation engineers begin their study of signalized

More information

City of Surrey Adaptive Signal Control Pilot Project

City of Surrey Adaptive Signal Control Pilot Project City of Surrey Adaptive Signal Control Pilot Project ITS Canada Annual Conference and General Meeting May 29 th, 2013 1 2 ASCT Pilot Project Background ASCT Pilot Project Background 25 Major Traffic Corridors

More information

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection

Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Deployment and Testing of Optimized Autonomous and Connected Vehicle Trajectories at a Closed- Course Signalized Intersection Clark Letter*, Lily Elefteriadou, Mahmoud Pourmehrab, Aschkan Omidvar Civil

More information

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1

Qosmotec. Software Solutions GmbH. Technical Overview. QPER C2X - Car-to-X Signal Strength Emulator and HiL Test Bench. Page 1 Qosmotec Software Solutions GmbH Technical Overview QPER C2X - Page 1 TABLE OF CONTENTS 0 DOCUMENT CONTROL...3 0.1 Imprint...3 0.2 Document Description...3 1 SYSTEM DESCRIPTION...4 1.1 General Concept...4

More information

Fig.2 the simulation system model framework

Fig.2 the simulation system model framework International Conference on Information Science and Computer Applications (ISCA 2013) Simulation and Application of Urban intersection traffic flow model Yubin Li 1,a,Bingmou Cui 2,b,Siyu Hao 2,c,Yan Wei

More information

Roadside Range Sensors for Intersection Decision Support

Roadside Range Sensors for Intersection Decision Support Roadside Range Sensors for Intersection Decision Support Arvind Menon, Alec Gorjestani, Craig Shankwitz and Max Donath, Member, IEEE Abstract The Intelligent Transportation Institute at the University

More information

I-85 Integrated Corridor Management. Jennifer Portanova, PE, CPM Sreekanth Sunny Nandagiri, PE, PMP

I-85 Integrated Corridor Management. Jennifer Portanova, PE, CPM Sreekanth Sunny Nandagiri, PE, PMP Jennifer Portanova, PE, CPM Sreekanth Sunny Nandagiri, PE, PMP SDITE Meeting, Columbia, SC March 2017 Agenda The I-85 ICM project in Charlotte will serve as a model to deploy similar strategies throughout

More information

Traffic Management for Smart Cities TNK115 SMART CITIES

Traffic Management for Smart Cities TNK115 SMART CITIES Traffic Management for Smart Cities TNK115 SMART CITIES DAVID GUNDLEGÅRD DIVISION OF COMMUNICATION AND TRANSPORT SYSTEMS Outline Introduction Traffic sensors Traffic models Frameworks Information VS Control

More information

BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI. Josep Maria Salanova Grau CERTH-HIT

BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI. Josep Maria Salanova Grau CERTH-HIT BIG DATA EUROPE TRANSPORT PILOT: INTRODUCING THESSALONIKI Josep Maria Salanova Grau CERTH-HIT Thessaloniki on the map ~ 1.400.000 inhabitants & ~ 1.300.000 daily trips ~450.000 private cars & ~ 20.000

More information

SOUND: A Traffic Simulation Model for Oversaturated Traffic Flow on Urban Expressways

SOUND: A Traffic Simulation Model for Oversaturated Traffic Flow on Urban Expressways SOUND: A Traffic Simulation Model for Oversaturated Traffic Flow on Urban Expressways Toshio Yoshii 1) and Masao Kuwahara 2) 1: Research Assistant 2: Associate Professor Institute of Industrial Science,

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats

Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings. Amos Gellert, Nataly Kats Mr. Amos Gellert Technological aspects of level crossing facilities Israel Railways No Fault Liability Renewal The Implementation of New Technological Safety Devices at Level Crossings Deputy General Manager

More information

Real-Time Identification and Tracking of Traffic Queues Based on Average Link Speed

Real-Time Identification and Tracking of Traffic Queues Based on Average Link Speed Paper No. 03-3351 Real-Time Identification and Tracking of Traffic Queues Based on Average Link Speed T. Nixon Chan M.A.Sc. Candidate Department of Civil Engineering, University of Waterloo 200 University

More information

A Fuzzy Signal Controller for Isolated Intersections

A Fuzzy Signal Controller for Isolated Intersections 1741741741741749 Journal of Uncertain Systems Vol.3, No.3, pp.174-182, 2009 Online at: www.jus.org.uk A Fuzzy Signal Controller for Isolated Intersections Mohammad Hossein Fazel Zarandi, Shabnam Rezapour

More information

Georgia Department of Transportation. Automated Traffic Signal Performance Measures Reporting Details

Georgia Department of Transportation. Automated Traffic Signal Performance Measures Reporting Details Georgia Department of Transportation Automated Traffic Signal Performance Measures Prepared for: Georgia Department of Transportation 600 West Peachtree Street, NW Atlanta, Georgia 30308 Prepared by: Atkins

More information

Visualisation of Traffic Behaviour Using Computer Simulation Models

Visualisation of Traffic Behaviour Using Computer Simulation Models Journal of Maps ISSN: (Print) 1744-5647 (Online) Journal homepage: http://www.tandfonline.com/loi/tjom20 Visualisation of Traffic Behaviour Using Computer Simulation Models Joerg M. Tonndorf & Vladimir

More information

Design and Application of Multi-screen VR Technology in the Course of Art Painting

Design and Application of Multi-screen VR Technology in the Course of Art Painting Design and Application of Multi-screen VR Technology in the Course of Art Painting http://dx.doi.org/10.3991/ijet.v11i09.6126 Chang Pan University of Science and Technology Liaoning, Anshan, China Abstract

More information

Distributed Virtual Learning Environment: a Web-based Approach

Distributed Virtual Learning Environment: a Web-based Approach Distributed Virtual Learning Environment: a Web-based Approach Christos Bouras Computer Technology Institute- CTI Department of Computer Engineering and Informatics, University of Patras e-mail: bouras@cti.gr

More information

Single-Server Queue. Hui Chen, Ph.D. Department of Engineering & Computer Science. Virginia State University. 1/23/2017 CSCI Spring

Single-Server Queue. Hui Chen, Ph.D. Department of Engineering & Computer Science. Virginia State University. 1/23/2017 CSCI Spring Single-Server Queue Hui Chen, Ph.D. Department of Engineering & Computer Science Virginia State University 1/23/2017 CSCI 570 - Spring 2017 1 Outline Discussion on project 0 Single-server queue Concept

More information

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement

Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Laboratory set-up for Real-Time study of Electric Drives with Integrated Interfaces for Test and Measurement Fong Mak, Ram Sundaram, Varun Santhaseelan, and Sunil Tandle Gannon University, mak001@gannon.edu,

More information

INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3

INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3 INCLINED PLANE RIG LABORATORY USER GUIDE VERSION 1.3 Labshare 2011 Table of Contents 1 Introduction... 3 1.1 Remote Laboratories... 3 1.2 Inclined Plane - The Rig Apparatus... 3 1.2.1 Block Masses & Inclining

More information

Area Traffic Control System (ATCS)

Area Traffic Control System (ATCS) Area Traffic Control System (ATCS) 1. Introduction: Area Traffic Control System is an indigenous solution for Indian Road Traffic, which optimizes traffic signal, covering a set of roads for an area in

More information

Using Signal Express to Automate Analog Electronics Experiments

Using Signal Express to Automate Analog Electronics Experiments Session 3247 Using Signal Express to Automate Analog Electronics Experiments B.D. Brannaka, J. R. Porter Engineering Technology and Industrial Distribution Texas A&M University, College Station, TX 77843

More information

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS

IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS IMPROVEMENTS TO A QUEUE AND DELAY ESTIMATION ALGORITHM UTILIZED IN VIDEO IMAGING VEHICLE DETECTION SYSTEMS A Thesis Proposal By Marshall T. Cheek Submitted to the Office of Graduate Studies Texas A&M University

More information

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed

Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed AUTOMOTIVE Evaluation of Connected Vehicle Technology for Concept Proposal Using V2X Testbed Yoshiaki HAYASHI*, Izumi MEMEZAWA, Takuji KANTOU, Shingo OHASHI, and Koichi TAKAYAMA ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Model-based Design of Coordinated Traffic Controllers

Model-based Design of Coordinated Traffic Controllers Model-based Design of Coordinated Traffic Controllers Roopak Sinha a, Partha Roop b, Prakash Ranjitkar c, Junbo Zeng d, Xingchen Zhu e a Lecturer, b,c Senior Lecturer, d,e Student a,b,c,d,e Faculty of

More information

Managing traffic through Signal Performance Measures in Pima County

Managing traffic through Signal Performance Measures in Pima County CASE STUDY Miovision TrafficLink Managing traffic through Signal Performance Measures in Pima County TrafficLink ATSPM Case Study Contents Project overview (executive summary) 2 Project objective 2 Overall

More information

Validation Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015

Validation Plan: Mitchell Hammock Road. Adaptive Traffic Signal Control System. Prepared by: City of Oviedo. Draft 1: June 2015 Plan: Mitchell Hammock Road Adaptive Traffic Signal Control System Red Bug Lake Road from Slavia Road to SR 426 Mitchell Hammock Road from SR 426 to Lockwood Boulevard Lockwood Boulevard from Mitchell

More information

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira

AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS. Nuno Sousa Eugénio Oliveira AGENT PLATFORM FOR ROBOT CONTROL IN REAL-TIME DYNAMIC ENVIRONMENTS Nuno Sousa Eugénio Oliveira Faculdade de Egenharia da Universidade do Porto, Portugal Abstract: This paper describes a platform that enables

More information

An Agent-based Heterogeneous UAV Simulator Design

An Agent-based Heterogeneous UAV Simulator Design An Agent-based Heterogeneous UAV Simulator Design MARTIN LUNDELL 1, JINGPENG TANG 1, THADDEUS HOGAN 1, KENDALL NYGARD 2 1 Math, Science and Technology University of Minnesota Crookston Crookston, MN56716

More information

Using VRML and Collaboration Tools to Enhance Feedback and Analysis of Distributed Interactive Simulation (DIS) Exercises

Using VRML and Collaboration Tools to Enhance Feedback and Analysis of Distributed Interactive Simulation (DIS) Exercises Using VRML and Collaboration Tools to Enhance Feedback and Analysis of Distributed Interactive Simulation (DIS) Exercises Julia J. Loughran, ThoughtLink, Inc. Marchelle Stahl, ThoughtLink, Inc. ABSTRACT:

More information

MAPS for LCS System. LoCation Services Simulation in 2G, 3G, and 4G. Presenters:

MAPS for LCS System. LoCation Services Simulation in 2G, 3G, and 4G. Presenters: MAPS for LCS System LoCation Services Simulation in 2G, 3G, and 4G Presenters: Matt Yost Savita Majjagi 818 West Diamond Avenue - Third Floor, Gaithersburg, MD 20878 Phone: (301) 670-4784 Fax: (301) 670-9187

More information

PHASE ONE PROJECT REPORT

PHASE ONE PROJECT REPORT MOORHEAD AREA INTEGRATED TRAIN DETECTION AND TRAFFIC CONTROL SYSTEM PHASE ONE PROJECT REPORT December 2000 Prepared for: Minnesota Department of Transportation Office of Advanced Transportation Systems

More information

Agenda. Analysis Tool Selection and Mesoscopic Dynamic Traffic Assignment Models Applications:

Agenda. Analysis Tool Selection and Mesoscopic Dynamic Traffic Assignment Models Applications: Four Case Studies Agenda Analysis Tool Selection and Mesoscopic Dynamic Traffic Assignment Models Applications: Traffic diversion caused by capacity reduction (Fort Lauderdale, FL) Impacts on traffic due

More information

Context Aware Dynamic Traffic Signal Optimization

Context Aware Dynamic Traffic Signal Optimization Context Aware Dynamic Traffic Signal Optimization Kandarp Khandwala VESIT, University of Mumbai Mumbai, India kandarpck@gmail.com Rudra Sharma VESIT, University of Mumbai Mumbai, India rudrsharma@gmail.com

More information

DESIGN OF VEHICLE ACTUATED SIGNAL FOR A MAJOR CORRIDOR IN CHENNAI USING SIMULATION

DESIGN OF VEHICLE ACTUATED SIGNAL FOR A MAJOR CORRIDOR IN CHENNAI USING SIMULATION DESIGN OF VEHICLE ACTUATED SIGNAL FOR A MAJOR CORRIDOR IN CHENNAI USING SIMULATION Presented by, R.NITHYANANTHAN S. KALAANIDHI Authors S.NITHYA R.NITHYANANTHAN D.SENTHURKUMAR K.GUNASEKARAN Introduction

More information

Circuit Simulators: a Revolutionary E-Learning Platform

Circuit Simulators: a Revolutionary E-Learning Platform Circuit Simulators: a Revolutionary E-Learning Platform Mahi Itagi 1 Padre Conceicao College of Engineering, India 1 itagimahi@gmail.com Akhil Deshpande 2 Gogte Institute of Technology, India 2 deshpande_akhil@yahoo.com

More information

SYSTEMATIC IDENTIFICATION OF FREEWAY BOTTLENECKS

SYSTEMATIC IDENTIFICATION OF FREEWAY BOTTLENECKS SYSTEMATIC IDENTIFICATION OF FREEWAY BOTTLENECKS Chao Chen* EECS Department University of California, Berkeley, 94720 Tel: (510)643-5894; Fax: (510)643-2356 chaos@eecs.berkeley.edu Alexander Skabardonis

More information

Core Input Files + Engines. Node/Link/Activity Location Demand Type/ Vehicle Type VOT Table/ Emission Table. DTALite. Movement Capacity File

Core Input Files + Engines. Node/Link/Activity Location Demand Type/ Vehicle Type VOT Table/ Emission Table. DTALite. Movement Capacity File Module'1:'Introduction'to'NEXTA/DTALite:'(10AM:10:30'AM)' Twosoftwareapplications:NEXTAasGUIanddatahub;DTALiteasDTAsimulationengine 32_bitvs.64_bit:32_bitforGISshapefileimportingandlegacysupport;64_bitforlargenetwork:(e.g.

More information

The Platform of Undergraduate Science and Technology Innovation and Entrepreneurship Service

The Platform of Undergraduate Science and Technology Innovation and Entrepreneurship Service International Conference on Education Technology and Management Science (ICETMS 2013) The Platform of Undergraduate Science and Technology Innovation and Entrepreneurship Service Song Jinbao Information

More information

The 3xD Simulator for Intelligent Vehicles Professor Paul Jennings. 20 th October 2016

The 3xD Simulator for Intelligent Vehicles Professor Paul Jennings. 20 th October 2016 The 3xD Simulator for Intelligent Vehicles Professor Paul Jennings 20 th October 2016 An academic department within the science faculty Established in 1980 by Professor Lord Bhattacharyya as Warwick Manufacturing

More information

Mini Project 3: GT Evacuation Simulation

Mini Project 3: GT Evacuation Simulation Vanarase & Tuchez 1 Shreyyas Vanarase Christian Tuchez CX 4230 Computer Simulation Prof. Vuduc Part A: Conceptual Model Introduction Mini Project 3: GT Evacuation Simulation Agent based models and queuing

More information

An Operational Test of Adaptive Signal Control. Campbell Road Corridor Richardson, Texas

An Operational Test of Adaptive Signal Control. Campbell Road Corridor Richardson, Texas An Operational Test of Adaptive Signal Control Campbell Road Corridor Richardson, Texas September 2011 Robert Saylor and John Black, City of Richardson Operational Test Objectives Install Rhythm adaptive

More information

REMOTED PHYSICAL EXPERIMENT DIRECTED VIA INTERNET. Karol KVETAN, Robert RIEDLMAJER, Marek MIZERA

REMOTED PHYSICAL EXPERIMENT DIRECTED VIA INTERNET. Karol KVETAN, Robert RIEDLMAJER, Marek MIZERA REMOTED PHYSICAL EXPERIMENT DIRECTED VIA INTERNET Karol KVETAN, Robert RIEDLMAJER, Marek MIZERA Authors: Karol Kvetan, PhD.,* Robert Riedlmajer, Assoc. Prof. PhD.*, Marek Mizera, Bc. ** Workplace: *Slovak

More information

S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond

S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond S8223: Simulating a City: GPU Simulations of Traffic, Crowds and Beyond Dr Paul Richmond Contributors: Peter Heywood, Robert Chisholm, Mozhgan Kabiri-Chimeh, John Charlton & Steve Maddock Context: Everyone

More information

Using Driving Simulator for Advance Placement of Guide Sign Design for Exits along Highways

Using Driving Simulator for Advance Placement of Guide Sign Design for Exits along Highways Using Driving Simulator for Advance Placement of Guide Sign Design for Exits along Highways Fengxiang Qiao, Xiaoyue Liu, and Lei Yu Department of Transportation Studies Texas Southern University 3100 Cleburne

More information

Connected Car Networking

Connected Car Networking Connected Car Networking Teng Yang, Francis Wolff and Christos Papachristou Electrical Engineering and Computer Science Case Western Reserve University Cleveland, Ohio Outline Motivation Connected Car

More information

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES

vstasker 6 A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT REAL-TIME SIMULATION TOOLKIT FEATURES REAL-TIME SIMULATION TOOLKIT A COMPLETE MULTI-PURPOSE SOFTWARE TO SPEED UP YOUR SIMULATION PROJECT, FROM DESIGN TIME TO DEPLOYMENT Diagram based Draw your logic using sequential function charts and let

More information

Transportation and Traffic Theory: Flow, Dynamics and Human Interaction

Transportation and Traffic Theory: Flow, Dynamics and Human Interaction Real-Time Estimation of Travel Times on Signalized Arterials 1 Transportation and Traffic Theory: Flow, Dynamics and Human Interaction Proceedings of the 16 th International Symposium on Transportation

More information

LMD8000 PROGRAMMING GUIDE

LMD8000 PROGRAMMING GUIDE LMD8 PROGRAMMING GUIDE Electrical Engineering Centre Volume 1 June 1999 LMD 8 PROGRAMMING GUIDE VOL.1.TABLE OF CONTENTS LMD8 PROGRAMMING GUIDE INTRODUCTION...vii 1 PROGRAMMING DATA ACCESS FROM LM-SYSTEM...

More information

Radhika.B 1, S.Nikila 2, Manjula.R 3 1 Final Year Student, SCOPE, VIT University, Vellore. IJRASET: All Rights are Reserved

Radhika.B 1, S.Nikila 2, Manjula.R 3 1 Final Year Student, SCOPE, VIT University, Vellore. IJRASET: All Rights are Reserved Requirement Engineering and Creative Process in Video Game Industry Radhika.B 1, S.Nikila 2, Manjula.R 3 1 Final Year Student, SCOPE, VIT University, Vellore. 2 Final Year Student, SCOPE, VIT University,

More information

Safe, Efficient and Effective Testing of Connected and Autonomous Vehicles Paul Jennings. Franco-British Symposium on ITS 5 th October 2016

Safe, Efficient and Effective Testing of Connected and Autonomous Vehicles Paul Jennings. Franco-British Symposium on ITS 5 th October 2016 Safe, Efficient and Effective Testing of Connected and Autonomous Vehicles Paul Jennings Franco-British Symposium on ITS 5 th October 2016 An academic department within the science faculty Established

More information

TMC Simulator for Operator Training Using Micro-Simulation

TMC Simulator for Operator Training Using Micro-Simulation TMC Simulator for Operator Training Using Micro-Simulation Lianyu Chu California Center for Innovative Transportation University of California Berkeley 653 East Peltason Dr Irvine, CA 92697-3600 Tel: (949)824-1876

More information

Interoperability Training

Interoperability Training SEGARRN Interoperability Training System Wide Communications Coordination Authored by the SEGARRN Training Committee 5/24/2011 This document aims to educate the SEGARRN user base on the essential interoperability

More information

Data Quality Monitoring of the CMS Pixel Detector

Data Quality Monitoring of the CMS Pixel Detector Data Quality Monitoring of the CMS Pixel Detector 1 * Purdue University Department of Physics, 525 Northwestern Ave, West Lafayette, IN 47906 USA E-mail: petra.merkel@cern.ch We present the CMS Pixel Data

More information

PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide

PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide PaperCut PaperCut Payment Gateway Module - CBORD Data Xchange Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

A Robotic Simulator Tool for Mobile Robots

A Robotic Simulator Tool for Mobile Robots 2016 Published in 4th International Symposium on Innovative Technologies in Engineering and Science 3-5 November 2016 (ISITES2016 Alanya/Antalya - Turkey) A Robotic Simulator Tool for Mobile Robots 1 Mehmet

More information

HARDWARE ACCELERATION OF THE GIPPS MODEL

HARDWARE ACCELERATION OF THE GIPPS MODEL HARDWARE ACCELERATION OF THE GIPPS MODEL FOR REAL-TIME TRAFFIC SIMULATION Salim Farah 1 and Magdy Bayoumi 2 The Center for Advanced Computer Studies, University of Louisiana at Lafayette, USA 1 snf3346@cacs.louisiana.edu

More information

Improving method of real-time offset tuning for arterial signal coordination using probe trajectory data

Improving method of real-time offset tuning for arterial signal coordination using probe trajectory data Special Issue Article Improving method of real-time offset tuning for arterial signal coordination using probe trajectory data Advances in Mechanical Engineering 2017, Vol. 9(1) 1 7 Ó The Author(s) 2017

More information

Using a Game Development Platform to Improve Advanced Programming Skills

Using a Game Development Platform to Improve Advanced Programming Skills Journal of Reviews on Global Economics, 2017, 6, 328-334 328 Using a Game Development Platform to Improve Advanced Programming Skills Banyapon Poolsawas 1 and Winyu Niranatlamphong 2,* 1 Department of

More information

CCITT Newsletter. This Issue. Moving Research to Realization for Surface Transportation. Director s Note 2. CCITT Launches Education Program

CCITT Newsletter. This Issue. Moving Research to Realization for Surface Transportation. Director s Note 2. CCITT Launches Education Program CCITT Newsletter Moving Research to Realization for Surface Transportation Volume 1 Issue 2 Fall, 2008 This Issue Director s Note 2 Photo c. Carl Vogtmann, figleafgraphics.com CCITT Launches Education

More information

Relationship to theory: This activity involves the motion of bodies under constant velocity.

Relationship to theory: This activity involves the motion of bodies under constant velocity. UNIFORM MOTION Lab format: this lab is a remote lab activity Relationship to theory: This activity involves the motion of bodies under constant velocity. LEARNING OBJECTIVES Read and understand these instructions

More information

Project Overview Mapping Technology Assessment for Connected Vehicle Highway Network Applications

Project Overview Mapping Technology Assessment for Connected Vehicle Highway Network Applications Project Overview Mapping Technology Assessment for Connected Vehicle Highway Network Applications AASHTO GIS-T Symposium April 2012 Table Of Contents Connected Vehicle Program Goals Mapping Technology

More information

Field Operational Test of a new Delay-Based Traffic Signal Control Using C2I Communication Technology

Field Operational Test of a new Delay-Based Traffic Signal Control Using C2I Communication Technology Field Operational Test of a new Delay-Based Traffic Signal Control Using C2I Communication Technology Robert Oertel Rutherfordstr. 2, 12489 Berlin, Germany Tobias Frankiewicz Lilienthalplatz 7, 38108 Braunschweig,

More information

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01

SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 SAP Dynamic Edge Processing IoT Edge Console - Administration Guide Version 2.0 FP01 Table of Contents ABOUT THIS DOCUMENT... 3 Glossary... 3 CONSOLE SECTIONS AND WORKFLOWS... 5 Sensor & Rule Management...

More information

A Vehicular Visual Tracking System Incorporating Global Positioning System

A Vehicular Visual Tracking System Incorporating Global Positioning System A Vehicular Visual Tracking System Incorporating Global Positioning System Hsien-Chou Liao and Yu-Shiang Wang Abstract Surveillance system is widely used in the traffic monitoring. The deployment of cameras

More information

Application of Dynamic Traffic Assignment (DTA) Model to Evaluate Network Traffic Impact during Bridge Closure - A Case Study in Edmonton, Alberta

Application of Dynamic Traffic Assignment (DTA) Model to Evaluate Network Traffic Impact during Bridge Closure - A Case Study in Edmonton, Alberta Application of Dynamic Traffic Assignment (DTA) Model to Evaluate Network Traffic Impact during Bridge Closure - A Case Study in Edmonton, Alberta Peter Xin, P.Eng. Senior Transportation Engineer Policy

More information

Automated Driving Car Using Image Processing

Automated Driving Car Using Image Processing Automated Driving Car Using Image Processing Shrey Shah 1, Debjyoti Das Adhikary 2, Ashish Maheta 3 Abstract: In day to day life many car accidents occur due to lack of concentration as well as lack of

More information

SIMULATION OF TRAFFIC LIGHTS CONTROL

SIMULATION OF TRAFFIC LIGHTS CONTROL SIMULATION OF TRAFFIC LIGHTS CONTROL Krzysztof Amborski, Andrzej Dzielinski, Przemysław Kowalczuk, Witold Zydanowicz Institute of Control and Industrial Electronics Warsaw University of Technology Koszykowa

More information

AC : DEVELOPING DIGITAL/ANALOG TELECOMMUNICA- TION LABORATORY

AC : DEVELOPING DIGITAL/ANALOG TELECOMMUNICA- TION LABORATORY AC 2011-2119: DEVELOPING DIGITAL/ANALOG TELECOMMUNICA- TION LABORATORY Dr. Yuhong Zhang, Texas Southern University Yuhong Zhang is an assistant professor at Texas Southern University Xuemin Chen, Texas

More information

HeroX - Untethered VR Training in Sync'ed Physical Spaces

HeroX - Untethered VR Training in Sync'ed Physical Spaces Page 1 of 6 HeroX - Untethered VR Training in Sync'ed Physical Spaces Above and Beyond - Integrating Robotics In previous research work I experimented with multiple robots remotely controlled by people

More information

Cross Linking Research and Education and Entrepreneurship

Cross Linking Research and Education and Entrepreneurship Cross Linking Research and Education and Entrepreneurship MATLAB ACADEMIC CONFERENCE 2016 Ken Dunstan Education Manager, Asia Pacific MathWorks @techcomputing 1 Innovation A pressing challenge Exceptional

More information

TRB Innovations in Travel Modeling Atlanta, June 25, 2018

TRB Innovations in Travel Modeling Atlanta, June 25, 2018 Using an Activity-Based Model with Dynamic Traffic Simulation to Explore Scenarios for Private and Shared Autonomous Vehicle Use in Jacksonville with TRB Innovations in Travel Modeling Atlanta, June 25,

More information

Adaptive signal Control. Tom Mathew

Adaptive signal Control. Tom Mathew Adaptive signal Control Tom Mathew Adaptive Control: Outline 1. Signal Control Taxonomy 2. Coordinated Signal System 3. Vehicle Actuated System 4. Area Traffic Control (Responsive) 5. Adaptive Traffic

More information

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network

Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network Performance Evaluation of a Video Broadcasting System over Wireless Mesh Network K.T. Sze, K.M. Ho, and K.T. Lo Abstract in this paper, we study the performance of a video-on-demand (VoD) system in wireless

More information

2009 New Jersey Core Curriculum Content Standards - Technology

2009 New Jersey Core Curriculum Content Standards - Technology P 2009 New Jersey Core Curriculum Content s - 8.1 Educational : All students will use digital tools to access, manage, evaluate, and synthesize information in order to solve problems individually and collaboratively

More information

Mapping the capacity and performance of the arterial road network in Adelaide

Mapping the capacity and performance of the arterial road network in Adelaide Australasian Transport Research Forum 2015 Proceedings 30 September - 2 October 2015, Sydney, Australia Publication website: http://www.atrf.info/papers/index.aspx Mapping the capacity and performance

More information

FreeSim A Free Real-Time Freeway Traffic Simulator

FreeSim A Free Real-Time Freeway Traffic Simulator FreeSim A Free Real-Time Freeway Traffic Simulator Jeffrey Miller Department of Computer Science University of Southern California Jeffrey.Miller@usc.edu Abstract In this paper we describe FreeSim, which

More information

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY

INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY INTELLIGENT GUIDANCE IN A VIRTUAL UNIVERSITY T. Panayiotopoulos,, N. Zacharis, S. Vosinakis Department of Computer Science, University of Piraeus, 80 Karaoli & Dimitriou str. 18534 Piraeus, Greece themisp@unipi.gr,

More information

MotionDesk. 3-D online animation of simulated mechanical systems in real time. Highlights

MotionDesk. 3-D online animation of simulated mechanical systems in real time. Highlights MotionDesk 3-D online animation of simulated mechanical systems in real time Highlights Tight integration to ModelDesk and ASM Enhanced support for all aspects of advanced driver assistance systems (ADAS)

More information

Efficient Use of Robots in the Undergraduate Curriculum

Efficient Use of Robots in the Undergraduate Curriculum Efficient Use of Robots in the Undergraduate Curriculum Judith Challinger California State University, Chico 400 West First Street Chico, CA 95929 (530) 898-6347 judyc@ecst.csuchico.edu ABSTRACT In this

More information

Region-wide Microsimulation-based DTA: Context, Approach, and Implementation for NFTPO

Region-wide Microsimulation-based DTA: Context, Approach, and Implementation for NFTPO Region-wide Microsimulation-based DTA: Context, Approach, and Implementation for NFTPO presented by Howard Slavin & Daniel Morgan Caliper Corporation March 27, 2014 Context: Motivation Technical Many transportation

More information

Development and Application of On-Line Strategi for Optimal Intersection Control (Phase Ill) 1II II! IIi1111 III. I k I I I

Development and Application of On-Line Strategi for Optimal Intersection Control (Phase Ill) 1II II! IIi1111 III. I k I I I iii DEPi T OF TRANSPORTATIONi j - "L IIIIIIIIIIIIIII l ll IIIIIIIIIIN lll111111111 II 1II II!11111 11IIi1111 III 3 0314 00023 6447 Report Number C/UU'. I -.: ; ',, I k I I S1 I 0 I I a, Cu 60 C P1-5 /I

More information

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits

PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits Reading Assignment Horowitz, Hill Chap. 1.25 1.31 (p35-44) Data sheets 1N4007 & 1N4735A diodes Laboratory Goals PHY 351/651 LABORATORY 5 The Diode Basic Properties and Circuits In today s lab activities,

More information

SECTION 2. Computer Applications Technology

SECTION 2. Computer Applications Technology SECTION 2 Computer Applications Technology 2.1 What is Computer Applications Technology? Computer Applications Technology is the study of the integrated components of a computer system (such as hardware,

More information

Railway Training Simulators run on ESRI ArcGIS generated Track Splines

Railway Training Simulators run on ESRI ArcGIS generated Track Splines Railway Training Simulators run on ESRI ArcGIS generated Track Splines Amita Narote 1, Technical Specialist, Pierre James 2, GIS Engineer Knorr-Bremse Technology Center India Pvt. Ltd. Survey No. 276,

More information

Establishment of a Multiplexed Thredds Installation and a Ramadda Collaboration Environment for Community Access to Climate Change Data

Establishment of a Multiplexed Thredds Installation and a Ramadda Collaboration Environment for Community Access to Climate Change Data Establishment of a Multiplexed Thredds Installation and a Ramadda Collaboration Environment for Community Access to Climate Change Data Prof. Giovanni Aloisio Professor of Information Processing Systems

More information

Development of an Advanced Loop Event Data Analyzer (ALEDA) System for Dual-Loop Detector Malfunction Detection and Investigation

Development of an Advanced Loop Event Data Analyzer (ALEDA) System for Dual-Loop Detector Malfunction Detection and Investigation Development of an Advanced Loop Event Data Analyzer (ALEDA) System for Dual-Loop Detector Malfunction Detection and Investigation Patikhom Cheevarunothai 1*, Yinhai Wang 2, and Nancy L. Nihan 3 1* Graduate

More information

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman

DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK. Timothy E. Floore George H. Gilman Proceedings of the 2011 Winter Simulation Conference S. Jain, R.R. Creasey, J. Himmelspach, K.P. White, and M. Fu, eds. DESIGN AND CAPABILITIES OF AN ENHANCED NAVAL MINE WARFARE SIMULATION FRAMEWORK Timothy

More information