-
Notifications
You must be signed in to change notification settings - Fork 527
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
1 parent
84421ea
commit 4210f46
Showing
81 changed files
with
407 additions
and
41 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
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Meta package that contains all essential packages of MoveIt 2</description> | ||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
<maintainer email="[email protected]">Tyler Weaver</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_common</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Common support functionality used throughout MoveIt</description> | ||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
<maintainer email="[email protected]">Tyler Weaver</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_configs_utils</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Python library for loading moveit config parameters in launch files</description> | ||
<maintainer email="[email protected]">MoveIt Release Team</maintainer> | ||
<license>BSD-3-Clause</license> | ||
|
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 |
---|---|---|
|
@@ -2,6 +2,37 @@ | |
Changelog for package moveit_core | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.8.0 (2023-09-10) | ||
------------------ | ||
* Add a benchmark for 'getJacobian' (`#2326 <https://github.com/ros-planning/moveit2/issues/2326>`_) | ||
* [TOTG] Exit loop when position can't change (`#2307 <https://github.com/ros-planning/moveit2/issues/2307>`_) | ||
* Remove added path index from planner adapter function signature (`#2285 <https://github.com/ros-planning/moveit2/issues/2285>`_) | ||
* Fix typo in error message (`#2286 <https://github.com/ros-planning/moveit2/issues/2286>`_) | ||
* Fix comment formatting (`#2276 <https://github.com/ros-planning/moveit2/issues/2276>`_) | ||
* Cleanup planning request adapter interface (`#2266 <https://github.com/ros-planning/moveit2/issues/2266>`_) | ||
* Use default arguments instead of additional functions | ||
* Use generate param lib for default plan request adapters | ||
* Small cleanup of ResolveConstraintFrames | ||
* Remove dublicate yaml file entry | ||
* Move list_planning_adapter_plugins into own directory | ||
* Apply suggestions from code review | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
* Fix copy& paste error | ||
* Update parameter descriptions | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
* Apply suggestions from code review | ||
Co-authored-by: Kyle Cesare <[email protected]> | ||
* EMPTY_PATH_INDEX_VECTOR -> empty_path_index_vector | ||
* Update parameter yaml | ||
* Make param listener unique | ||
* Fix build error | ||
* Use gt_eq instead of deprecated lower_bounds | ||
--------- | ||
Co-authored-by: Sebastian Castro <[email protected]> | ||
Co-authored-by: Kyle Cesare <[email protected]> | ||
* fix for kinematic constraints parsing (`#2267 <https://github.com/ros-planning/moveit2/issues/2267>`_) | ||
* Contributors: Jorge Nicho, Mario Prats, Nacho Mellado, Sebastian Jahr, Stephanie Eng | ||
|
||
2.7.4 (2023-05-18) | ||
------------------ | ||
* Add documentation and cleanups for PlanningRequestAdapter and PlanningRequestAdapterChain classes (`#2142 <https://github.com/ros-planning/moveit2/issues/2142>`_) | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_core</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Core libraries used by MoveIt</description> | ||
|
||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_kinematics</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Package for all inverse kinematics solvers in MoveIt</description> | ||
|
||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_planners_chomp</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>The interface for using CHOMP within MoveIt</description> | ||
|
||
<maintainer email="[email protected]">Chittaranjan Srinivas Swaminathan</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>chomp_motion_planner</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>chomp_motion_planner</description> | ||
|
||
<maintainer email="[email protected]">Chittaranjan Srinivas Swaminathan</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<package format="2"> | ||
<name>moveit_chomp_optimizer_adapter</name> | ||
<description>MoveIt planning request adapter utilizing chomp for solution optimization</description> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<maintainer email="[email protected]">Raghavender Sahdev</maintainer> | ||
<maintainer email="[email protected]">MoveIt Release Team</maintainer> | ||
|
||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_planners</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Meta package that installs all available planners for MoveIt</description> | ||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
<maintainer email="[email protected]">Tyler Weaver</maintainer> | ||
|
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,17 @@ | |
Changelog for package moveit_planners_ompl | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
2.8.0 (2023-09-10) | ||
------------------ | ||
* Fix typo in model_based_planning_context.h (`#2243 <https://github.com/ros-planning/moveit2/issues/2243>`_) | ||
* Warn if optimization objective does not match expected values (`#2213 <https://github.com/ros-planning/moveit2/issues/2213>`_) | ||
* Warn if optimization objective does not match expected values | ||
* Update moveit_planners/ompl/ompl_interface/src/model_based_planning_context.cpp | ||
Co-authored-by: Sebastian Jahr <[email protected]> | ||
* Format | ||
--------- | ||
* Contributors: Stephanie Eng | ||
|
||
2.7.4 (2023-05-18) | ||
------------------ | ||
* Fix Constraint Planning Segfault (`#2130 <https://github.com/ros-planning/moveit2/issues/2130>`_) | ||
|
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,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_planners_ompl</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>MoveIt interface to OMPL</description> | ||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
<maintainer email="[email protected]">Tyler Weaver</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>pilz_industrial_motion_planner</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof.</description> | ||
|
||
<maintainer email="[email protected]">Christian Henkel</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>pilz_industrial_motion_planner_testutils</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>Helper scripts and functionality to test industrial motion generation</description> | ||
|
||
<maintainer email="[email protected]">Christian Henkel</maintainer> | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> | ||
<package format="3"> | ||
<name>moveit_planners_stomp</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>STOMP Motion Planner for MoveIt</description> | ||
<maintainer email="[email protected]">Henning Kayser</maintainer> | ||
<license>BSD-3-Clause</license> | ||
|
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
2 changes: 1 addition & 1 deletion
2
moveit_planners/test_configs/prbt_ikfast_manipulator_plugin/package.xml
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' encoding='UTF-8'?> | ||
<package format="3"> | ||
<name>moveit_resources_prbt_ikfast_manipulator_plugin</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>The prbt_ikfast_manipulator_plugin package</description> | ||
<maintainer email="[email protected]">Alexander Gutenkunst</maintainer> | ||
<maintainer email="[email protected]">Christian Henkel</maintainer> | ||
|
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
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="2"> | ||
<name>moveit_resources_prbt_pg70_support</name> | ||
<version>2.7.4</version> | ||
<version>2.8.0</version> | ||
<description>PRBT support for Schunk pg70 gripper.</description> | ||
|
||
<maintainer email="[email protected]">Alexander Gutenkunst</maintainer> | ||
|
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
Oops, something went wrong.