-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
69 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,19 @@ | |
Changelog for package dual_arm_panda_moveit_config | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
3.0.0 (2024-02-19) | ||
------------------ | ||
* Update ros2 control usage (`#192 <https://github.com/ros-planning/moveit_resources/issues/192>`_) | ||
* Update ros2_control usage | ||
* Update dual_arm_panda_moveit_config/config/panda_hand.ros2_control.xacro | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
--------- | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
* Update planner configs (`#191 <https://github.com/ros-planning/moveit_resources/issues/191>`_) | ||
* Update planning pipeline configs (`#189 <https://github.com/ros-planning/moveit_resources/issues/189>`_) | ||
* fix warnings about deprecated load_yaml (`#188 <https://github.com/ros-planning/moveit_resources/issues/188>`_) | ||
* Contributors: Christian Rauch, Sebastian Jahr | ||
|
||
2.1.1 (2023-05-18) | ||
------------------ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>2.1.1</version> | ||
<version>3.0.0</version> | ||
<description>Fanuc Resources used for MoveIt testing</description> | ||
|
||
<author email="[email protected]">Ioan Sucan</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,19 @@ | |
Changelog for package moveit_resources_fanuc_moveit_config | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
3.0.0 (2024-02-19) | ||
------------------ | ||
* Update ros2 control usage (`#192 <https://github.com/ros-planning/moveit_resources/issues/192>`_) | ||
* Update ros2_control usage | ||
* Update dual_arm_panda_moveit_config/config/panda_hand.ros2_control.xacro | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
--------- | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
* Update planner configs (`#191 <https://github.com/ros-planning/moveit_resources/issues/191>`_) | ||
* Update planning pipeline configs (`#189 <https://github.com/ros-planning/moveit_resources/issues/189>`_) | ||
* fix warnings about deprecated load_yaml (`#188 <https://github.com/ros-planning/moveit_resources/issues/188>`_) | ||
* Contributors: Christian Rauch, Sebastian Jahr | ||
|
||
2.1.1 (2023-05-18) | ||
------------------ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>2.1.1</version> | ||
<version>3.0.0</version> | ||
<description>Resources used for MoveIt testing</description> | ||
|
||
<author email="[email protected]">Ioan Sucan</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>2.1.1</version> | ||
<version>3.0.0</version> | ||
<description>panda Resources used for MoveIt testing</description> | ||
|
||
<author email="[email protected]">Ioan Sucan</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,27 @@ | |
Changelog for package moveit_resources_panda_moveit_config | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
3.0.0 (2024-02-19) | ||
------------------ | ||
* Update acceleration limits for robot configs (`#195 <https://github.com/ros-planning/moveit_resources/issues/195>`_) | ||
* update panda | ||
* rename file to joint_limits_jerk_limited.yaml | ||
* rename to hard_joint_limits.yaml | ||
--------- | ||
* Update ros2 control usage (`#192 <https://github.com/ros-planning/moveit_resources/issues/192>`_) | ||
* Update ros2_control usage | ||
* Update dual_arm_panda_moveit_config/config/panda_hand.ros2_control.xacro | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
--------- | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
* Update planner configs (`#191 <https://github.com/ros-planning/moveit_resources/issues/191>`_) | ||
* Update planning pipeline configs (`#189 <https://github.com/ros-planning/moveit_resources/issues/189>`_) | ||
* Fix Panda demo launch for MoveIt 2 tutorials (`#190 <https://github.com/ros-planning/moveit_resources/issues/190>`_) | ||
* Add bio_ik and TRAC-IK kinematics configs (`#187 <https://github.com/ros-planning/moveit_resources/issues/187>`_) | ||
* Remove unsupported planner configs (`#182 <https://github.com/ros-planning/moveit_resources/issues/182>`_) | ||
* Create Panda URDF Xacro, restore URDF for RobotModelTestUtils (`#178 <https://github.com/ros-planning/moveit_resources/issues/178>`_) | ||
* Contributors: Henning Kayser, Paul Gesel, Sebastian Castro, Sebastian Jahr | ||
|
||
2.1.1 (2023-05-18) | ||
------------------ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>2.1.1</version> | ||
<version>3.0.0</version> | ||
<description>PR2 Resources used for MoveIt! testing</description> | ||
|
||
<author email="[email protected]">Ioan Sucan</author> | ||
|