mqtt_client
mqtt_client copied to clipboard
Crash if non-compliant MQTT message is received
Currenty, the mqtt_client cannot handle non-compliant MQTT messages received on topics where the client is expecting an mqtt_client-sent ROS message or an mqtt_client-sent ROS message type. We need to find a way to safely disregard such messages or fall back to the primitive publishing feature.