Skip to content
Snippets Groups Projects
Commit e17b3f06 authored by Niklas Yann Wettengel's avatar Niklas Yann Wettengel
Browse files

Imported upstream version '0.1.2' of 'upstream'

parent b706a602
No related branches found
No related tags found
No related merge requests found
## homer_mapping (kinetic) - 0.1.1-0
The packages in the `homer_mapping` repository were released into the `kinetic` distro by running `/usr/bin/bloom-release --rosdistro kinetic --track kinetic homer_mapping` on `Thu, 03 Nov 2016 21:29:57 -0000`
These packages were released:
- `homer_map_manager`
- `homer_mapnav_msgs`
- `homer_mapping`
- `homer_nav_libs`
- `homer_navigation`
Version of package(s) in repository `homer_mapping`:
- upstream repository: git@gitlab.uni-koblenz.de:robbie/homer_mapping.git
- release repository: unknown
- rosdistro version: `null`
- old version: `null`
- new version: `0.1.1-0`
Versions of tools used:
- bloom version: `0.5.23`
- catkin_pkg version: `0.2.10`
- rosdep version: `0.11.5`
- rosdistro version: `0.5.0`
- vcstools version: `0.1.39`
# mapping
See:
......
......@@ -2,6 +2,9 @@
Changelog for package homer_map_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.2 (2016-11-03)
------------------
0.1.1 (2016-11-03)
------------------
* fixes
......
<package>
<name>homer_map_manager</name>
<version>0.1.1</version>
<version>0.1.2</version>
<description>
map_manager
</description>
......
......@@ -2,6 +2,9 @@
Changelog for package homer_mapnav_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.2 (2016-11-03)
------------------
0.1.1 (2016-11-03)
------------------
* fixes
......
<package>
<name>homer_mapnav_msgs</name>
<version>0.1.1</version>
<version>0.1.2</version>
<description> homer_mapnav_msgs contains the messages used for mapping and navigation
</description>
<maintainer email="vseib@uni-koblenz.de">Viktor Seib</maintainer>
......
......@@ -2,6 +2,11 @@
Changelog for package homer_mapping
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.2 (2016-11-03)
------------------
* install launch files
* Contributors: Niklas Yann Wettengel
0.1.1 (2016-11-03)
------------------
* fixes
......
......@@ -89,3 +89,11 @@ install(TARGETS homerOccupancyMap homerParticleFilter homer_mapping
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)
install(DIRECTORY config/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config
)
<package>
<name>homer_mapping</name>
<version>0.1.1</version>
<version>0.1.2</version>
<description>
homer_mapping
......
......@@ -2,6 +2,9 @@
Changelog for package homer_nav_libs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.2 (2016-11-03)
------------------
0.1.1 (2016-11-03)
------------------
* fixes
......
<?xml version="1.0"?>
<package>
<name>homer_nav_libs</name>
<version>0.1.1</version>
<version>0.1.2</version>
<description>The nav_libs package</description>
<maintainer email="vseib@uni-koblenz.de">Viktor Seib</maintainer>
......
......@@ -2,6 +2,11 @@
Changelog for package homer_navigation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.1.2 (2016-11-03)
------------------
* install launch files
* Contributors: Niklas Yann Wettengel
0.1.1 (2016-11-03)
------------------
* fixes
......
......@@ -53,3 +53,11 @@ install(TARGETS homer_navigation
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
install(DIRECTORY launch/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch
)
install(DIRECTORY config/
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/config
)
<?xml version="1.0"?>
<package>
<name>homer_navigation</name>
<version>0.1.1</version>
<version>0.1.2</version>
<description>The homer_navigation package</description>
<maintainer email="vseib@uni-koblenz.de">Viktor Seib</maintainer>
......
tracks:
kinetic:
actions:
- bloom-export-upstream :{vcs_local_uri} :{vcs_type} --tag :{release_tag} --display-uri
:{vcs_uri} --name :{name} --output-dir :{archive_dir_path}
- git-bloom-import-upstream :{archive_path} :{patches} --release-version :{version}
--replace
- git-bloom-generate -y rosrelease :{ros_distro} --source upstream -i :{release_inc}
- git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro}
-i :{release_inc} --os-name ubuntu
- git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro}
-i :{release_inc} --os-name debian --os-not-required
- git-bloom-generate -y rosrpm --prefix release/:{ros_distro} :{ros_distro} -i
:{release_inc}
devel_branch: master
last_version: 0.1.1
name: upstream
patches: null
release_inc: '0'
release_repo_url: git@gitlab.uni-koblenz.de:robbie/homer_mapping.git
release_tag: :{version}
ros_distro: kinetic
vcs_type: git
vcs_uri: git@gitlab.uni-koblenz.de:robbie/homer_mapping.git
version: :{auto}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment