-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated CMake and package xmls as well as environment scripts
- Loading branch information
1 parent
194a3a7
commit 8f28f7f
Showing
11 changed files
with
70 additions
and
47 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
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,29 +1,29 @@ | ||
<package format="2"> | ||
<name>husky_dual_ur_moveit_config</name> | ||
<version>0.3.0</version> | ||
<version>0.0.0</version> | ||
<description> | ||
An automatically generated package with all the configuration and launch files for using the husky with the MoveIt! Motion Planning Framework | ||
An automatically generated package with all the configuration and launch files for using the Husky with the MoveIt! Motion Planning Framework | ||
</description> | ||
<author email="[email protected]">Dave Niewinski</author> | ||
<maintainer email="[email protected]">Dave Niewinski</maintainer> | ||
|
||
<license>BSD</license> | ||
|
||
<url type="website">http://moveit.ros.org/</url> | ||
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url> | ||
<url type="repository">https://github.com/ros-planning/moveit</url> | ||
<url type="website">http://robots.ros.org/husky/</url> | ||
<url type="bugtracker">https://github.com/husky/husky_manipulation/issues</url> | ||
<url type="repository">https://github.com/husky/husky_manipulation</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<depend>moveit_ros_move_group</depend> | ||
<depend>moveit_kinematics</depend> | ||
<depend>moveit_planners_ompl</depend> | ||
<depend>moveit_ros_visualization</depend> | ||
<depend>joint_state_publisher</depend> | ||
<depend>xacro</depend> | ||
<depend>husky_description</depend> | ||
<depend>trac_ik_kinematics_plugin</depend> | ||
<depend>moveit_simple_controller_manager</depend> | ||
<exec_depend>moveit_ros_move_group</exec_depend> | ||
<exec_depend>moveit_kinematics</exec_depend> | ||
<exec_depend>moveit_planners_ompl</exec_depend> | ||
<exec_depend>moveit_ros_visualization</exec_depend> | ||
<exec_depend>joint_state_publisher</exec_depend> | ||
<exec_depend>xacro</exec_depend> | ||
<exec_depend>husky_description</exec_depend> | ||
<exec_depend>trac_ik_kinematics_plugin</exec_depend> | ||
<exec_depend>moveit_simple_controller_manager</exec_depend> | ||
|
||
<test_depend>roslaunch</test_depend> | ||
</package> |
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
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
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
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
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
File renamed without changes.
File renamed without changes.
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
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,29 +1,29 @@ | ||
<package format="2"> | ||
<name>husky_ur_moveit_config</name> | ||
<version>0.3.0</version> | ||
<version>0.0.0</version> | ||
<description> | ||
An automatically generated package with all the configuration and launch files for using the husky with the MoveIt! Motion Planning Framework | ||
An automatically generated package with all the configuration and launch files for using the Husky with the MoveIt! Motion Planning Framework | ||
</description> | ||
<author email="[email protected]">Dave Niewinski</author> | ||
<maintainer email="[email protected]">Dave Niewinski</maintainer> | ||
|
||
<license>BSD</license> | ||
|
||
<url type="website">http://moveit.ros.org/</url> | ||
<url type="bugtracker">https://github.com/ros-planning/moveit/issues</url> | ||
<url type="repository">https://github.com/ros-planning/moveit</url> | ||
<url type="website">http://robots.ros.org/husky/</url> | ||
<url type="bugtracker">https://github.com/husky/husky_manipulation/issues</url> | ||
<url type="repository">https://github.com/husky/husky_manipulation</url> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
|
||
<depend>moveit_ros_move_group</depend> | ||
<depend>moveit_kinematics</depend> | ||
<depend>moveit_planners_ompl</depend> | ||
<depend>moveit_ros_visualization</depend> | ||
<depend>joint_state_publisher</depend> | ||
<depend>robot_state_publisher</depend> | ||
<depend>xacro</depend> | ||
<depend>husky_description</depend> | ||
<depend>moveit_simple_controller_manager</depend> | ||
<exec_depend>moveit_ros_move_group</exec_depend> | ||
<exec_depend>moveit_kinematics</exec_depend> | ||
<exec_depend>moveit_planners_ompl</exec_depend> | ||
<exec_depend>moveit_ros_visualization</exec_depend> | ||
<exec_depend>joint_state_publisher</exec_depend> | ||
<exec_depend>robot_state_publisher</exec_depend> | ||
<exec_depend>xacro</exec_depend> | ||
<exec_depend>husky_description</exec_depend> | ||
<exec_depend>moveit_simple_controller_manager</exec_depend> | ||
|
||
<test_depend>roslaunch</test_depend> | ||
</package> |