-
Notifications
You must be signed in to change notification settings - Fork 29
Description
When I run test_connect.py, I can't discover or connect to the robot:
C:\Users\Sistemas\AppData\Local\Programs\Python\Python312\python.exe C:\Users\Sistemas\PycharmProjects\mini_demo\test\test_connect.py
start scanning...
Address not available when adding 169.254.120.177 to multicast group, it is expected to happen on some systems
Address not available when adding 169.254.198.40 to multicast group, it is expected to happen on some systems
Address not available when adding 169.254.170.172 to multicast group, it is expected to happen on some systems
Address not available when adding 169.254.196.115 to multicast group, it is expected to happen on some systems
scan device timeout
stop scan finished.
test_get_device_by_name result:None
Process finished with exit code 0
I change this and put the serial number of my alpha mini:
result: WiFiDevice = await MiniSdk.get_device_by_name("XXXXX", 10)
Also change the type of robot (I'm trying EDU, DEDU and MINI):
MiniSdk.set_robot_type(MiniSdk.RobotType.MINI)
I still can't connect to the robot. :(