Skip to content

Philipp-M/HapticBallLabyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HapticBallLabyrinth

Screenshot

This virtual labyrinth is controlled with two Hapkits

User Manual

Building and running

$ cd BallLabyrinth
$ mkdir build
$ cd ./build/
$ cmake ..
$ make
$ cd ..
$ ./build/BallLabyrinth arg1 arg2

In our case

$ ./build/BallLabyrinth /dev/ttyUSB0 /dev/ttyUSB1

The executable needs the file descriptors of the serial interface of the Hapkits as the first and second argument.

Keybindings

Each of the haptic feebacks can be toggled to provide different user experiences.

The follwing key bindings are used to toggle haptic feedback

  • s -- Center Spring
  • w -- Virtual Wall
  • c -- Ball Collision
  • q -- Quits the program

Dependencies

  • OpenGl
  • Glew
  • SDL2
  • SDL2_image
  • Boost

About

This virtual labyrinth is controlled with two hapkits

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published