I would like to connect my laptop to the Unitree A1 robot, be it via Ethernet cable or WiFi. In principle, I want to receive on my laptop all the ROS messages running on the robot.
What is the procedure to access the ROS messages on the robot?
Is there a static IP on both the Raspberry Pi?
Hi,
You can get the data from the robot either connecting with Wifi or LAN. To get the access to the robot you can attach a screen to the robot and then turn it on and check the ips. Because there are two pcs on the robot one for low level control having robot’s base software and one rasberry pi or NVIDIA.
In my case the ips my robot had was:
For the main controller PC: ssh -X unitree@192.168.123.161
@Artur You have to check for the password in the documents if its not there you can email support@mybotshop.de as I’ve never used this the reason is latency over the WLAN network might occur. So I’ve always used a direct connection for the setup and development.
For next point not getting the HDMI connection problem, as I said in the last thread there are two pcs on the robot. The front side of the robot has some ports they are for Rasberry Pi. Here you can connect the HDMI cable and than restart the robot because if the robot is turned on and than you connect an HDMI adapter it will not show anything. So you’ve to restart after HDMI connection.
I think getting connection to Rasberry Pi and its ip is enough but you can do the same procedure for the other main PC for robot communication.
Are you using LAN for something different usually? Its IP is 10.211.55.9. The robot is in the 192.168.123.0 network. You would need to reconfigure the network device enp0s5.
You can also try to connect to the UnitreeA1-xyz WiFi. The password is 00000000 (8 zeroes). The WiFi should get an IP in the proper network and you should be able to ping the robot.
Aye, your network device should get an IP in the 192.168.123.0/24 network. In my case, upon connecting the robot to the computer, the robot gives a proper IP to my computer.
Does it work with WiFi? Is more comfortable imho when you move around the robot.