Skip to content

Commit

Permalink
3.1.0 (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
sea-bass authored Nov 29, 2024
1 parent ef5836d commit 9e3c484
Show file tree
Hide file tree
Showing 14 changed files with 42 additions and 7 deletions.
6 changes: 6 additions & 0 deletions dual_arm_panda_moveit_config/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package dual_arm_panda_moveit_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------
* Remove mimic tags from ros2_control URDF in Panda descriptions (`#200 <https://github.com/ros-planning/moveit_resources/issues/200>`_)
* Allow nonzero velocity at trajectory end for ros2_controllers (`#198 <https://github.com/ros-planning/moveit_resources/issues/198>`_)
* Contributors: Sebastian Castro

3.0.0 (2024-02-19)
------------------
* Update ros2 control usage (`#192 <https://github.com/ros-planning/moveit_resources/issues/192>`_)
Expand Down
2 changes: 1 addition & 1 deletion dual_arm_panda_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>dual_arm_panda_moveit_config</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>
<p>
Dual Franka Emika Panda MoveIt Configuration
Expand Down
3 changes: 3 additions & 0 deletions fanuc_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package moveit_resources_fanuc_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------

3.0.0 (2024-02-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion fanuc_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>moveit_resources_fanuc_description</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>Fanuc Resources used for MoveIt testing</description>

<author email="[email protected]">Ioan Sucan</author>
Expand Down
7 changes: 7 additions & 0 deletions fanuc_moveit_config/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package moveit_resources_fanuc_moveit_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------
* Fix name of execution_duration_monitoring parameter (`#202 <https://github.com/ros-planning/moveit_resources/issues/202>`_)
* Add missing dependencies
* Allow nonzero velocity at trajectory end for ros2_controllers (`#198 <https://github.com/ros-planning/moveit_resources/issues/198>`_)
* Contributors: Felix Exner (fexner), Robert Haschke, Sebastian Castro

3.0.0 (2024-02-19)
------------------
* Update ros2 control usage (`#192 <https://github.com/ros-planning/moveit_resources/issues/192>`_)
Expand Down
2 changes: 1 addition & 1 deletion fanuc_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>moveit_resources_fanuc_moveit_config</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>
<p>
MoveIt Resources for testing: Fanuc M-10iA.
Expand Down
3 changes: 3 additions & 0 deletions moveit_resources/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package moveit_resources
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------

3.0.0 (2024-02-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion moveit_resources/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>moveit_resources</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>Resources used for MoveIt testing</description>

<author email="[email protected]">Ioan Sucan</author>
Expand Down
3 changes: 3 additions & 0 deletions panda_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package moveit_resources_panda_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------

3.0.0 (2024-02-19)
------------------
* Create Panda URDF Xacro, restore URDF for RobotModelTestUtils (`#178 <https://github.com/ros-planning/moveit_resources/issues/178>`_)
Expand Down
2 changes: 1 addition & 1 deletion panda_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>moveit_resources_panda_description</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>panda Resources used for MoveIt testing</description>

<author email="[email protected]">Ioan Sucan</author>
Expand Down
10 changes: 10 additions & 0 deletions panda_moveit_config/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package moveit_resources_panda_moveit_config
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------
* Fix name of execution_duration_monitoring parameter (`#202 <https://github.com/ros-planning/moveit_resources/issues/202>`_)
* Add missing dependencies
* CI: Update actions
* Add reasonable joint jerk limits for the Panda (`#201 <https://github.com/ros-planning/moveit_resources/issues/201>`_)
* Remove mimic tags from ros2_control URDF in Panda descriptions (`#200 <https://github.com/ros-planning/moveit_resources/issues/200>`_)
* Allow nonzero velocity at trajectory end for ros2_controllers (`#198 <https://github.com/ros-planning/moveit_resources/issues/198>`_)
* Contributors: AndyZe, Felix Exner (fexner), Robert Haschke, Sebastian Castro

3.0.0 (2024-02-19)
------------------
* Update acceleration limits for robot configs (`#195 <https://github.com/ros-planning/moveit_resources/issues/195>`_)
Expand Down
2 changes: 1 addition & 1 deletion panda_moveit_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>moveit_resources_panda_moveit_config</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>
<p>
MoveIt Resources for testing: Franka Emika Panda
Expand Down
3 changes: 3 additions & 0 deletions pr2_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package moveit_resources_pr2_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

3.1.0 (2024-11-29)
------------------

3.0.0 (2024-02-19)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pr2_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>moveit_resources_pr2_description</name>
<version>3.0.0</version>
<version>3.1.0</version>
<description>PR2 Resources used for MoveIt! testing</description>

<author email="[email protected]">Ioan Sucan</author>
Expand Down

0 comments on commit 9e3c484

Please sign in to comment.