Each message is exactly one line, and there are no other newlines in the message.
The Jetson sends two types of messages to the bot: model updates and depth updates. General structure of a msg (space between each thing):
- Opening character. This is a [ for model updates and a ] for depth updates.
- Current pose of the robot. x/y/theta doubles, each space-separated.