Update to Bridges

This commit is contained in:
2026-01-01 01:08:30 +00:00
parent 2b01f636fe
commit 4b44c3de91
9 changed files with 578 additions and 324 deletions

View File

@@ -20,7 +20,7 @@ import pybullet_data
class DroneSimulator:
"""PyBullet-based drone simulation with camera."""
UDP_HOST = '127.0.0.1'
UDP_HOST = '0.0.0.0'
UDP_PORT = 5555
UDP_BUFFER_SIZE = 65535
SOCKET_TIMEOUT = 0.001