#include <diagnostics.hpp>
Public Member Functions | |
void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
void | update (const uint8_t &new_status) |
WheelDropTask () | |
Private Attributes | |
uint8_t | status |
Diagnostic checking whether the wheels stay in contact with the ground.
Definition at line 95 of file diagnostics.hpp.
kobuki::WheelDropTask::WheelDropTask | ( | ) | [inline] |
Definition at line 97 of file diagnostics.hpp.
void kobuki::WheelDropTask::run | ( | diagnostic_updater::DiagnosticStatusWrapper & | stat | ) | [virtual] |
Implements diagnostic_updater::DiagnosticTask.
Definition at line 116 of file diagnostics.cpp.
void kobuki::WheelDropTask::update | ( | const uint8_t & | new_status | ) | [inline] |
Definition at line 99 of file diagnostics.hpp.
uint8_t kobuki::WheelDropTask::status [private] |
Definition at line 102 of file diagnostics.hpp.