Programming in Python

Here is a test of code :

test.py
from tny_360 import TNY360

robot = TNY360('192.168.1.42')

print("Connecting to robot...")
success = robot.connect()

if success:
    print("Robot connected")
else:
    print("Robot not connected")

© 2025 TNY Robotics. Tous droits réservés.