I’m researching Go2 EDU to access server on cloud. I want to run a Proxy Agent directly on the robot. The agent’s goal is to convert DDS messages from the robot into MQTT for a cloud server and forward commands back.
I plan to use SDK2 interfaces, and understand that the EDU model supports Secondary Development.
I’m curious about:
- Can a user-level application or container be run inside the EDU model’s OS?
- If yes, are there any limitations I should be aware of (Docker support, ROS2/DDS access, CPU/memory constraints, etc.)?
- or any better structure to connect GO2 to cloud server?
Thanks in advance for any guidance!