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.
6
Commits
132
Branches
82
Tags
6.0 GiB
Tree:
efb981c1ee
openpilot_comma
/
common
/
watchdog.h
6 lines
67 B
Raw
Normal View
History
Unescape
Escape
openpilot v0.9.4 release date: 2023-07-27T18:38:32 master commit: fa310d9e2542cf497d92f007baec8fd751ffa99c
2 years ago
#
pragma once
#
include
<cstdint>
bool
watchdog_kick
(
uint64_t
ts
)
;