LED NAVIGATION SYSTEM

Size: px
Start display at page:

Download "LED NAVIGATION SYSTEM"

Transcription

1 Zachary Cook Adam Downey LED NAVIGATION SYSTEM Aaron Lecomte Meredith Swanson UNIVERSITY OF NEW HAMPSHIRE DURHAM, NH Tina Tomazewski Andrew Kun ABSTRACT Research shows that when drivers use a personal navigation device (PND), they spend less time focusing on the road. To prevent the driver from having to take their eyes off the road, a peripheral navigation system could be implemented above the driver s head. This would allow the driver to view driving directions while they focus on the road ahead. The peripheral navigation system will consist of an LED array connected to a microcontroller and a button press keypad to display the directions to the driver. The new system was tested in conjunction with a standard personal navigation device (PND) to provide baseline data for comparison. After analyzing the data, the standard PND had a percent dwell time (PDT) of 85% while the LED Navigation System had a PDT of 94%; a 9% increase. This may seem insignificant but after an hour of driving that 9% equates to approximately 6 extra minutes that the driver was focused on the road. The evaluation of the exit survey led to the conclusion that 7 out of 10 participants preferred the LED navigation system over the standard PND. Author Keywords Driving simulation, LED Navigation, Standard PND ACM Classification Keywords H5.m. Information interfaces and presentation General Terms Measurement, Design, Performance, Experimentation, Human Factors. INTRODUCTION In some countries driving is the primary mode of commuting. For example, according to the U.S. Census Bureau [4], Americans spend more than 100 hours a year commuting to work. Given the large amount of time that people spend behind the wheel, and the increasing availability of computational resources that can now operate inside a vehicle, companies have been introducing myriad mobile services and functionalities into the consumer market just for drivers. A few notable examples are hands-free voice dialing, live traffic reports, automated directory assistance, infotainment systems, and personal navigation devices (PNDs). Unfortunately, the question of how these in-car services impact driving performance is often left unanswered. The focus of this paper is the impact of PNDs on visual attention and driving performance. In recent work, Kun explored the effects of two PNDs on visual attention and driving performance [3]. One was a standard PND that displays a map and provides turn-by-turn instructions by voice. As technology advances, drivers find themselves frequently taking their eyes off the road. Using personal navigation devices (PNDs) cause s drivers to be more concerned with following directions rather than focusing on the road ahead. As stated in Glancing at Personal Navigation Devices Can Affect Driving [3], the percent dwell time (PDT) spent paying attention to the road was 90.4% when using a standard personal navigation device. By designing a peripheral directional system, we anticipate to increase the driver s PDT spent looking at the road. Through the implementation of a series of LED arrays, navigation instructions will be displayed in the driver s line of sight. This will permit the driver to stay continuously focused on the road while maintaining the desired directional route. RELATED RESEARCH Practically all commercially available PNDs rely on a map displayed on a HDD with a navigation route overlaid on top of it. The presence of the screen entices drivers to look away from the road ahead by Kun et al. [3]. As demonstrated in a driving simulator experiment by Horrey et al. (2006) [2], who explored the effect of interacting with in-car devices on driving performance and visual attention, as users spent less time looking at the road ahead, their lane position variability increased. EXPERIMENT We now describe our experimental setup and procedure. We also detail each different type of PND that was used in our study as well as how we computed independent variables. Equipment The experiment was performed in a high-fidelity driving simulator (Figure 1) with a 180 field of view screen and a full-width automobile cab. The cab sits on top of a motion base which simulates car movements for braking

2 Figure 1: LED Navigation Array and accelerating, as well as bumps on the road. As shown in Figure 2, the simulator was equipped with two sets of eye-trackers which track subjects gaze and head position using two pairs of cameras mounted on the dashboard. Figure 2 also shows the location of the in-car LCD screen which was used as the display for the standard PND. The LCD screen was mounted in the cars console, which is a common place for contemporary PNDs and smart phones with navigation capabilities. The size of the LCD screen was 8 inches diagonally which falls within the typical size of commercially available navigation devices. The LED Navigation System, with a size of 11.5 inches diagonally, is located just above the dashboard. This location is optimal for allowing the driver to focus on the road while receiving directional information via their peripheral vision. The LED navigation system consists of an array of 56 LEDs. These LEDs are illuminated to assist the driver in navigating a driving route during the experiment. The LED Navigation System is controlled by an Arduino microcontroller. All of the potential directions and scenarios were loaded onto the Arduino prior to running experiments. Navigation commands, which consisted of left and right turns, were implemented by pushing their respective button on the keypad, which can be seen in figure 4. The keypad is connected to the Arduino microcontroller which operates the LED Array. Figure 2: Right Turn Sequence 1 Figure 3: Right Turn Sequence 2 Figure 4: Keypad Implementation Left and right turns were implemented by illuminating either the left or right half of the LED Array. The illuminated half, seen in figure 2 displays the beginning of a right turn. This portion of the array flashed intermittently and its frequency increased as the driver approached the upcoming turn. At the turning point, the right portion of the array began to sweep to the right, seen in figure 3. The sweeping motion starts from the middle of the array and moves outward, column by column, either to the right or left depending on the turn needed. This motion repeats itself for 5 seconds. Keypad Function The keypad sends a command to the microcontroller to display the desired turn throughout the simulation. One button projects a right turn and the other projects a left turn. The buttons were pressed at the experimenter s discretion based on the driving style of the participant. As the driver approached a turn, specific landmarks were used as guidelines to notify the experimenter of when to press the button. Before running experiments we compiled a list of all the turning points throughout both routes. With this list we practiced the timing of

3 each route to prevent any mistakes while running an official experiment. Fabrication of Hardware List of materials: 8 x12 X0.5 sheet of lexan x1 bars of acrylic mcd LEDs P(preferably clear) 56 LED plastic sockets (support) Blue painter s tape 6 machine screws The system had to be transparent so that it would not inhibit the driver s field of view. Increasing the PDT on the road was the most important parameter during the design process. Lexan was used for construction due to its resistance to chipping, scratching, and yellowing over time. Using lexan is not the only viable material for the display, but other materials have a greater tendency to crack or split from industrial use. Blue painter s tape was used to cover the lexan sheet to further protect the display from the construction process. The design specifications for the LED display needed to be roughly 10 X6. A hydraulic press was used to cleanly cut the lexan to meet those size specifications. After the lexan sheet was cut, a micrometer was used to accurately space the LEDs evenly across the center of the display in a matrix format. A drill press was used to create a hole for each LED. Each hole had to be slightly smaller than the LED so that the LED would fit snugly. A 3 acrylic bar was used to create the frame for the LED array. The rounded support bars were then mounted to the frame. With the support legs in place, the viewing angle of the display could be adjusted to be appropriately mounted in the simulator. The LEDs were controlled by a matrix which was created by connecting both the columns and rows to the Arduino microcontroller. The columns are connected to the LEDs anodes which results in the columns needing to be high for any of the LEDs in that column to turn on. The rows are connected to the LEDs cathodes which results in the rows needing to be low for an individual LED to turn on. If the row and the column are either both high or both low, no voltage will flow through the LED causing it to remain off. The patterns used in this experiment were created by sending different signals from the microcontroller to the LED array. Figure 5: Fabrication of Display Figure 6: LED Matrix Schematic Method Participants Ten university students participated in the experiment. They were between 18 and 24 years of age (mean age 20 years, standard deviation 1.2 years). As compensation, each received a $20 gift card to a popular store chain. Navigation Aids Each participant performed navigation with each of the following devices: 1. LED Navigation System: Navigation directions were presented by showing turn signals on an LED array located above the instrument panel in the driver s line of site. The location of the LED array can be seen in figure 2. The LED array is capable of showing a straight path, left, and right turns. The LED array alerted drivers Figure 7: LED Navigation System

4 Eye Tracking Cameras Figure 9: Standard Navigational Device Figure 8: Experimental setup inside the vehicle that a turn was approaching by flashing the LEDs in the sequence that showed either a left or right turn. 3. Standard Navigational Device: The participants received navigation directions via a standard consumer style GPS. This navigation device was placed on the dashboard, to the right of the instrumentation panel. This location was chosen to simulate the scenario most commonly used by drivers. Procedure After filling out the consent forms and personal information questionnaires, participants were given an overview of the driving simulator and descriptions of the two navigation conditions. Next they proceeded to complete two navigation experiments, one with each of the PNDs. Before each condition, we provided subjects with about 5 minutes of training using that particular PND. For training, users followed PND navigation instructions in a city environment. In order to circumvent order effects, we counterbalanced the presentation order of the PNDs between subjects. Figure 10: Virtual Route Navigated by the Subjects As shown in Figure 4, subjects drove on two lane city roads which included ambient vehicles, moving pedestrians, traffic signs and lane markings. Lanes were 3.6 meters wide. Subjects were instructed to drive as they normally would in real life and to obey all traffic laws. For each of the PNDs, the participants navigated along a different route. Figure 4 shows the first route used in this experiment. For the second route we reversed the direction of travel. In short, the routes were of the same length (about 10 km) and complexity. However, the turn-by-turn directions for each route were different. Thus, there was no risk of subjects remembering navigation instructions from the previous route. Each route had both long (400 and 800 meter long) and short (200 meter long) segments with many intersections on the given path. On average it took about 15 minutes to

5 traverse a route. The presentation order of routes was the same for all subjects. Finally, at the end of the experiment, subjects ranked their level of agreement with various statements pertaining to the PNDs and provided written feedback about the experiment. Design We chose a within-subjects experiment that was comprised of testing the LED Navigation System and consumer style GPS as independent variables. We measured multiple dependent variables: Percent dwell time (PDT) on the road ahead, which measures the percent of time drivers spend looking at the road ahead. A low value indicates that a driver is distracted, which in turn can lead to collisions. Average driving performance measures, which included variances of lane position, steering wheel angle and velocity. In each case, higher values for driving performance measures indicate deterioration in performance. Level of agreement with preferential statements, which reflects subjective opinion about PNDs, was collected using a 5-point Likert scale. Measurement Using an eye-tracker we were able to automatically classify gazes as being directed at the road ahead, at the navigation device, or somewhere else inside the cabin (e.g. the speedometer). The sampling frequency of the eye-tracker was 60 Hz. In rare occasions when the eyetracker was not able to resolve where the subject was directing his/her gaze, the experimenter made classifications using video footage from a camera installed on the dashboard. Lane position and steering wheel angle were recorded by our driving simulator software at a frequency of 10 Hz. Calculation Data segmentation: The city routes in our experiment can be broken up into segments by treating roads between two intersections as separate segments. The segments can be seen in figure 4.We calculated the PDT, lane position variance, and steering wheel angle using the values logged by the simulator. All segments had the same characteristics, thereby controlling factors that could potentially confound our results. Participants did not encounter any unexpected events, which often require sudden braking and steering wheel motion. This in turn can result in very large first differences and variances for these measures, making comparisons with other segments difficult. In analyzing all of the segments, we excluded data collected over the first 60 meters and the final 40 meters of a segment, and analyzed data generated over ( ) = 100 meters. This was done because driving performance is different between the excluded and analyzed portions of the segments. For example, at the beginning of a segment, drivers are completing the turning maneuver that is necessary to get through the previous intersection. And at the end of a segment, they are decelerating before entering the next intersection. Thus, the resulting first differences and variances can be much larger than those encountered away from intersections, which makes it difficult to compare excluded and analyzed portions of segments. Using the aforementioned short segments, we calculated the following measures. Visual attention: For each participant p and navigation aid nav, we calculated the average percent dwell time, PDT p,nav on the road ahead by finding the ratio of the sum of dwell times for all 13 segments and the sum of the total time spent traversing all 13 segments. We defined looking at the road ahead as looking at one of the three projection screens of the simulator. Similarly, we calculated the percent dwell time on the LCD screen when participants used the SV and SPND. Finally, we calculated the percent dwell time on the rest of the cabin (speedometer, rear view mirror, etc.). Average driving performance measures: For each participant, segment, and navigation type, we calculated the average absolute values of first differences and the variances of the following three driving performance measures: lane position, steering wheel angle and velocity. We also calculated the average velocity for each segment. For each participant and navigation aid we then calculated the averages for these variables over the route. Subjective assessment: Agreement levels with preferential statements and written comments were transcribed from paper forms. We also solicited qualitative verbal comments about the experiment from participants. RESULTS Visual Attention Table 1 shows the PDT on the road ahead. We conducted a repeated measures ANOVA to assess the effect of different PNDs on visual attention using PDT

6 on the road ahead as the independent variable. The analysis revealed a significant main effect on PDT (p < 0.05). PDT for the LED display was the highest at 95%, while the standard GPS had a PDT of 85%. Post-hoc comparisons indicated a significant difference between the LED display and standard GPS (p = 0.001). As hypothesized, PDT increased when using the LED display. Our results seem to indicate that keeping gaze between the standard GPS and the observed world takes more time and effort. LED Dispay Standard GPS p-value <0.05 Table 1: PDT for LED Display vs. Standard GPS Driving Performance With an increase in PDT from using our LED display, we correspondingly observed an overall improvement in driving performance. The driving performance parameters analyzed to support this were lane position variance and steering wheel angle variance. Table 2 shows these values for both the GPS and LED display. For both parameters, less variance occurred with the LED display which is indicative of better driving performance. After performing statistical analysis, we found significant p values of p=0.006 for lane position variance and p=0.035 for steering wheel angle variance. Parameter Analyzed PND used Mean Value p-value Lane Position Variance (m^2) Steering Wheel Angle Variance (degrees^2) LED Display Standard GPS LED Display 7.61 Standard GPS Table 2: Driving Performance for LED Display vs. Standard GPS According to our results, glancing away from the road ahead does affect driving performance. Subjective Assessment Preferential Statements Table 3 shows the percentage of participants who agreed or disagreed with two preferential statements. Responses to these statements indicate that subjects liked using the LED display, and that most of them felt they used only their peripheral vision to follow directions. Statement Agreement Response Percentage I preferred the LED highly agree or agree 70% display over the standard highly disagree or GPS 30% disagree I used my peripheral vision instead of looking at the LED display highly agree or agree 60% highly disagree or disagree Table 3: Responses to Preferential Statements Table 4 shows a comparison of another preferential statement to determine how distracted subjects felt using both navigation types. Note that for this question, the percentage does not add up to 100% since some subjects had a neutral opinion. Based off of our p value that was found using the Wilcoxon Signed Rank test, there was not a significant difference in which system was found more distracting. Table 4: Comparison of Distraction Felt for each System 30% Statement Agreement LED Display % Standard GPS % p-value I found the system to be distacting Written Comments Seven out of ten participants provided either written or verbal feedback that indicated a preference for the LED display over the standard GPS. Quote 1 (Q1) of a written comment by participant 1 shows that they found the LED display easy to use and was able to obtain directions without glancing up at it. Q1 P(1): highly agree or agree highly disagree or disagree 10% 50% 70% 20% "The LEDs were a lot easier to follow since I didn't have to go out of my way to look at it." Another participant, P(7), agreed with the previous participant that the LED display was easier to use, and further added that they would personally consider purchasing something like this if it were closely priced to a commercially available GPS. Q2 P(7): "I saw improvement in reaction times when using an LED display. It was significantly easier to use and I would consider using it myself if it was similarly priced." Although most participants liked and preferred the LED display, some pointed out aspects they disliked about it and made further suggestions. Quote 3 is from

7 participant (5), and shows that they like the LED display but would still like to have the feel of a standard GPS. Participant (12) provided us with our fourth quote, pointing out several features of the display they found issues with. This participant was excluded from the study for data processing due to poor driving skills. However, this participant had the most negative comment, which points out that there is more work to be done to improve the system. Q3 P(5): Q4 P(12): "I suggest adding the LED in addition to a standard GPS display." "Too high up, too bright, no indication of future turns. Flashing distacting." DISCUSSION We started this study by proposing a hypothesis. We will now consider that hypothesis in light of our results 1. An LED navigation system placed above the driver s line of sight will increase Percent Dwell Time (PDT) and improve driving performance Participants average percent dwell time (PDT) on the road ahead was higher for the LED display (94%) than the standard GPS (85%). Clearly, the LED display allowed users to focus on the road ahead instead of being distracted by the standard GPS. Participants variance of lane position as well as steering wheel angle were both lower when using the LED display instead of the standard GPS. Lane position variance averaged m 2 for the LED display and m 2 for the standard GPS. Steering wheel angle variance averaged 7.61 degrees 2 for the LED display and degrees 2 for the standard GPS. The fact that we observed an increase in PDT and an improvement in driving performance suggests that using a peripheral means of navigation, an LED display in our case, may be a better alternative to the standard GPS. Subjective assessments also favored the LED display. When reviewing preferential statements, participants indicated that they preferred the LED display over the standard GPS and felt that they used only their peripheral vision. demonstrated how this increase in visual attention was associated with better driving performance over the standard GPS. More importantly, participants subjective assessments of the LED display were largely positive. For future research, possible changes to the LED display could be explored to see the effects on visual attention and driving performance. This includes the change in location of the LED display, adjusting the illumination of the LEDs, and the change in directional pattern of the LEDs. The LED display could also act as an addition to the standard GPS, which would allow users to obtain both peripheral directions from the LEDs and the physical route on the standard GPS. REFERENCES 1. Burnett, G. E. A Road-Based Evaluation of a Head- Up Display for Presenting Navigation Information. In Proc. HCI Int l Conference (2003). 2. Horrey, W. J., Wickens, C. D., and Consalus, K. P. Modeling Drivers' Visual Attention Allocation while Interacting with In-Vehicle Technologies. Experimental Psychology: Applied 12, (2006), Kun, A. L., Paek, T., Medenica, Ž., Memarović, N., and Palinko, O. Glancing at personal navigation devices can affect driving: experimental results and design implications. In Proc. AutomotiveUI '09, ACM Press (2009), Lowe, S. Many Workers Have Long Commutes to Work. US Census Bureau Press Release. /archives/american_community_survey_acs/ html. March 29, Retrieved 5/30/ Medenica, Ž., Kun, A., Paek, T., Palinko, O., Augmented Realiy vs. Street Views: A Driving Simulator Study Comparing Two Emerging Navigation Aids. (2011) Conclusion & Future Direction This paper presents a thorough driving simulator based comparison of two types of PNDs. Using a simulated city environment in a high fidelity driving simulator, we found that the LED display yielded more visual attention on the road ahead as compared to the standard GPS. When using the LED display, participants spent 5.4 sec more each minute looking at the road ahead as compared to the standard GPS. Furthermore, we

Calling While Driving: An Initial Experiment with HoloLens

Calling While Driving: An Initial Experiment with HoloLens University of Iowa Iowa Research Online Driving Assessment Conference 2017 Driving Assessment Conference Jun 28th, 12:00 AM Calling While Driving: An Initial Experiment with HoloLens Andrew L. Kun University

More information

The Design and Assessment of Attention-Getting Rear Brake Light Signals

The Design and Assessment of Attention-Getting Rear Brake Light Signals University of Iowa Iowa Research Online Driving Assessment Conference 2009 Driving Assessment Conference Jun 25th, 12:00 AM The Design and Assessment of Attention-Getting Rear Brake Light Signals M Lucas

More information

COMPARISON OF DRIVER DISTRACTION EVALUATIONS ACROSS TWO SIMULATOR PLATFORMS AND AN INSTRUMENTED VEHICLE.

COMPARISON OF DRIVER DISTRACTION EVALUATIONS ACROSS TWO SIMULATOR PLATFORMS AND AN INSTRUMENTED VEHICLE. COMPARISON OF DRIVER DISTRACTION EVALUATIONS ACROSS TWO SIMULATOR PLATFORMS AND AN INSTRUMENTED VEHICLE Susan T. Chrysler 1, Joel Cooper 2, Daniel V. McGehee 3 & Christine Yager 4 1 National Advanced Driving

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

EFFECTS OF A NIGHT VISION ENHANCEMENT SYSTEM (NVES) ON DRIVING: RESULTS FROM A SIMULATOR STUDY

EFFECTS OF A NIGHT VISION ENHANCEMENT SYSTEM (NVES) ON DRIVING: RESULTS FROM A SIMULATOR STUDY EFFECTS OF A NIGHT VISION ENHANCEMENT SYSTEM (NVES) ON DRIVING: RESULTS FROM A SIMULATOR STUDY Erik Hollnagel CSELAB, Department of Computer and Information Science University of Linköping, SE-58183 Linköping,

More information

Connected Vehicles Program: Driver Performance and Distraction Evaluation for In-vehicle Signing

Connected Vehicles Program: Driver Performance and Distraction Evaluation for In-vehicle Signing Connected Vehicles Program: Driver Performance and Distraction Evaluation for In-vehicle Signing Final Report Prepared by: Janet Creaser Michael Manser HumanFIRST Program University of Minnesota CTS 12-05

More information

Designing A Human Vehicle Interface For An Intelligent Community Vehicle

Designing A Human Vehicle Interface For An Intelligent Community Vehicle Designing A Human Vehicle Interface For An Intelligent Community Vehicle Kin Kok Lee, Yong Tsui Lee and Ming Xie School of Mechanical & Production Engineering Nanyang Technological University Nanyang Avenue

More information

Image Characteristics and Their Effect on Driving Simulator Validity

Image Characteristics and Their Effect on Driving Simulator Validity University of Iowa Iowa Research Online Driving Assessment Conference 2001 Driving Assessment Conference Aug 16th, 12:00 AM Image Characteristics and Their Effect on Driving Simulator Validity Hamish Jamson

More information

Objective Data Analysis for a PDA-Based Human-Robotic Interface*

Objective Data Analysis for a PDA-Based Human-Robotic Interface* Objective Data Analysis for a PDA-Based Human-Robotic Interface* Hande Kaymaz Keskinpala EECS Department Vanderbilt University Nashville, TN USA hande.kaymaz@vanderbilt.edu Abstract - This paper describes

More information

Data Analysis on Nomadic Systems: The TeleFOT Approach

Data Analysis on Nomadic Systems: The TeleFOT Approach Data Analysis on Nomadic Systems: The TeleFOT Approach Presentation to FOT-NET Seminar, London, UK October 2010 Andrew Morris Ruth Welsh Loughborough University, UK. TeleFOT TELEFOT TeleFOT - Field Operational

More information

CONSIDERATIONS WHEN CALCULATING PERCENT ROAD CENTRE FROM EYE MOVEMENT DATA IN DRIVER DISTRACTION MONITORING

CONSIDERATIONS WHEN CALCULATING PERCENT ROAD CENTRE FROM EYE MOVEMENT DATA IN DRIVER DISTRACTION MONITORING CONSIDERATIONS WHEN CALCULATING PERCENT ROAD CENTRE FROM EYE MOVEMENT DATA IN DRIVER DISTRACTION MONITORING Christer Ahlstrom, Katja Kircher, Albert Kircher Swedish National Road and Transport Research

More information

Driving Simulators for Commercial Truck Drivers - Humans in the Loop

Driving Simulators for Commercial Truck Drivers - Humans in the Loop University of Iowa Iowa Research Online Driving Assessment Conference 2005 Driving Assessment Conference Jun 29th, 12:00 AM Driving Simulators for Commercial Truck Drivers - Humans in the Loop Talleah

More information

Multi-Modality Fidelity in a Fixed-Base- Fully Interactive Driving Simulator

Multi-Modality Fidelity in a Fixed-Base- Fully Interactive Driving Simulator Multi-Modality Fidelity in a Fixed-Base- Fully Interactive Driving Simulator Daniel M. Dulaski 1 and David A. Noyce 2 1. University of Massachusetts Amherst 219 Marston Hall Amherst, Massachusetts 01003

More information

Learning From Where Students Look While Observing Simulated Physical Phenomena

Learning From Where Students Look While Observing Simulated Physical Phenomena Learning From Where Students Look While Observing Simulated Physical Phenomena Dedra Demaree, Stephen Stonebraker, Wenhui Zhao and Lei Bao The Ohio State University 1 Introduction The Ohio State University

More information

Loughborough University Institutional Repository. This item was submitted to Loughborough University's Institutional Repository by the/an author.

Loughborough University Institutional Repository. This item was submitted to Loughborough University's Institutional Repository by the/an author. Loughborough University Institutional Repository Digital and video analysis of eye-glance movements during naturalistic driving from the ADSEAT and TeleFOT field operational trials - results and challenges

More information

THE EFFECTS OF PC-BASED TRAINING ON NOVICE DRIVERS RISK AWARENESS IN A DRIVING SIMULATOR

THE EFFECTS OF PC-BASED TRAINING ON NOVICE DRIVERS RISK AWARENESS IN A DRIVING SIMULATOR THE EFFECTS OF PC-BASED TRAINING ON NOVICE DRIVERS RISK AWARENESS IN A DRIVING SIMULATOR Anuj K. Pradhan 1, Donald L. Fisher 1, Alexander Pollatsek 2 1 Department of Mechanical and Industrial Engineering

More information

Safe and Efficient Autonomous Navigation in the Presence of Humans at Control Level

Safe and Efficient Autonomous Navigation in the Presence of Humans at Control Level Safe and Efficient Autonomous Navigation in the Presence of Humans at Control Level Klaus Buchegger 1, George Todoran 1, and Markus Bader 1 Vienna University of Technology, Karlsplatz 13, Vienna 1040,

More information

Proposed Watertown Plan Road Interchange Evaluation Using Full Scale Driving Simulator

Proposed Watertown Plan Road Interchange Evaluation Using Full Scale Driving Simulator 0 0 0 0 Proposed Watertown Plan Road Interchange Evaluation Using Full Scale Driving Simulator Kelvin R. Santiago-Chaparro*, M.S., P.E. Assistant Researcher Traffic Operations and Safety (TOPS) Laboratory

More information

ASSESSMENT OF A DRIVER INTERFACE FOR LATERAL DRIFT AND CURVE SPEED WARNING SYSTEMS: MIXED RESULTS FOR AUDITORY AND HAPTIC WARNINGS

ASSESSMENT OF A DRIVER INTERFACE FOR LATERAL DRIFT AND CURVE SPEED WARNING SYSTEMS: MIXED RESULTS FOR AUDITORY AND HAPTIC WARNINGS ASSESSMENT OF A DRIVER INTERFACE FOR LATERAL DRIFT AND CURVE SPEED WARNING SYSTEMS: MIXED RESULTS FOR AUDITORY AND HAPTIC WARNINGS Tina Brunetti Sayer Visteon Corporation Van Buren Township, Michigan,

More information

Adapting SatNav to Meet the Demands of Future Automated Vehicles

Adapting SatNav to Meet the Demands of Future Automated Vehicles Beattie, David and Baillie, Lynne and Halvey, Martin and McCall, Roderick (2015) Adapting SatNav to meet the demands of future automated vehicles. In: CHI 2015 Workshop on Experiencing Autonomous Vehicles:

More information

Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System

Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System Volkswagen Group: Leveraging VIRES VTD to Design a Cooperative Driver Assistance System By Dr. Kai Franke, Development Online Driver Assistance Systems, Volkswagen AG 10 Engineering Reality Magazine A

More information

Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study

Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study Assessments of Grade Crossing Warning and Signalization Devices Driving Simulator Study Petr Bouchner, Stanislav Novotný, Roman Piekník, Ondřej Sýkora Abstract Behavior of road users on railway crossings

More information

The Perception of Optical Flow in Driving Simulators

The Perception of Optical Flow in Driving Simulators University of Iowa Iowa Research Online Driving Assessment Conference 2009 Driving Assessment Conference Jun 23rd, 12:00 AM The Perception of Optical Flow in Driving Simulators Zhishuai Yin Northeastern

More information

Early Take-Over Preparation in Stereoscopic 3D

Early Take-Over Preparation in Stereoscopic 3D Adjunct Proceedings of the 10th International ACM Conference on Automotive User Interfaces and Interactive Vehicular Applications (AutomotiveUI 18), September 23 25, 2018, Toronto, Canada. Early Take-Over

More information

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS

AC : THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS AC 8-1513: THE UBIQUITOUS MICROCONTROLLER IN MECHANICAL ENGINEERING: MEASUREMENT SYSTEMS Michael Holden, California Maritime Academy Michael Holden teaches in the department of Mechanical Engineering at

More information

An Application for Driving Simulator Technology: An Evaluation of Traffic Signal Displays for Protected-Permissive Left-Turn Control

An Application for Driving Simulator Technology: An Evaluation of Traffic Signal Displays for Protected-Permissive Left-Turn Control An Application for Driving Simulator Technology: An Evaluation of Traffic Signal Displays for Protected-Permissive Left-Turn Control By Michael A. Knodler Jr. University of Massachusetts Amherst 214C Marston

More information

Azaad Kumar Bahadur 1, Nishant Tripathi 2

Azaad Kumar Bahadur 1, Nishant Tripathi 2 e-issn 2455 1392 Volume 2 Issue 8, August 2016 pp. 29 35 Scientific Journal Impact Factor : 3.468 http://www.ijcter.com Design of Smart Voice Guiding and Location Indicator System for Visually Impaired

More information

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback

Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Integrated Driving Aware System in the Real-World: Sensing, Computing and Feedback Jung Wook Park HCI Institute Carnegie Mellon University 5000 Forbes Avenue Pittsburgh, PA, USA, 15213 jungwoop@andrew.cmu.edu

More information

Impact of Connected Vehicle Safety Applications on Driving Behavior at Varying Market Penetrations: A Driving Simulator Study

Impact of Connected Vehicle Safety Applications on Driving Behavior at Varying Market Penetrations: A Driving Simulator Study Louisiana State University LSU Digital Commons LSU Master's Theses Graduate School 2017 Impact of Connected Vehicle Safety Applications on Driving Behavior at Varying Market Penetrations: A Driving Simulator

More information

Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models

Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models Adaptive Controllers for Vehicle Velocity Control for Microscopic Traffic Simulation Models Yiannis Papelis, Omar Ahmad & Horatiu German National Advanced Driving Simulator, The University of Iowa, USA

More information

Sign Legibility Rules Of Thumb

Sign Legibility Rules Of Thumb Sign Legibility Rules Of Thumb UNITED STATES SIGN COUNCIL 2006 United States Sign Council SIGN LEGIBILITY By Andrew Bertucci, United States Sign Council Since 1996, the United States Sign Council (USSC)

More information

P1.4. Light has to go where it is needed: Future Light Based Driver Assistance Systems

P1.4. Light has to go where it is needed: Future Light Based Driver Assistance Systems Light has to go where it is needed: Future Light Based Driver Assistance Systems Thomas Könning¹, Christian Amsel¹, Ingo Hoffmann² ¹ Hella KGaA Hueck & Co., Lippstadt, Germany ² Hella-Aglaia Mobile Vision

More information

Work Domain Analysis (WDA) for Ecological Interface Design (EID) of Vehicle Control Display

Work Domain Analysis (WDA) for Ecological Interface Design (EID) of Vehicle Control Display Work Domain Analysis (WDA) for Ecological Interface Design (EID) of Vehicle Control Display SUK WON LEE, TAEK SU NAM, ROHAE MYUNG Division of Information Management Engineering Korea University 5-Ga, Anam-Dong,

More information

Enhanced Virtual Transparency in Handheld AR: Digital Magnifying Glass

Enhanced Virtual Transparency in Handheld AR: Digital Magnifying Glass Enhanced Virtual Transparency in Handheld AR: Digital Magnifying Glass Klen Čopič Pucihar School of Computing and Communications Lancaster University Lancaster, UK LA1 4YW k.copicpuc@lancaster.ac.uk Paul

More information

LDOR: Laser Directed Object Retrieving Robot. Final Report

LDOR: Laser Directed Object Retrieving Robot. Final Report University of Florida Department of Electrical and Computer Engineering EEL 5666 Intelligent Machines Design Laboratory LDOR: Laser Directed Object Retrieving Robot Final Report 4/22/08 Mike Arms TA: Mike

More information

Focus Group Participants Understanding of Advance Warning Arrow Displays used in Short-Term and Moving Work Zones

Focus Group Participants Understanding of Advance Warning Arrow Displays used in Short-Term and Moving Work Zones Focus Group Participants Understanding of Advance Warning Arrow Displays used in Short-Term and Moving Work Zones Chen Fei See University of Kansas 2160 Learned Hall 1530 W. 15th Street Lawrence, KS 66045

More information

INSTALLATION. Preparation:

INSTALLATION. Preparation: INSTALLATION Preparation: Average Time Required: 2 to 3 hours Place a blanket down in the area which you will be working in. This will prevent scratches on the rear fascia / valance. Remove your License

More information

The Internet Response Method: Impact on the Canadian Census of Population data

The Internet Response Method: Impact on the Canadian Census of Population data The Internet Response Method: Impact on the Canadian Census of Population data Laurent Roy and Danielle Laroche Statistics Canada, Ottawa, Ontario, K1A 0T6, Canada Abstract The option to complete the census

More information

Driving Simulation Scenario Definition Based on Performance Measures

Driving Simulation Scenario Definition Based on Performance Measures Driving Simulation Scenario Definition Based on Performance Measures Yiannis Papelis Omar Ahmad Ginger Watson NADS & Simulation Center The University of Iowa 2401 Oakdale Blvd. Iowa City, IA 52242-5003

More information

DC CIRCUITS AND OHM'S LAW

DC CIRCUITS AND OHM'S LAW July 15, 2008 DC Circuits and Ohm s Law 1 Name Date Partners DC CIRCUITS AND OHM'S LAW AMPS - VOLTS OBJECTIVES OVERVIEW To learn to apply the concept of potential difference (voltage) to explain the action

More information

Motion Lab : Relative Speed. Determine the Speed of Each Car - Gathering information

Motion Lab : Relative Speed. Determine the Speed of Each Car - Gathering information Motion Lab : Introduction Certain objects can seem to be moving faster or slower based on how you see them moving. Does a car seem to be moving faster when it moves towards you or when it moves to you

More information

Iowa Research Online. University of Iowa. Robert E. Llaneras Virginia Tech Transportation Institute, Blacksburg. Jul 11th, 12:00 AM

Iowa Research Online. University of Iowa. Robert E. Llaneras Virginia Tech Transportation Institute, Blacksburg. Jul 11th, 12:00 AM University of Iowa Iowa Research Online Driving Assessment Conference 2007 Driving Assessment Conference Jul 11th, 12:00 AM Safety Related Misconceptions and Self-Reported BehavioralAdaptations Associated

More information

THE SCHOOL BUS. Figure 1

THE SCHOOL BUS. Figure 1 THE SCHOOL BUS Federal Motor Vehicle Safety Standards (FMVSS) 571.111 Standard 111 provides the requirements for rear view mirror systems for road vehicles, including the school bus in the US. The Standards

More information

Live Traffic Camera Content in the Connected Car: Experiences from Motorway Experiments

Live Traffic Camera Content in the Connected Car: Experiences from Motorway Experiments 2013 International Conference Connected Vehicles and Expo (ICCVE) Live Traffic Camera Content in the Connected Car: Experiences from Motorway Experiments Peter Fröhlich 1, Matthias Baldauf 1, Stefan Suette

More information

Use of Photogrammetry for Sensor Location and Orientation

Use of Photogrammetry for Sensor Location and Orientation Use of Photogrammetry for Sensor Location and Orientation Michael J. Dillon and Richard W. Bono, The Modal Shop, Inc., Cincinnati, Ohio David L. Brown, University of Cincinnati, Cincinnati, Ohio In this

More information

NAVIGATION. Basic Navigation Operation. Learn how to enter a destination and operate the navigation system.

NAVIGATION. Basic Navigation Operation. Learn how to enter a destination and operate the navigation system. Learn how to enter a destination and operate the navigation system. Basic Navigation Operation A real-time navigation system uses GPS and a map database to show your current location and help guide you

More information

Comparison of Wrap Around Screens and HMDs on a Driver s Response to an Unexpected Pedestrian Crossing Using Simulator Vehicle Parameters

Comparison of Wrap Around Screens and HMDs on a Driver s Response to an Unexpected Pedestrian Crossing Using Simulator Vehicle Parameters University of Iowa Iowa Research Online Driving Assessment Conference 2017 Driving Assessment Conference Jun 28th, 12:00 AM Comparison of Wrap Around Screens and HMDs on a Driver s Response to an Unexpected

More information

Validation of stopping and turning behavior for novice drivers in the National Advanced Driving Simulator

Validation of stopping and turning behavior for novice drivers in the National Advanced Driving Simulator Validation of stopping and turning behavior for novice drivers in the National Advanced Driving Simulator Timothy Brown, Ben Dow, Dawn Marshall, Shawn Allen National Advanced Driving Simulator Center for

More information

Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System

Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System Driver Education Classroom and In-Car Curriculum Unit 3 Space Management System Driver Education Classroom and In-Car Instruction Unit 3-2 Unit Introduction Unit 3 will introduce operator procedural and

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

Advances in Vehicle Periphery Sensing Techniques Aimed at Realizing Autonomous Driving

Advances in Vehicle Periphery Sensing Techniques Aimed at Realizing Autonomous Driving FEATURED ARTICLES Autonomous Driving Technology for Connected Cars Advances in Vehicle Periphery Sensing Techniques Aimed at Realizing Autonomous Driving Progress is being made on vehicle periphery sensing,

More information

CCG 360 o Stakeholder Survey

CCG 360 o Stakeholder Survey July 2017 CCG 360 o Stakeholder Survey National report NHS England Publications Gateway Reference: 06878 Ipsos 16-072895-01 Version 1 Internal Use Only MORI This Terms work was and carried Conditions out

More information

Validation of an Economican Fast Method to Evaluate Situationspecific Parameters of Traffic Safety

Validation of an Economican Fast Method to Evaluate Situationspecific Parameters of Traffic Safety Validation of an Economican Fast Method to Evaluate Situationspecific Parameters of Traffic Safety Katharina Dahmen-Zimmer, Kilian Ehrl, Alf Zimmer University of Regensburg Experimental Applied Psychology

More information

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot

Key-Words: - Neural Networks, Cerebellum, Cerebellar Model Articulation Controller (CMAC), Auto-pilot erebellum Based ar Auto-Pilot System B. HSIEH,.QUEK and A.WAHAB Intelligent Systems Laboratory, School of omputer Engineering Nanyang Technological University, Blk N4 #2A-32 Nanyang Avenue, Singapore 639798

More information

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

U.S. Rack, Inc Falcon Drive, Madera, CA APR17 INSTALLATION AND USE INSTRUCTIONS for SIDE-MOUNT LADDER RACK

U.S. Rack, Inc Falcon Drive, Madera, CA APR17 INSTALLATION AND USE INSTRUCTIONS for SIDE-MOUNT LADDER RACK U.S. Rack, Inc. 2850 Falcon Drive, Madera, CA 93637 15APR17 INSTALLATION AND USE INSTRUCTIONS for SIDE-MOUNT LADDER RACK WARNING: Do NOT attempt to install or use this rack without following all instructions.

More information

EE307. Frogger. Project #2. Zach Miller & John Tooker. Lab Work: 11/11/ /23/2008 Report: 11/25/2008

EE307. Frogger. Project #2. Zach Miller & John Tooker. Lab Work: 11/11/ /23/2008 Report: 11/25/2008 EE307 Frogger Project #2 Zach Miller & John Tooker Lab Work: 11/11/2008-11/23/2008 Report: 11/25/2008 This document details the work completed on the Frogger project from its conception and design, through

More information

Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink

Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink Objectives: Learn what an Arduino is and what it can do Learn what an LED is and how to use it Be able to wire and program an LED to blink By the end of this session: You will know how to use an Arduino

More information

Introducing LISA. LISA: Laboratory for Intelligent and Safe Automobiles

Introducing LISA. LISA: Laboratory for Intelligent and Safe Automobiles Introducing LISA LISA: Laboratory for Intelligent and Safe Automobiles Mohan M. Trivedi University of California at San Diego mtrivedi@ucsd.edu Int. Workshop on Progress and Future Directions of Adaptive

More information

Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance

Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance Cellular-based Vehicle to Pedestrian (V2P) Adaptive Communication for Collision Avoidance Mehrdad Bagheri, Matti Siekkinen, Jukka K. Nurminen Aalto University - Department of Computer Science and Engineering

More information

Electronic Costing & Technology Experts

Electronic Costing & Technology Experts Electronic Costing & Technology Experts 21 rue la Nouë Bras de Fer 44200 Nantes France Phone : +33 (0) 240 180 916 email : info@systemplus.fr www.systemplus.fr April 2015 Version 1 Written by Sylvain Hallereau

More information

White paper on CAR28T millimeter wave radar

White paper on CAR28T millimeter wave radar White paper on CAR28T millimeter wave radar Hunan Nanoradar Science and Technology Co., Ltd. Version history Date Version Version description 2017-07-13 1.0 the 1st version of white paper on CAR28T Contents

More information

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators

Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Mechatronics Engineering and Automation Faculty of Engineering, Ain Shams University MCT-151, Spring 2015 Lab-4: Electric Actuators Ahmed Okasha, Assistant Lecturer okasha1st@gmail.com Objective Have a

More information

Driver Comprehension of Integrated Collision Avoidance System Alerts Presented Through a Haptic Driver Seat

Driver Comprehension of Integrated Collision Avoidance System Alerts Presented Through a Haptic Driver Seat University of Iowa Iowa Research Online Driving Assessment Conference 2009 Driving Assessment Conference Jun 24th, 12:00 AM Driver Comprehension of Integrated Collision Avoidance System Alerts Presented

More information

A flexible application framework for distributed real time systems with applications in PC based driving simulators

A flexible application framework for distributed real time systems with applications in PC based driving simulators A flexible application framework for distributed real time systems with applications in PC based driving simulators M. Grein, A. Kaussner, H.-P. Krüger, H. Noltemeier Abstract For the research at the IZVW

More information

The introduction and background in the previous chapters provided context in

The introduction and background in the previous chapters provided context in Chapter 3 3. Eye Tracking Instrumentation 3.1 Overview The introduction and background in the previous chapters provided context in which eye tracking systems have been used to study how people look at

More information

Introduction...3. System Overview...4. Navigation Computer GPS Antenna...6. Speed Signal...6 MOST RGB Lines...6. Navigation Display...

Introduction...3. System Overview...4. Navigation Computer GPS Antenna...6. Speed Signal...6 MOST RGB Lines...6. Navigation Display... Table of Contents E65 NAVIGATION SYSTEM Subject Page Introduction...............................................3 System Overview...........................................4 Components Navigation Computer.....................................

More information

Revision: April 18, E Main Suite D Pullman, WA (509) Voice and Fax

Revision: April 18, E Main Suite D Pullman, WA (509) Voice and Fax Lab 1: Resistors and Ohm s Law Revision: April 18, 2010 215 E Main Suite D Pullman, WA 99163 (509) 334 6306 Voice and Fax Overview In this lab, we will experimentally explore the characteristics of resistors.

More information

Driver Assistance and Awareness Applications

Driver Assistance and Awareness Applications Using s as Automotive Sensors Driver Assistance and Awareness Applications Faroog Ibrahim Visteon Corporation GNSS is all about positioning, sure. But for most automotive applications we need a map to

More information

Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects

Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects NSF GRANT # 0448762 NSF PROGRAM NAME: CMMI/CIS Visualization of Vehicular Traffic in Augmented Reality for Improved Planning and Analysis of Road Construction Projects Amir H. Behzadan City University

More information

The application of Work Domain Analysis (WDA) for the development of vehicle control display

The application of Work Domain Analysis (WDA) for the development of vehicle control display Proceedings of the 7th WSEAS International Conference on Applied Informatics and Communications, Athens, Greece, August 24-26, 2007 160 The application of Work Domain Analysis (WDA) for the development

More information

Analyzing Situation Awareness During Wayfinding in a Driving Simulator

Analyzing Situation Awareness During Wayfinding in a Driving Simulator In D.J. Garland and M.R. Endsley (Eds.) Experimental Analysis and Measurement of Situation Awareness. Proceedings of the International Conference on Experimental Analysis and Measurement of Situation Awareness.

More information

Real Time Traffic Light Control System Using Image Processing

Real Time Traffic Light Control System Using Image Processing Real Time Traffic Light Control System Using Image Processing Darshan J #1, Siddhesh L. #2, Hitesh B. #3, Pratik S.#4 Department of Electronics and Telecommunications Student of KC College Of Engineering

More information

Choosing the Optimum Mix of Sensors for Driver Assistance and Autonomous Vehicles

Choosing the Optimum Mix of Sensors for Driver Assistance and Autonomous Vehicles Choosing the Optimum Mix of Sensors for Driver Assistance and Autonomous Vehicles Ali Osman Ors May 2, 2017 Copyright 2017 NXP Semiconductors 1 Sensing Technology Comparison Rating: H = High, M=Medium,

More information

AutoHabLab Addressing Design Challenges in Automotive UX. Prof. Joseph Giacomin September 4 th 2018

AutoHabLab Addressing Design Challenges in Automotive UX. Prof. Joseph Giacomin September 4 th 2018 AutoHabLab Addressing Design Challenges in Automotive UX Prof. Joseph Giacomin September 4 th 2018 Human Centred Design Human Centred Design Involves techniques which empathise with, interact with, and

More information

MAP MATCHING AUGMENTED DEAD RECKONING. Walter B. Zavoli Stanley K. Honey. Etak, Incorporated. Menlo Park, California

MAP MATCHING AUGMENTED DEAD RECKONING. Walter B. Zavoli Stanley K. Honey. Etak, Incorporated. Menlo Park, California MAP MATCHING AUGMENTED DEAD RECKONING Walter B. Zavoli Stanley K. Honey Etak, Incorporated Menlo Park, California Figure 1 ABSTRACT Where am I? Where is my destination? How do I get there? These are questions

More information

Hatchback Wing Riser Kit

Hatchback Wing Riser Kit Hatchback Wing Riser Kit 2015-06-11 Thank you for purchasing this PERRIN product for your car! Installation of this product should only be performed by persons experienced with installation of aftermarket

More information

Simulated Augmented Reality Windshield Display as a Cognitive Mapping Aid for Elder Driver Navigation

Simulated Augmented Reality Windshield Display as a Cognitive Mapping Aid for Elder Driver Navigation Simulated Augmented Reality Windshield Display as a Cognitive Mapping Aid for Elder Driver Navigation SeungJun Kim Anind K. Dey Human-Computer Interaction Institute Carnegie Mellon University Pittsburgh

More information

PROGRESS ON THE SIMULATOR AND EYE-TRACKER FOR ASSESSMENT OF PVFR ROUTES AND SNI OPERATIONS FOR ROTORCRAFT

PROGRESS ON THE SIMULATOR AND EYE-TRACKER FOR ASSESSMENT OF PVFR ROUTES AND SNI OPERATIONS FOR ROTORCRAFT PROGRESS ON THE SIMULATOR AND EYE-TRACKER FOR ASSESSMENT OF PVFR ROUTES AND SNI OPERATIONS FOR ROTORCRAFT 1 Rudolph P. Darken, 1 Joseph A. Sullivan, and 2 Jeffrey Mulligan 1 Naval Postgraduate School,

More information

Gaze-enhanced Scrolling Techniques

Gaze-enhanced Scrolling Techniques Gaze-enhanced Scrolling Techniques Manu Kumar Stanford University, HCI Group Gates Building, Room 382 353 Serra Mall Stanford, CA 94305-9035 sneaker@cs.stanford.edu Andreas Paepcke Stanford University,

More information

NOT DESIGNATED FOR PUBLICATION

NOT DESIGNATED FOR PUBLICATION NOT DESIGNATED FOR PUBLICATION STATE OF LOUISIANA COURT OF APPEAL, THIRD CIRCUIT 06-1222 JEFFREY AND PEGGY DESSELLES, ET AL. VERSUS APRIL JOHNSON, ET AL. ************ APPEAL FROM THE TWELFTH JUDICIAL DISTRICT

More information

ADVANCED ENERGY VEHICLE DESIGN PROJECT. AEV Lab Guidelines

ADVANCED ENERGY VEHICLE DESIGN PROJECT. AEV Lab Guidelines THE OHIO STATE UNIVERSITY ENGINEERING EDUCATION INNOVATION CENTER 2 Hitchcock Hall, 27 Neil Avenue, Columbus, OH 21 First-Year Engineering Program: ADVANCED ENERGY VEHICLE DESIGN PROJECT AEV Rev. 8221

More information

Patents of eye tracking system- a survey

Patents of eye tracking system- a survey Patents of eye tracking system- a survey Feng Li Center for Imaging Science Rochester Institute of Technology, Rochester, NY 14623 Email: Fxl5575@cis.rit.edu Vision is perhaps the most important of the

More information

2-Terminal Device Characteristics and Diode Characterization

2-Terminal Device Characteristics and Diode Characterization Laboratory-1 2-Terminal Device Characteristics and Diode Characterization Introduction The objectives of this experiment are to learn methods for characterizing 2- terminal devices, such as diodes, observe

More information

Comparison between audio and tactile systems for delivering simple navigational information to visually impaired pedestrians

Comparison between audio and tactile systems for delivering simple navigational information to visually impaired pedestrians British Journal of Visual Impairment September, 2007 Comparison between audio and tactile systems for delivering simple navigational information to visually impaired pedestrians Dr. Olinkha Gustafson-Pearce,

More information

Hydroacoustic Aided Inertial Navigation System - HAIN A New Reference for DP

Hydroacoustic Aided Inertial Navigation System - HAIN A New Reference for DP Return to Session Directory Return to Session Directory Doug Phillips Failure is an Option DYNAMIC POSITIONING CONFERENCE October 9-10, 2007 Sensors Hydroacoustic Aided Inertial Navigation System - HAIN

More information

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017

23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS. Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 23270: AUGMENTED REALITY FOR NAVIGATION AND INFORMATIONAL ADAS Sergii Bykov Technical Lead Machine Learning 12 Oct 2017 Product Vision Company Introduction Apostera GmbH with headquarter in Munich, was

More information

ENTERPRISE Transportation Pooled Fund Study TPF-5 (231)

ENTERPRISE Transportation Pooled Fund Study TPF-5 (231) ENTERPRISE Transportation Pooled Fund Study TPF-5 (231) Impacts of Traveler Information on the Overall Network FINAL REPORT Prepared by September 2012 i 1. Report No. ENT-2012-2 2. Government Accession

More information

IN THE COURT OF APPEALS OF IOWA. No / Filed December 28, Appeal from the Iowa District Court for Polk County, Eliza J.

IN THE COURT OF APPEALS OF IOWA. No / Filed December 28, Appeal from the Iowa District Court for Polk County, Eliza J. BRENDA PIGNOLET DE FRESNE, Plaintiff-Appellant, vs. IN THE COURT OF APPEALS OF IOWA No. 6-753 / 06-0358 Filed December 28, 2006 JAMES C. ROOK, Respondent-Appellee. Judge. Appeal from the Iowa District

More information

Poverty in the United Way Service Area

Poverty in the United Way Service Area Poverty in the United Way Service Area Year 2 Update 2012 The Institute for Urban Policy Research At The University of Texas at Dallas Poverty in the United Way Service Area Year 2 Update 2012 Introduction

More information

Notification System Installation Guide

Notification System Installation Guide Notification System Installation Guide NOTE: It is strongly recommend that you hire a licensed electrician to perform the installation of this product. Materials Provided 1. Directory Sign (1) a. Directory

More information

MAKE SURE THE COLECOVISION OR ADAM IS OFF BEFORE INSERTING OR REMOVING A CARTRIDGE.

MAKE SURE THE COLECOVISION OR ADAM IS OFF BEFORE INSERTING OR REMOVING A CARTRIDGE. Bump 'n' Jump Use with: * Coleco's Expansion Module #2 * ColecoVision Controllers * Super Action Controllers * For One or Two Players * Select from Four Skill Levels GAME DESCRIPTION BUMP 'N' JUMP is no

More information

Interactions and Applications for See- Through interfaces: Industrial application examples

Interactions and Applications for See- Through interfaces: Industrial application examples Interactions and Applications for See- Through interfaces: Industrial application examples Markus Wallmyr Maximatecc Fyrisborgsgatan 4 754 50 Uppsala, SWEDEN Markus.wallmyr@maximatecc.com Abstract Could

More information

EXTRACTING REAL-TIME DATA FROM A DRIVING SIMULATOR SEYED AMIRHOSSEIN HOSSEINI. Bachelor of Engineering in Civil Engineering QIAU May 2012

EXTRACTING REAL-TIME DATA FROM A DRIVING SIMULATOR SEYED AMIRHOSSEIN HOSSEINI. Bachelor of Engineering in Civil Engineering QIAU May 2012 EXTRACTING REAL-TIME DATA FROM A DRIVING SIMULATOR SEYED AMIRHOSSEIN HOSSEINI Bachelor of Engineering in Civil Engineering QIAU May 2012 submitted in partial fulfillment of requirements for the degree

More information

Simulators och simulator usage (729A63) Björn Peters, VTI

Simulators och simulator usage (729A63) Björn Peters, VTI Simulators och simulator usage (729A63) Björn Peters, VTI Agenda Presentation Experiences for last year Some practicalities Visit the simulator Course goals and content Seminars, literature Project, grouping

More information

Frequently Asked Questions

Frequently Asked Questions The Synchro Studio support site is available for users to submit questions regarding any of our software products. Our goal is to respond to questions (Monday - Friday) within a 24-hour period. Most questions

More information

An Integrated Expert User with End User in Technology Acceptance Model for Actual Evaluation

An Integrated Expert User with End User in Technology Acceptance Model for Actual Evaluation Computer and Information Science; Vol. 9, No. 1; 2016 ISSN 1913-8989 E-ISSN 1913-8997 Published by Canadian Center of Science and Education An Integrated Expert User with End User in Technology Acceptance

More information

Making Vehicles Smarter and Safer with Diode Laser-Based 3D Sensing

Making Vehicles Smarter and Safer with Diode Laser-Based 3D Sensing Making Vehicles Smarter and Safer with Diode Laser-Based 3D Sensing www.lumentum.com White Paper There is tremendous development underway to improve vehicle safety through technologies like driver assistance

More information

Basic Microprocessor Interfacing Trainer Lab Manual

Basic Microprocessor Interfacing Trainer Lab Manual Basic Microprocessor Interfacing Trainer Lab Manual Control Inputs Microprocessor Data Inputs ff Control Unit '0' Datapath MUX Nextstate Logic State Memory Register Output Logic Control Signals ALU ff

More information

Do Redundant Head-Up and Head-Down Display Configurations Cause Distractions?

Do Redundant Head-Up and Head-Down Display Configurations Cause Distractions? University of Iowa Iowa Research Online Driving Assessment Conference 2009 Driving Assessment Conference Jun 24th, 12:00 AM Do Redundant Head-Up and Head-Down Display Configurations Cause Distractions?

More information