feat: add Core URDF with basic Gazebo sim

This commit is contained in:
David
2025-09-30 17:49:01 -05:00
parent 8c5287158d
commit e5af28af3a
28 changed files with 6347 additions and 10 deletions

View File

@@ -66,6 +66,7 @@ class SerialRelay(Node):
# Loop through all serial devices on the computer to check for the MCU
self.port = None
# self.port = "/tmp/ttyACM9" # Fake port, for debugging
ports = SerialRelay.list_serial_ports()
for i in range(4):
if self.port is not None: