Add command processing functionality to CustomRobot class. Introduced methods for handling OAC and Sport commands via MQTT messages, including validation and response publishing. Removed unnecessary logging statements for cleaner output.
This commit is contained in:
@@ -202,7 +202,6 @@ void MqttClient::startMessageProcessor() {
|
||||
|
||||
processorRunning_ = true;
|
||||
messageProcessor_ = std::thread(&MqttClient::processMessageQueue, this);
|
||||
LOG_INFO("MQTT message processor started");
|
||||
}
|
||||
|
||||
void MqttClient::stopMessageProcessor() {
|
||||
|
||||
Reference in New Issue
Block a user