Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions calibration_setup_helper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cmake_minimum_required(VERSION 2.8.3)
project(calibration_setup_helper)

find_package(catkin REQUIRED)
catkin_package()

install(PROGRAMS scripts/calibration_setup_helper.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION})
20 changes: 20 additions & 0 deletions calibration_setup_helper/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<package>
<name>calibration_setup_helper</name>
<version>0.10.10</version>
<description>
This package contains a script to generate calibration launch and configurationfiles for your robot
</description>
<author>Michael Ferguson</author>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please @k-okada , set yourself as an author and maintainer.

<maintainer email="vincent.rabaud@gmail.com">Vincent Rabaud</maintainer>

<license>BSD</license>
<url>http://ros.org/wiki/calibration_setup_helper</url>

<run_depend>calibration_launch</run_depend>

<buildtool_depend>catkin</buildtool_depend>

<export>
<architecture_independent/>
</export>
</package>
Loading