Skip to content

sensint/HapticGasPedal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Foot Pedal Control - The Role of Vibrotactile Feedback in Performance and Perceived Control

We'd love to get your feedback and know if you want to explore this research further.

About The Project

Banner images

Feedback on foot pedals affects the user's ability to control dynamic systems. However, the interplay between objective performance and user's perceived control has not been formally investigated for foot pedals. Thus, we evaluated this interplay for 4 pedal configurations: rigid and compliant pedals with and without vibrotactile feedback synchronized with user action. We conducted a within-subjects study with 12 participants, consisting of (1) a one-dimensional following task, (2) a driving task in VR to measure user performance, and (3) qualitative interviews for understanding users' subjective control. The objective performance metrics showed no significant differences between the pedal configurations. In contrast, analysis of the interviews revealed that motion-coupled vibrotactile feedback increases the participants' perceived control. These results offer possibilities for designing customized pedal feedback without compromising performance. This research emphasizes evaluating objective performance as well as perceived control while assessing control strategies for existing and novel interfaces.

(back to top)

Built With

(back to top)

Getting Started

Download the code from the GitHub website or clone repo using your favorite git-client software or with the following command:

git clone https://github.com/sensint/HapticGasPedal.git
  • To run the processing script (Targetting_Task.pde) as is, please add all the trajectories in the same folder as the processing file.
  • Assign the right port for the serial communication.
  • Run the script

Firmware

We provide the firmware for two build systems - Teensyduino (based on Arduino IDE) and PlatformIO.

The firmware was tested with the following microcontrollers:

  • Teensy 4.1

Teensyduino

The easiest way to get up and running with the firmware is Teensyduino.

Prerequisites

Download and install the Teensyduino software for your operating system. All needed libraries are included in the basic installation.

Hardware

This project is based on the Teensy microcontroller and the PT8211 Audio Kit.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Sensorimotor Interaction Group - website - @sensintgroup

Project Link: https://github.com/sensint/HapticGasPedal

(back to top)

Acknowledgments

(back to top)