How to SSH into the Robot
AI Sapiens supports mDNS, allowing you to connect without manually checking the IP address.
-
Connect the robot's SBC (onboard PC) to the same network as your PC using a LAN cable.
-
Check the serial number printed on the back of the robot body. In this example, the serial number is SNPR50A1004.
-
On your PC terminal, run:
ssh root@k1-SNPR50A1004.local
Replace SNPR50A1004 with the serial number printed on the back of your robot body.
The root account has no password by default.