Skip to content

Commit

Permalink
comply with package format2 xsd (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored Feb 14, 2018
1 parent ab207e1 commit fddbd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
The class_loader package is a ROS-independent package for loading plugins during runtime and the foundation of the higher level ROS "pluginlib" library. class_loader utilizes the host operating system's runtime loader to open runtime libraries (e.g. .so/.dll files), introspect the library for exported plugin classes, and allows users to instantiate objects of said exported classes without the explicit declaration (i.e. header file) for those classes.
</description>
<maintainer email="mikael@osrfoundation.org">Mikael Arguedas</maintainer>
<author>Mirza Shah</author>
<license>BSD</license>

<url type="website">http://ros.org/wiki/class_loader</url>
<url type="bugtracker">https://github.com/ros/class_loader/issues</url>
<url type="repository">https://github.com/ros/class_loader</url>

<author>Mirza Shah</author>

<buildtool_depend version_gte="0.5.68">catkin</buildtool_depend>

<build_depend version_gte="0.3.3">cmake_modules</build_depend>
Expand Down

0 comments on commit fddbd50

Please sign in to comment.