Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
Contributors: Georg Bartels
1.9.14 (2013-11-21)
Merge pull request (#10) from ros/relocatable
resolve roslisp path in installspace at runtime (#490)
resolve roslisp path in installspace at runtime (#490)
Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner
1.9.13 (2013-06-24)
Merge pull request (#9) from ros/fix_env_hook
fix environment hook to set ROSLISP_PACKAGE_DIRECTORIES in devel space
fix environment hook to set ROSLISP_PACKAGE_DIRECTORIES to all devel spaces
Contributors: Dirk Thomas, Georg Bartels
1.9.12 (2013-06-18)
Merge pull request (#3) from airballking/master
Convenience function create messages for publication object AND convenience service-client interface.
added buildtool_depend catkin to package.xml
Added a convenience function to create message for topics that uses publication to get the message type.
Contributors: Aaron Blasdel, Georg Bartels, Lorenz Moesenlechner
1.9.11 (2012-11-28)
Improved wrapper script generation to not require the ROS package sbcl.
Throw an error if LOAD-TRUENAME is unbound in roslisp-sbcl-init.
Contributors: Lorenz Moesenlechner
1.9.10 (2012-11-20)
Removed directory asdf form install target.
Don't use rospack or the asdf subdirectory to find system load-manifest.
Instead, we use the directory of the initfile directly, assuming that
it's always in the roslisp directory.
Got rid of asdf subdirectory and symbolic links.
As of asdf2, the symbolic links to asd files are not required anymore.
They even screw up the deb build proces. Deleting them.
Contributors: Lorenz Moesenlechner
1.9.9 (2012-11-09)
Added find_package for catkin in CMakeLists.txt.
Contributors: Lorenz Moesenlechner
1.9.8 (2012-10-26)
Check for unambiguous type declaration in with-fields macro.
If the user declares the type using OR, we cannot use it for optimizing
the macro expansion since it is ambiguous. Fixes (#1).
Updated dependencies in manifest.xml file.
Updated run-dependencies in package.xml.
Updated CMakeLists for new catkin.
Got rid of call of catkin_stack.
Contributors: Lorenz Moesenlechner
1.9.7 (2012-09-27)
Change of maintainer to Lorenz Moesenlechner
Various catkin fixes
Contributors: Dave Hershberger, Dirk Thomas, Lorenz Moesenlechner