Skip to content

Commit

Permalink
catkinize cob_torso_calibration
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Mar 28, 2014
1 parent e77dc4e commit fe57c24
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 48 deletions.
32 changes: 8 additions & 24 deletions cob_torso_calibration/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,14 @@
cmake_minimum_required(VERSION 2.4.6)
include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake)
project(cob_torso_calibration)

# Set the build type. Options are:
# Coverage : w/ debug symbols, w/o optimization, w/ code-coverage
# Debug : w/ debug symbols, w/o optimization
# Release : w/o debug symbols, w/ optimization
# RelWithDebInfo : w/ debug symbols, w/ optimization
# MinSizeRel : w/o debug symbols, w/ optimization, stripped binaries
#set(ROS_BUILD_TYPE RelWithDebInfo)
find_package(catkin REQUIRED COMPONENTS)

rosbuild_init()
#catkin_python_setup()

#set the default path for built executables to the "bin" directory
set(EXECUTABLE_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/bin)
#set the default path for built libraries to the "lib" directory
set(LIBRARY_OUTPUT_PATH ${PROJECT_SOURCE_DIR}/lib)
catkin_package()

#uncomment if you have defined messages
#rosbuild_genmsg()
#uncomment if you have defined services
#rosbuild_gensrv()

#common commands for building c++ executables and libraries
#rosbuild_add_library(${PROJECT_NAME} src/example.cpp)
#target_link_libraries(${PROJECT_NAME} another_library)
#rosbuild_add_boost_directories()
#rosbuild_link_boost(${PROJECT_NAME} thread)
#rosbuild_add_executable(example examples/example.cpp)
#target_link_libraries(example ${PROJECT_NAME})
###install tags
#install(DIRECTORY launch
#DESTINATIN ${CATKIN_PACKAGE_SHARE_DESTINATION}
#)
1 change: 0 additions & 1 deletion cob_torso_calibration/Makefile

This file was deleted.

23 changes: 0 additions & 23 deletions cob_torso_calibration/manifest.xml

This file was deleted.

34 changes: 34 additions & 0 deletions cob_torso_calibration/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<package>
<name>cob_torso_calibration</name>
<version>0.5.0</version>
<description>
cob_torso_calibration
</description>

<license>LGPL</license>

<url type="website">http://ros.org/wiki/cob_torso_calibration</url>
<!-- <url type="bugtracker"></url> -->

<author>Jannik Abbenseth</author>
<maintainer email="[email protected]">Felix Messmer</maintainer>

<buildtool_depend>catkin</buildtool_depend>

<run_depend>rospy</run_depend>
<run_depend>cv_bridge</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>cob_camera_calibration</run_depend>
<run_depend>cob_script_server</run_depend>
<run_depend>cob_robot_calibration</run_depend>
<run_depend>pr2_controllers_msgs</run_depend>


<export>

</export>
</package>




0 comments on commit fe57c24

Please sign in to comment.