This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
openpilot_comma
mirror of
https://github.com/commaai/openpilot.git
Watch
1
Star
0
Fork
You've already forked openpilot_comma
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
openpilot is an open source driver assistance system. openpilot performs the functions of Automated Lane Centering and Adaptive Cruise Control for over 200 supported car makes and models.
2482
Commits
129
Branches
82
Tags
5.4 GiB
Tree:
2b9b7182d8
openpilot_comma
/
selfdrive
/
ui
/
sidebar.hpp
5 lines
66 B
Raw
Normal View
History
Unescape
Escape
Qt ui for PC (#2023) * qt ui boilerplate * this kinda works * cleanup * render inside other widget * cleanup * more cleanup * Not needed * Handle click * Draw at 20Hz * create paint.hpp * move stuff around * update sidebar * Draw vision * this works again * add clickable settings button * Only collapse sidebar when started * always use qt on linux * fix width * scrollable area * talk to NetworkManager * code to add a connection * params toggles * small cleanup * add qt5 to dockerfile * Qt on mac * Add qt to release files * fix macos build * nore more ifdefs needed * add icons * make a bit nicer * Hide scrollbar Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: e115c514521c7705112bd0cb2e4bf865b536501a
5 years ago
#
pragma once
#
include
"ui.hpp"
void
ui_draw_sidebar
(
UIState
*
s
)
;