Hello again!
I am currently trying to set up our new Go1 to control it via ROS.
Since there is currently no Go1 Software Guide, that I’m aware of, I am using the A1 Software Guide instead.
I think I’ve compiled everything needed (unitree_legged_sdk
, unitree_ros
, unitree_ros_to_real
) for the Go1 but not all mentioned packages or nodes are part of the newer versions of the unitree repositories or got at least a new name.
My plan was to start with the control examples (4.4.2) from the A1 Software Guide:
- I guess the executed
sdk_lcm_server_low
is now just calledlcm_server
and can be started via the launch filereal.launch
, no problem here. - I’m also assuming that the
a1_real position_lcm_publisher
is now part of theunitree_legged_real
package and calledposition_lcm
.
But since I want to control it via highlevel commands, I’d guess to executewalk_lcm
.
But that is where the instructions end.
So my questions are the following:
- Are my assumptions correct?
- Do I need to reconfigure the ip-addresses in the SDK since the there stated address is
192.168.123.161
but the Go1 uses the192.168.12.0
Network. - Is anything else needed to control the Robot in HighLevel-Mode?
Thanks in advance!