forked from ros-industrial/industrial_core
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4789ec7
commit 67d0f58
Showing
1 changed file
with
14 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
<package> | ||
<name>industrial_trajectory_filters</name> | ||
<version>1.0.0</version> | ||
<description>industrial_trajectory_filters</description> | ||
|
||
<description> | ||
<p> | ||
ROS Industrial libraries/plugins for filtering trajectories. | ||
</p> | ||
<p> | ||
This package is part of the ROS Industrial program and contains libraries | ||
and moveit plugins for filtering robot trajectories. | ||
</p> | ||
</description> | ||
<author email="[email protected]">Shaun Edwards</author> | ||
<author email="[email protected]">Jorge Nicho</author> | ||
<maintainer email="[email protected]">Shaun Edwards</maintainer> | ||
<license>BSD</license> | ||
<url type="website">http://ros.org/wiki/industrial_robot_client</url> | ||
<author>Shaun Edwards</author> | ||
<url type="website">http://ros.org/wiki/industrial_trajectory_filters</url> | ||
<url type="bugtracker">https://github.com/ros-industrial/industrial_core/issues</url> | ||
<url type="repository">https://github.com/ros-industrial/industrial_core</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
|
@@ -24,6 +34,5 @@ | |
|
||
<export> | ||
<moveit_core plugin="${prefix}/planning_request_adapters_plugin_description.xml"/> | ||
<cpp lflags="-Wl,-rpath,${prefix}/lib -L${prefix}/lib" cflags="-I${prefix}/include"/> | ||
</export> | ||
</package> |