unitree_ros/robots/b2w_description
BDLUO 6997c67da6 modify some inertial parameters in B2 and B2W 2024-06-05 11:40:51 +08:00
..
config add b2w description 2024-03-18 16:02:44 +08:00
launch add b2w description 2024-03-18 16:02:44 +08:00
meshes add b2w description 2024-03-18 16:02:44 +08:00
urdf modify some inertial parameters in B2 and B2W 2024-06-05 11:40:51 +08:00
xacro add b2w description 2024-03-18 16:02:44 +08:00
CMakeLists.txt add b2w description 2024-03-18 16:02:44 +08:00
README.md add b2w description 2024-03-18 16:02:44 +08:00
package.xml add b2w description 2024-03-18 16:02:44 +08:00

README.md

b2w_urdf

This repository contains the urdf model of b2w.

Build the library

Create a new catkin workspace:

# Create the directories
# Do not forget to change <...> parts
mkdir -p <directory_to_ws>/<catkin_ws_name>/src
cd <directory_to_ws>/<catkin_ws_name>/

# Initialize the catkin workspace
catkin init

Clone library:

# Navigate to the directory of src
# Do not forget to change <...> parts
cd <directory_to_ws>/<catkin_ws_name>/src
git clone git@github.com:unitreerobotics

Build:

# Build it
catkin build

# Source it
source <directory_to_ws>/<catkin_ws_name>/devel/setup.bash

Run the library

# Show urdf model of b2w in Rviz
roslaunch b2w_description display.launch

support issac