Skip to content

Commit a38eb9d

Browse files
committed
Merge releases
2 parents e1c777d + 5ba95e1 commit a38eb9d

File tree

12 files changed

+65
-6
lines changed

12 files changed

+65
-6
lines changed

bag_tools/CHANGELOG.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ Changelog for package bag_tools
44

55
Forthcoming
66
-----------
7+
* Fix release
8+
* Add missing changes
9+
* Forgot to remove extract_image_positions target
10+
* Fix `#12 <https://github.com/srv/srv_tools/issues/12>`_: Remove old field from camera_info msg
11+
* Remove extract_image_positions and auv_msgs depencency
12+
* add auv_msgs deps in CMake
13+
* Fix `#10 <https://github.com/srv/srv_tools/issues/10>`_
14+
* add extract_image_positions
15+
* Merge branch 'indigo' of github.com:srv/srv_tools into indigo
16+
* Minnor changes
17+
* Merge branch 'indigo' of github.com:srv/srv_tools into indigo
18+
* add missing rospy node init
19+
* Merge branch 'indigo' of github.com:srv/srv_tools into indigo
20+
* Fix camera info tool
21+
* Fix bag_tools scripts install
22+
* Added stereo_sequence_publisher.py
23+
* fix seq publisher for indigo
24+
* Addapt the pointlcoud_to_webgl script to the new format of the website
25+
* Contributors: Enrique Fernandez, Miquel Massot, matlabbe, plnegre
26+
27+
0.0.2 (2017-02-23)
28+
------------------
729
* Add missing changes
830
* Forgot to remove extract_image_positions target
931
* Fix `#12 <https://github.com/srv/srv_tools/issues/12>`_: Remove old field from camera_info msg

bag_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>bag_tools</name>
3-
<version>0.0.1</version>
3+
<version>0.0.3</version>
44
<description>ROS tools and scripts related to bagfiles</description>
55
<maintainer email="[email protected]">Miquel Massot</maintainer>
66

launch_tools/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog for package launch_tools
44

55
Forthcoming
66
-----------
7+
* Fix release
8+
* Contributors: Miquel Massot
9+
10+
0.0.2 (2017-02-23)
11+
------------------
712

813
* preparing for indigo. changed prints for ros logs
914
* added gps_to_std_gt and services_timer from fuerte

launch_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>launch_tools</name>
3-
<version>0.0.1</version>
3+
<version>0.0.3</version>
44
<description>ROS tools and scripts related to launchfiles</description>
55
<maintainer email="[email protected]">Miquel Massot</maintainer>
66

plot_tools/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog for package plot_tools
44

55
Forthcoming
66
-----------
7+
* Fix release
8+
* Contributors: Miquel Massot
9+
10+
0.0.2 (2017-02-23)
11+
------------------
712

813
* hydro catkinization changes
914
* added python setup files and wet'ed plot tools

plot_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>plot_tools</name>
3-
<version>0.0.1</version>
3+
<version>0.0.3</version>
44
<description>plot_tools</description>
55
<maintainer email="[email protected]">Pep Lluis Negre</maintainer>
66

pointcloud_tools/CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ Changelog for package pointcloud_tools
44

55
Forthcoming
66
-----------
7+
* Fix release
8+
* Minnor changes
9+
* fixed pointcloud mapper
10+
* fixed bug with XYZ clouds
11+
* Addapt the pointlcoud_to_webgl script to the new format of the website
12+
* Fix ros timers to work when bagfile finishes
13+
* Fix save problem in pointlcoud viewer
14+
* Publish the pointcloud at the same rate
15+
* Add info message when save pointcloud
16+
* added waitForTransform to mapper
17+
* changed to use system VTK paths
18+
* Contributors: Miquel Massot, Scott K Logan, plnegre
19+
20+
0.0.2 (2017-02-23)
21+
------------------
722
* Minnor changes
823
* fixed pointcloud mapper
924
* fixed bug with XYZ clouds

pointcloud_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>pointcloud_tools</name>
3-
<version>0.0.1</version>
3+
<version>0.0.3</version>
44
<description>pointcloud_tools</description>
55
<maintainer email="[email protected]">Pep Lluis Negre</maintainer>
66

srv_tools/CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Changelog for package srv_tools
44

55
Forthcoming
66
-----------
7+
* Fix release
8+
* Contributors: Miquel Massot
9+
10+
0.0.2 (2017-02-23)
11+
------------------
712

813
* added python setup files and wet'ed plot tools
914
* wet repo

srv_tools/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package>
22
<name>srv_tools</name>
3-
<version>0.0.1</version>
3+
<version>0.0.3</version>
44
<description>Stack with interesting ROS tools</description>
55
<maintainer email="[email protected]">Miquel Massot</maintainer>
66

0 commit comments

Comments
 (0)