Pre-built URDF files from the open source Robonaut 2 and Valkyrie projects from JSC for easy use without needing to install the ROS platform. The derivative URDF model files provided in this repo are covered under the same license as their original sources.
nasa-jsc-robotics/val_description
nasa-jsc-robotics/r2_description
- Download the repository
- Create a
urdf
directory in the root of the repo - Run
bash ./convert-xacro.sh ./robots ./urdf
- URDF files are in
./urdf
!
- Initialize a catkin workspace by running
mkdir -p ./catkin_ws/src
cd catkin_ws
catkin_make
- Download the
val_description
repository - Unpack the contents into
catkin_ws/src/val_description
- Comment out the following lines in the
catkin_ws/src/val_description/CMakeLists.txt
filecatkin_python_setup()
catkin_add_nosetests(test)
- Run
catkin_make install
- URDF files are in
catkin_ws/devel/share/val_description/model/urdf
- Converted R2 and Valkyrie
xacro
files tourdf
using ROS Indigo.