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.
Merge branch 'hydro-devel' of https://github.com/ros-industrial/indus…
…trial_core into hydro-devel
- Loading branch information
Showing
10 changed files
with
42 additions
and
307 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,68 +1,10 @@ | ||
# http://ros.org/doc/groovy/api/catkin/html/user_guide/supposed.html | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(industrial_deprecated) | ||
# Load catkin and all dependencies required for this package | ||
find_package(catkin REQUIRED COMPONENTS rosgraph_msgs rospy) | ||
|
||
## System dependencies are found with CMake's conventions | ||
# find_package(Boost REQUIRED COMPONENTS system) | ||
find_package(Boost REQUIRED COMPONENTS system) | ||
|
||
# Python setup | ||
#catkin_python_setup() | ||
|
||
#Add unit test to check roslaunch dependencies. | ||
#rosbuild_add_roslaunch_check(launch) | ||
|
||
|
||
####################################### | ||
## Declare ROS messages and services ## | ||
####################################### | ||
|
||
## Generate messages in the 'msg' folder | ||
# add_message_files( | ||
# FILES | ||
# Message1.msg | ||
# Message2.msg | ||
# ) | ||
|
||
## Generate services in the 'srv' folder | ||
# add_service_files( | ||
# FILES | ||
# Service1.srv | ||
# Service2.srv | ||
# ) | ||
|
||
## Generate added messages and services with any dependencies listed here | ||
# generate_messages( | ||
# DEPENDENCIES | ||
# std_msgs | ||
# ) | ||
project(industrial_deprecated) | ||
|
||
find_package(catkin REQUIRED COMPONENTS) | ||
|
||
################################### | ||
## catkin specific configuration ## | ||
################################### | ||
## The catkin_package macro generates cmake config files for your package | ||
## Declare things to be passed to dependent projects | ||
## LIBRARIES: libraries you create in this project that dependent projects also need | ||
## CATKIN_DEPENDS: catkin_packages dependent projects also need | ||
## DEPENDS: system dependencies of this project that dependent projects also need | ||
catkin_package( | ||
CATKIN_DEPENDS rosgraph_msgs rospy | ||
CATKIN_DEPENDS | ||
) | ||
|
||
############# | ||
## Install ## | ||
############# | ||
|
||
# all install targets should use catkin DESTINATION variables | ||
# See http://ros.org/doc/groovy/api/catkin/html/adv_user_guide/variables.html | ||
|
||
install(PROGRAMS scripts/fake_time.py | ||
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION} | ||
) | ||
|
||
install(DIRECTORY launch/ | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch | ||
) |
10 changes: 0 additions & 10 deletions
10
industrial_deprecated/launch/planning_environment_visualization_prerequisites.launch
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -2,19 +2,15 @@ | |
<name>industrial_deprecated</name> | ||
<version>1.0.0</version> | ||
<description> | ||
The Industrial deprecated package contains nodes, launch files, etc... that are slated for | ||
deprecation. This package is the last place something will end up before being deleted. | ||
If you are missing a package/node and find it's contents here, then you should consider | ||
a replacement. | ||
The Industrial deprecated package contains nodes, launch files, etc... that are slated for | ||
deprecation. This package is the last place something will end up before being deleted. | ||
If you are missing a package/node and find it's contents here, then you should consider | ||
a replacement. | ||
</description> | ||
<maintainer email="[email protected]">Shaun Edwards</maintainer> | ||
<license>BSD</license> | ||
<url type="website">http://ros.org/wiki/industrial_deprecated</url> | ||
<author>Shaun M. Edwards</author> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
<build_depend>rosgraph_msgs</build_depend> | ||
<build_depend>rospy</build_depend> | ||
<run_depend>rosgraph_msgs</run_depend> | ||
<run_depend>rospy</run_depend> | ||
</package> |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.