Here is a test of code :
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")