Skip to content

Commit

Permalink
0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rjoomen committed Nov 22, 2023
1 parent cfef9b1 commit bf7677f
Show file tree
Hide file tree
Showing 16 changed files with 119 additions and 19 deletions.
8 changes: 4 additions & 4 deletions dependencies.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ repositories:
tesseract:
type: git
url: https://github.com/tesseract-robotics/tesseract.git
version: 0.20.2
version: 0.21.1
trajopt:
type: git
url: https://github.com/tesseract-robotics/trajopt.git
version: 0.6.1
version: 0.7.0
tesseract_planning:
type: git
url: https://github.com/tesseract-robotics/tesseract_planning.git
version: 0.20.2
version: 0.21.0
tesseract_qt:
type: git
url: https://github.com/tesseract-robotics/tesseract_qt.git
version: 0.20.2
version: 0.21.0
descartes_light:
type: git
url: https://github.com/swri-robotics/descartes_light.git
Expand Down
10 changes: 5 additions & 5 deletions dependencies_with_ext.repos
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ repositories:
tesseract:
type: git
url: https://github.com/tesseract-robotics/tesseract.git
version: 0.20.2
version: 0.21.1
trajopt:
type: git
url: https://github.com/tesseract-robotics/trajopt.git
version: 0.6.1
version: 0.7.0
tesseract_planning:
type: git
url: https://github.com/tesseract-robotics/tesseract_planning.git
version: 0.20.2
version: 0.21.0
tesseract_qt:
type: git
url: https://github.com/tesseract-robotics/tesseract_qt.git
version: 0.20.2
version: 0.21.0
descartes_light:
type: git
url: https://github.com/swri-robotics/descartes_light.git
version: 0.4.3
version: 0.4.2
opw_kinematics:
type: git
url: https://github.com/Jmeyer1292/opw_kinematics.git
Expand Down
12 changes: 12 additions & 0 deletions tesseract_monitoring/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package tesseract_monitoring
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.21.0 (2023-11-10)
-------------------

0.20.1 (2023-10-30)
-------------------

0.20.0 (2023-09-30)
-------------------

0.19.0 (2023-09-06)
-------------------

0.18.2 (2023-09-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tesseract_monitoring/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_monitoring</name>
<version>0.18.2</version>
<version>0.21.0</version>
<description>The tesseract_monitoring package</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>Apache 2.0</license>
Expand Down
16 changes: 13 additions & 3 deletions tesseract_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,26 @@
Changelog for package tesseract_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.18.2 (2023-09-22)
0.21.0 (2023-11-10)
-------------------
* Update planning request input to leverage AnyPoly
* Contributors: Levi Armstrong

0.20.1 (2023-10-30)
-------------------

0.20.0 (2023-09-30)
-------------------

0.19.0 (2023-09-06)
-------------------

0.18.1 (2023-09-20)
0.18.1 (2023-07-10)
-------------------

0.18.0 (2023-07-03)
-------------------
* Expose flag for generating DOT Graph in planning request
* Changes to support task composer restructure
* Contributors: Levi Armstrong

0.17.0 (2023-06-07)
Expand Down
2 changes: 1 addition & 1 deletion tesseract_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>tesseract_msgs</name>
<version>0.18.2</version>
<version>0.21.0</version>
<description>The tesseract_msgs package</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>Apache 2.0</license>
Expand Down
19 changes: 19 additions & 0 deletions tesseract_planning_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog for package tesseract_planning_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.21.0 (2023-11-10)
-------------------
* Update planning request input to leverage AnyPoly
* Contributors: Levi Armstrong

0.20.1 (2023-10-30)
-------------------

0.20.0 (2023-09-30)
-------------------
* Upgrade to tesseract version 0.20.0
* Update to leverage TaskComposerContext
* Contributors: Levi Armstrong

0.19.0 (2023-09-06)
-------------------
* Update to use tesseract package components
* Contributors: Levi Armstrong

0.18.2 (2023-09-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tesseract_planning_server/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_planning_server</name>
<version>0.18.2</version>
<version>0.21.0</version>
<description>Tesseract ROS Planning Server</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>Apache 2.0</license>
Expand Down
15 changes: 15 additions & 0 deletions tesseract_qt_ros/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
Changelog for package tesseract_qt_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.21.0 (2023-11-10)
-------------------

0.20.1 (2023-10-30)
-------------------

0.20.0 (2023-09-30)
-------------------

0.19.0 (2023-09-06)
-------------------

0.18.1 (2023-07-10)
-------------------

0.18.0 (2023-07-03)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tesseract_qt_ros/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_qt_ros</name>
<version>0.18.0</version>
<version>0.21.0</version>
<description>The tesseract_qt_ros package</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>LGPL3.0</license>
Expand Down
12 changes: 12 additions & 0 deletions tesseract_ros_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package tesseract_ros_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.21.0 (2023-11-10)
-------------------

0.20.1 (2023-10-30)
-------------------

0.20.0 (2023-09-30)
-------------------

0.19.0 (2023-09-06)
-------------------

0.18.2 (2023-09-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tesseract_ros_examples/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_ros_examples</name>
<version>0.18.2</version>
<version>0.21.0</version>
<description>This package contains examples related to this trajopt_ros repository.</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>Apache 2.0</license>
Expand Down
14 changes: 14 additions & 0 deletions tesseract_rosutils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package tesseract_rosutils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.21.0 (2023-11-10)
-------------------

0.20.1 (2023-10-30)
-------------------

0.20.0 (2023-09-30)
-------------------

0.19.0 (2023-09-06)
-------------------
* Update to use tesseract package components
* Contributors: Levi Armstrong

0.18.2 (2023-09-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tesseract_rosutils/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_rosutils</name>
<version>0.18.2</version>
<version>0.21.0</version>
<description>Tesseract ROS Utilities</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>Apache 2.0</license>
Expand Down
18 changes: 18 additions & 0 deletions tesseract_rviz/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog for package tesseract_rviz
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.21.0 (2023-11-10)
-------------------

0.20.1 (2023-10-30)
-------------------
* Fix Qt SendEvent Calls
* Contributors: Levi Armstrong

0.20.0 (2023-09-30)
-------------------
* Fix saving EnvMonitorSnapshotTopic
* Contributors: Roelof

0.19.0 (2023-09-06)
-------------------
* Update to use tesseract package components
* Contributors: Levi Armstrong

0.18.2 (2023-09-22)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion tesseract_rviz/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="2">
<name>tesseract_rviz</name>
<version>0.18.2</version>
<version>0.21.0</version>
<description>The tesseract_rviz package</description>
<maintainer email="[email protected]">Levi Armstrong</maintainer>
<license>BSD</license>
Expand Down

0 comments on commit bf7677f

Please sign in to comment.