Skip to content

inria-paris-robotics-lab/unitree-go2-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unitree Go2 ros2 simulation

This ros2 package allows you to simualate the go2 robot in pybullet. It replicates some of the real robot topics.

Installation

For this to work you will need to have installed the unitree_ros stack (please find instructions, here). You will also need pybullet, it is recommended to install it in a conda environment:

conda create -n pybullet_ros python=3.10
conda activate pybullet_ros
conda install pybullet

After this you can do colcon build at the root of your ros workspace, and you should be able to launch this package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages