Skip to content

Commit

Permalink
1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 2, 2018
1 parent 56a1271 commit 199a5a2
Show file tree
Hide file tree
Showing 18 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions checkerboard_detector/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package checkerboard_detector
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* Fix Cmake indent (`#2345 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2345>`_)
* Fix warnings: gencpp -> generate_messsage_cpp (`#2296 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2296>`_)
* Contributors: Kentaro Wada, Yuto Uchimi
Expand Down
2 changes: 1 addition & 1 deletion checkerboard_detector/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>checkerboard_detector</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>Uses opencv to find checkboards and compute their 6D poses with respect to the image. Requires the image to be calibrated.<br />
Parameters:<br />
<ul>
Expand Down
4 changes: 2 additions & 2 deletions imagesift/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package imagesift
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* Install 'sample' and 'test' dir into CATKIN_PACKAGE_SHARE_DESTINATION (`#2345 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2345>`_)
* fix for jsk-ros-pkg/jsk_common/pull/1586 (`#2311 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2311>`_)
* use lib\_ instaed of for add_library to avoid conflict
Expand Down
2 changes: 1 addition & 1 deletion imagesift/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>imagesift</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>
For every image, computes its sift features and send a new message with the image, its intrinsic parameters, and the features.
Parameters include:
Expand Down
4 changes: 2 additions & 2 deletions jsk_pcl_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_pcl_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* [octomap_server_contact] add callback function to insert proximity sensor pointcloud (`#2328 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2328>`_)
* [octomap_server_contact] add rosparam to select using vertex in insertContactSensor()
* [octomap_server_contact] add callback function to insert proximity sensor pointcloud
Expand Down
2 changes: 1 addition & 1 deletion jsk_pcl_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>jsk_pcl_ros</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>ROS nodelets for pointcloud perception.</description>
<maintainer email="youhei@jsk.t.u-tokyo.ac.jp">Youhei Kakiuchi</maintainer>
<maintainer email="k-okada@jsk.t.u-tokyo.ac.jp">Kei Okada</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions jsk_pcl_ros_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_pcl_ros_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* [jsk_pcl_ros_utils/cluster_point_indices_to_point_indices] Concatenate all indices in case of index==-1 (`#2330 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2330>`_)
* [jsk_pcl_ros_utils/package.xml] Add dependencies for compressed_image/depth_image_transport to run sample launch files (`#2341 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2341>`_)
* Install 'sample', 'scripts', 'test' into SHARE_DESTINATION (`#2345 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2345>`_)
Expand Down
2 changes: 1 addition & 1 deletion jsk_pcl_ros_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>jsk_pcl_ros_utils</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>ROS utility nodelets for pointcloud perception.</description>
<maintainer email="ueda@jsk.t.u-tokyo.ac.jp">Ryohei Ueda</maintainer>

Expand Down
4 changes: 2 additions & 2 deletions jsk_perception/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_perception
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* Add hand pose detection (`#2324 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2324>`_)
* [jsk_perception/people_pose_estimation.py] Fixed for cpu inference
* [jsk_perception/people_pose_estimation.py] Diable train and enable_backprop
Expand Down
2 changes: 1 addition & 1 deletion jsk_perception/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>jsk_perception</name>
<version>1.2.5</version>
<version>1.2.6</version>

<description>ROS nodes and nodelets for 2-D image perception.</description>
<author>Manabu Saito</author>
Expand Down
4 changes: 2 additions & 2 deletions jsk_recognition/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_recognition
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------

1.2.5 (2018-04-09)
------------------
Expand Down
2 changes: 1 addition & 1 deletion jsk_recognition/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>jsk_recognition</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>
<p>Metapackage that contains recognition package for jsk-ros-pkg</p>
</description>
Expand Down
4 changes: 2 additions & 2 deletions jsk_recognition_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_recognition_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* Install sample and test into SHARE_DESTINATION (`#2345 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2345>`_)
* jsk_pcl_ros: support lazy mode for pointcloud_screenpoint nodelet (`#2277 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2277>`_)p
* add 'bool no_update' to TransformScreenpoint.srv
Expand Down
2 changes: 1 addition & 1 deletion jsk_recognition_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>jsk_recognition_msgs</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>ROS messages for jsk_pcl_ros and jsk_perception.</description>

<url type="repository">http://github.com/jsk-ros-pkg/jsk_recognition</url>
Expand Down
4 changes: 2 additions & 2 deletions jsk_recognition_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package jsk_recognition_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* Install 'sample' and 'test'into SHARE_DESTINATION (`#2345 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2345>`_)
* Use diagnostic nodelet for EuclideanClustering and other nodelets (`#2301 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2301>`_)
* jsk_pcl_ros: euclidean_clustering: use dianogistc nodelet
Expand Down
2 changes: 1 addition & 1 deletion jsk_recognition_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>jsk_recognition_utils</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>C++ library about sensor model, geometrical modeling and perception. </description>
<maintainer email="ueda@jsk.t.u-tokyo.ac.jp">Ryohei Ueda</maintainer>

Expand Down
4 changes: 2 additions & 2 deletions resized_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package resized_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.2.6 (2018-11-02)
------------------
* Call USE_SOURCE_PERMISSIONS before PATTERN(`#2345 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2345>`_)
* [resized_image_transport] Changed diagnostic error level (`#2312 <https://github.com/jsk-ros-pkg/jsk_recognition/issues/2312>`_)
* add version_gte for jsk_topic_tools
Expand Down
2 changes: 1 addition & 1 deletion resized_image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>resized_image_transport</name>
<version>1.2.5</version>
<version>1.2.6</version>
<description>ROS nodes to publish resized images.</description>

<maintainer email="youhei@jsk.t.u-tokyo.ac.jp">Yohei Kakiuchi</maintainer>
Expand Down

0 comments on commit 199a5a2

Please sign in to comment.