dmezh / dbw_watchdog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IGVC DBW Team's Watchdog

Build Action

The DBW watchdog is a program that runs on the Pi, along with the UI software. It is designed to monitor the rest of the car in a central place and be the authority for mode changes.

The watchdog is composed of a core and main thread, which starts module threads that monitor various aspects of the car.

Dev:

Please branch and PR; name branches roughly speaking according to the area being changed -

  • core_xxx -> changes to the core
  • watchdog_xxx -> changes to the watchdog
  • mod_canhealth_xxx -> changes to mod_canhealth, etc.

Remember, build passing here doesn't necessarily mean build passing on ARM/the Pi, so please check both before merging.

About


Languages

Language:C++ 94.8%Language:Makefile 2.7%Language:C 2.5%