5 lines
155 B
Python
Executable File
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) |