Skip to content

Instantly share code, notes, and snippets.

@ahoarau
Created March 23, 2015 10:32
Show Gist options
  • Save ahoarau/eec9434e0bb82008a56d to your computer and use it in GitHub Desktop.
Save ahoarau/eec9434e0bb82008a56d to your computer and use it in GitHub Desktop.
lwr create pkg
#!/bin/bash
if (( $# < 1 ))
then
echo "Usage: ... lwr_create_pkg {NAME} {ADDITIONAL-DEPS}"
exit 1
fi
catkin_create_pkg "$@" rtt rtt_ros rtt_roscomm rtt_rosparam rtt_rosclock kuka_lwr_fri rtt_lwr_gazebo rtt_lwr_sim std_msgs diagnostic_msgs geometry_msgs message_generation orocos_kdl kdl_conversions kdl_typekit eigen_typekit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment