Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kinetic devel #20

Open
wants to merge 2 commits into
base: kinetic-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
11 changes: 11 additions & 0 deletions dense_laser_assembler/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
Changelog for package dense_laser_assembler
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#19 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/19>`_ from k-okada/kinetic-devel
* fixes for python3 compatibility
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Merge pull request `#15 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/15>`_ from k-okada/add_travis
update travis.yml
* Fix No rule to make target CMakeFiles/tests.dir/all'
* Contributors: Dave Feil-Seifer, Kei Okada

1.0.11 (2018-04-20)
-------------------
* updated CMakeLists to address warnings
Expand Down
2 changes: 1 addition & 1 deletion dense_laser_assembler/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>dense_laser_assembler</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>Stores streaming data from a laser sensor in a
dense representation. This allows the user to do 'image-like'
processing on the data, and can also be used for very fast approx
Expand Down
8 changes: 8 additions & 0 deletions laser_joint_processor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog for package laser_joint_processor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#19 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/19>`_ from k-okada/kinetic-devel
* updated package configuration and CMake for noetic compile; updated travis config file
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Contributors: Dave Feil-Seifer, Kei Okada

1.0.11 (2018-04-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion laser_joint_processor/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>laser_joint_processor</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>Computes joint angles associated with a specific set of detected checkerboard corners.
This package is experimental and unstable.
Expect its APIs to change.</description>
Expand Down
9 changes: 9 additions & 0 deletions laser_joint_projector/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package laser_joint_projector
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#19 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/19>`_ from k-okada/kinetic-devel
* updated package configuration and CMake for noetic compile; updated travis config file
* updated package configuration and CMake for noetic compile; updated travis config file
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Contributors: Dave Feil-Seifer, Kei Okada

1.0.11 (2018-04-20)
-------------------
* updated CMakeLists to address warnings
Expand Down
2 changes: 1 addition & 1 deletion laser_joint_projector/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>laser_joint_projector</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>Projects laser readings into a point cloud, based on a set of recorded joint angles
This package is experimental and unstable.
Expect its APIs to change.</description>
Expand Down
6 changes: 6 additions & 0 deletions pr2_calibration/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package pr2_calibration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Contributors: Dave Feil-Seifer

1.0.11 (2018-04-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pr2_calibration/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>pr2_calibration</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>The pr2_calibration package</description>
<maintainer email="[email protected]">Dave Feil-Seifer</maintainer>
<license>TODO</license>
Expand Down
10 changes: 10 additions & 0 deletions pr2_calibration_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package pr2_calibration_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#19 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/19>`_ from k-okada/kinetic-devel
* removed dependency on python_orocos_kdl for python3
* 2to3 -w -p .
* fixes for python3 compatibility
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Contributors: Dave Feil-Seifer, Kei Okada

1.0.11 (2018-04-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pr2_calibration_launch/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="3">
<name>pr2_calibration_launch</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>Launch files and configuration files needed to run the calibration pipeline on PR2. This package is
still experimental. Expect large changes tp occur.</description>
<maintainer email="[email protected]">Dave Feil-Seifer</maintainer>
Expand Down
6 changes: 6 additions & 0 deletions pr2_dense_laser_snapshotter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package pr2_dense_laser_snapshotter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Contributors: Dave Feil-Seifer

1.0.11 (2018-04-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pr2_dense_laser_snapshotter/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>pr2_dense_laser_snapshotter</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>Stores the data from a series of laser scan messages in a dense representation, allowing
users to easily perform image-like operations on intensity or range data. This package is
experimental. Expect APIs to change.</description>
Expand Down
9 changes: 9 additions & 0 deletions pr2_se_calibration_launch/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package pr2_se_calibration_launch
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.0.12 (2021-06-12)
-------------------
* Merge pull request `#19 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/19>`_ from k-okada/kinetic-devel
* 2to3 -w -p .
* fixes for python3 compatibility
* Merge pull request `#17 <https://github.com/UNR-RoboticsResearchLab/pr2_calibration/issues/17>`_ from UNR-RoboticsResearchLab/kinetic-devel
Kinetic devel
* Contributors: Dave Feil-Seifer, Kei Okada

1.0.11 (2018-04-20)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pr2_se_calibration_launch/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>pr2_se_calibration_launch</name>
<version>1.0.11</version>
<version>1.0.12</version>
<description>pr2_se_calibration_launch</description>
<maintainer email="[email protected]">Dave Feil-Seifer</maintainer>

Expand Down