gazebo_world_manager/main.py
2025-08-10 11:58:37 +08:00

5 lines
155 B
Python
Executable File

from http_server import GazeboSimHttpServer
if __name__ == '__main__':
server = GazeboSimHttpServer()
server.start(hostname='0.0.0.0', port=12300)