#include <diagnostics_1.hpp>

Public Member Functions | |
| MotorCurrentTask () | |
| void | run (diagnostic_updater::DiagnosticStatusWrapper &stat) |
| void | update (const std::vector< uint8_t > &new_values) |
Public Member Functions inherited from diagnostic_updater::DiagnosticTask | |
| DiagnosticTask (const std::string name) | |
| const std::string & | getName () |
| virtual | ~DiagnosticTask () |
Private Attributes | |
| std::vector< uint8_t > | values |
Diagnostic checking the current supplied to the motors, what can be useful for detecting whether the robot is blocked.
Definition at line 109 of file diagnostics_1.hpp.
|
inline |
Definition at line 111 of file diagnostics_1.hpp.
|
virtual |
Implements diagnostic_updater::DiagnosticTask.
|
inline |
Definition at line 113 of file diagnostics_1.hpp.
|
private |
Definition at line 116 of file diagnostics_1.hpp.