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
urdfdirectory 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/srccd catkin_wscatkin_make
- Download the
val_descriptionrepository - Unpack the contents into
catkin_ws/src/val_description - Comment out the following lines in the
catkin_ws/src/val_description/CMakeLists.txtfilecatkin_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
xacrofiles tourdfusing ROS Indigo.
