IntelligentRoboticsLabs / go2_robot

Implementation for Unitree GO 2 in ROS 2
BSD 3-Clause "New" or "Revised" License
32 stars 4 forks source link

Support For Go2 Pro #4

Open David9696 opened 3 days ago

David9696 commented 3 days ago

Hi,

Thanks for sharing this great project.

Is this package support go2 pro? Or it only supports go2 edu?

If this package does support go2 pro, how could I use it with the go2 pro robot? Via wifi or Ethernet?

Hope you could enlighten me.

Thanks

Regards,

David

Juancams commented 3 days ago

Hi @David9696 !

I have been reviewing, and I think the only difference they have in go2 EDU vs Pro is that the EDU can come with a built-in jetson orin nx, but the Pro does not... could you confirm this for me?

If that is the only difference, you can launch the driver from your computer, either via Wifi or Ethernet.

I hope I've helped!!

Greetings.

David9696 commented 2 days ago

Hi @Juancams

Thanks for your reply. I have tested this package with go2 pro robot. It is not working via wifi and ethernet. Most likely it is working only with edu version as nly edu version can be accessed via dds.

Anyway, thanks for sharing this great project.

Juancams commented 19 hours ago

Hello again @David9696

I've been checking, and you probably need to do some previous steps to be able to launch it on the Pro. The reason is that there is an sdk that the robot launches by default in the EDU versions, since these come equipped with a jetson.

Before using our packages, please follow the steps in the following repository and get this sdk running on the computer with which you communicate with the robot. Once you achieve it, launch our driver and you should be able to use it as I indicate in the examples.

Please, if you manage to get it working, tell us so we can update our repository, or make a pull request with the steps to follow, and thus support the rest of the go2 versions.