TORQUE VECTOR telemetry task implementations.
More...
#include <stdint.h>
Go to the source code of this file.
|
| void | report_telemetry_25hz (void) |
| | Reports telemetry data at 25HZ rate Includes: GPS coordinates, velocity, speed, heading.
|
| |
| void | report_telemetry_1hz (void) |
| | Reports telemetry data at 1 Hz rate Includes: AMK diagnostics.
|
| |
TORQUE VECTOR telemetry task implementations.
- Author
- Irving Wang (irvin.nosp@m.gw@p.nosp@m.urdue.nosp@m..edu)
◆ report_telemetry_1hz()
| void report_telemetry_1hz |
( |
void | | ) |
|
Reports telemetry data at 1 Hz rate Includes: AMK diagnostics.
Reports telemetry data at 1 Hz rate Includes: AMK diagnostics.
◆ report_telemetry_25hz()
| void report_telemetry_25hz |
( |
void | | ) |
|
Reports telemetry data at 25HZ rate Includes: GPS coordinates, velocity, speed, heading.
◆ TELEMETRY_1HZ_PERIOD_MS
| uint32_t TELEMETRY_1HZ_PERIOD_MS = 1000 |
|
staticconstexpr |
◆ TELEMETRY_25HZ_PERIOD_MS
| uint32_t TELEMETRY_25HZ_PERIOD_MS = 40 |
|
staticconstexpr |