Skip to content

tranvansang/car-driving-interface

Repository files navigation

Car driving interface by mouse

For school exercise.

Written in C++ using Qt

Topic: there is Unity car driving server, served via socket connection via following commands

  • start // 初期状態に戻す 計測開始
  • accelerator 50 // アクセルレベルの設定 (0 ... 100) 更新されるまで同じレベルを維持する。
  • decelerator 50 // ブレーキレベルの設定 (0 ... 100) 更新されるまで同じレベルを維持する。
  • wheel 50 // ハンドルレベル (0 ... 100) 更新されるまで同じレベルを維持する 50がニュートラル
  • shiftgear true // ギア true=前進 false=後退

Task: writing an user interface to control the car.

Exericise link

Result: see Youtube link

Screenshots

Server

alt text

Driving interface

alt text

alt text

About

Car driving interface by Qt (school exercise)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published