Skip to content

Commit

Permalink
Merge branch 'release/0.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
theseankelly committed Feb 21, 2020
2 parents ea96069 + ebde918 commit 9b853bb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Changes between ifm3d-ros 0.6.1 and 0.6.2

* Updated maintainer email address
* Added ifm3d-core dependency in preparation for submission to the ROS index

## Changes between ifm3d-ros 0.6.0 and 0.6.1

* Added support syncing the system and camera clocks at startup. Side-effect,
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ifm3d-ros

=========
ifm3d-ros is a wrapper around [ifm3d](https://github.com/lovepark/ifm3d)
enabling the usage of ifm pmd-based ToF cameras from within
Expand Down Expand Up @@ -60,8 +60,8 @@ Software Compatibility Matrix
<td>Kinetic, Melodic</td>
</tr>
<tr>
<td>0.6.1</td>
<td>0.11.2, 0.12.0</td>
<td>0.6.1, 0.6.2</td>
<td>0.11.2, 0.12.0, 0.17.0</td>
<td>Kinetic, Melodic</td>
</tr>
</table>
Expand Down
Empty file modified bin/config
100644 → 100755
Empty file.
Empty file modified bin/dump
100644 → 100755
Empty file.
5 changes: 3 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<package format="2">

<name>ifm3d</name>
<version>0.6.1</version>
<version>0.6.2</version>
<description>ifm pmd-based 3D ToF Camera ROS package</description>
<maintainer email="tom.panzarella@ifm.com">Tom Panzarella</maintainer>
<maintainer email="sean.kelly@ifm.com">Sean Kelly</maintainer>
<license>Apache 2</license>
<author email="[email protected]">Tom Panzarella</author>

Expand All @@ -14,6 +14,7 @@

<build_depend>rostest</build_depend>

<depend>ifm3d_core</depend>
<depend>rospy</depend>
<depend>image_transport</depend>
<depend>pcl_ros</depend>
Expand Down

0 comments on commit 9b853bb

Please sign in to comment.