ROS wrapper for the Drake C++ toolbox (http://drake.mit.edu/)
ROS helper code used to facilitate the creation of packages using Drake and ROS. It uses the CFG extras mechanism from catkin to export Drake configurations transparently to the software using this package. These configurations include:
drake_DIR
variable to locate the installation of Drake (default automatically to /opt/drake).- Help messsage with the location of the install instructions for Drake if it is not found.
- Exported automatically
drake_INCLUDE_DIRS
,drake_LIBRARY_DIRS
anddrake_LIBRARIES
into the correspondingCATKIN_*
variables.
Note: since there is no drake package available from Ubuntu or ROS repositories, this package can not use drake in any place that needs to be resolved by rosdep like the package.xml manifest.