![]() |
Khangai Robot Play - Naive
01
THe naive play of the Khangai Robot
|

Functions | |
| void | log_data () |
| Function implementing the logging thread. More... | |
| void | Logging_Handle_TxCplt () |
| void | log_Stop () |
| void | log_Angle (float psi, float rw) |
| void | log_CompassOffsets (Vec3< float > offsets) |
| void | log_JoyStickError (uint32_t err_count) |
Variables | |
| Queue< uint8_t, LOG_BUFFER_SIZE > | gLogging_Buffer |
| uint8_t | gSent_Count = 0 |
| void log_Angle | ( | float | psi, |
| float | rw | ||
| ) |
| void log_CompassOffsets | ( | Vec3< float > | offsets | ) |

| void log_data | ( | ) |
Function implementing the logging thread.
| argument | Not used |
| None |
| void log_JoyStickError | ( | uint32_t | err_count | ) |
| void log_Stop | ( | ) |
| void Logging_Handle_TxCplt | ( | ) |
| Queue<uint8_t, LOG_BUFFER_SIZE> gLogging_Buffer |
| uint8_t gSent_Count = 0 |