Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 0247ed0

Browse files
authored
[maint] Changelogs in pilz planner (moveit#2408)
1 parent 382aa5a commit 0247ed0

File tree

4 files changed

+10
-182
lines changed

4 files changed

+10
-182
lines changed

moveit_planners/pilz_industrial_motion_planner/CHANGELOG.rst

+4-101
Original file line numberDiff line numberDiff line change
@@ -2,105 +2,8 @@
22
Changelog for package pilz_industrial_motion_planner
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.4.10 (2019-12-04)
6-
-------------------
5+
Forthcoming
6+
-----------
7+
* [feature] Add Pilz industrial motion planner (`#1893 <https://github.com/tylerjw/moveit/issues/1893>`_)
8+
* Contributors: Pilz GmbH and Co. KG, Christian Henkel, Immanuel Martini, Joachim Schleicher, rfeistenauer
79

8-
0.4.9 (2019-11-28)
9-
------------------
10-
11-
0.4.8 (2019-11-22)
12-
------------------
13-
14-
0.4.7 (2019-09-10)
15-
------------------
16-
* Fix clang-tidy issues
17-
* integrate clang-tidy via CMake flag
18-
* Contributors: Pilz GmbH and Co. KG
19-
20-
0.4.6 (2019-09-04)
21-
------------------
22-
23-
0.4.5 (2019-09-03)
24-
------------------
25-
* Adapt to changes in pilz_robots
26-
* add static code analyzing (clang-tidy)
27-
* drop deprecated isRobotStateEqual()
28-
* Contributors: Pilz GmbH and Co. KG
29-
30-
0.4.4 (2019-06-19)
31-
------------------
32-
* fixed an error that led to trajectories not strictly increasing in time
33-
* Contributors: Pilz GmbH and Co. KG
34-
35-
0.4.3 (2019-04-08)
36-
------------------
37-
* update dependencies of trajectory_generation
38-
* fix CIRC path generator and increase test coverage
39-
* adopt strictest limits in ptp planner (refactor JointLimitsContainer and TrajectoryGeneratorPTP)
40-
* Enable gripper commands inside a sequence
41-
* Contributors: Pilz GmbH and Co. KG
42-
43-
0.4.2 (2019-03-13)
44-
------------------
45-
* re-adapt to new RobotState API: remove #attempts
46-
* Contributors: Pilz GmbH and Co. KG
47-
48-
0.4.1 (2019-02-27)
49-
------------------
50-
51-
0.3.6 (2019-02-26)
52-
------------------
53-
* refactor the testdataloader
54-
* adapt to new RobotState API: remove #attempts
55-
* Contributors: Pilz GmbH and Co. KG
56-
57-
0.3.5 (2019-02-06)
58-
------------------
59-
* Increase line coverage for blending to 100%
60-
* refactor determining the trajectory alignment in the blend implementation
61-
* extend and refactor unittest of blender_transition_window
62-
* add planning group check to blender_transition_window
63-
* add more details to blend algorithm description
64-
* change handling of empty sequences in capabilities to be non-erroneous
65-
* rename command_planner -> pilz_command_planner
66-
* use pilz_testutils package for blend test
67-
* use collision-aware ik calculation
68-
* Contributors: Pilz GmbH and Co. KG
69-
70-
0.4.0 (2018-12-18)
71-
------------------
72-
* Use Eigen::Isometry3d to keep up with the recent changes in moveit
73-
* Contributors: Chris Lalancette
74-
75-
0.3.1 (2018-12-17)
76-
------------------
77-
78-
0.3.0 (2018-11-28)
79-
------------------
80-
* add append method for avoiding duplicate points in robot_trajectory trajectories
81-
* Relax the precondition on trajectory generators from v_start==0 to |v_start| < 1e-10 to gain robustness
82-
* Set last point of generated trajectories to have vel=acc=0 to match the first point.
83-
* add sequence action and service capabilities to concatenate multiple requests
84-
* Contributors: Pilz GmbH and Co. KG
85-
86-
0.2.2 (2018-09-26)
87-
------------------
88-
89-
0.2.1 (2018-09-25)
90-
------------------
91-
92-
0.1.1 (2018-09-25)
93-
------------------
94-
* port to melodic
95-
* drop unused dependencies
96-
* Contributors: Pilz GmbH and Co. KG
97-
98-
0.2.0 (2018-09-14)
99-
------------------
100-
* Changes for melodic
101-
* Contributors: Pilz GmbH and Co. KG
102-
103-
0.1.0 (2018-09-14)
104-
------------------
105-
* Created trajectory generation package with ptp, lin, circ and blend planner
106-
* Contributors: Pilz GmbH and Co. KG

moveit_planners/pilz_industrial_motion_planner/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package format="3">
33
<name>pilz_industrial_motion_planner</name>
4-
<version>0.4.10</version>
4+
<version>1.1.1</version>
55
<description>MoveIt plugin to generate industrial trajectories PTP, LIN, CIRC and sequences thereof.</description>
66

77
<maintainer email="a.gutenkunst@pilz.de">Alexander Gutenkunst</maintainer>

moveit_planners/pilz_industrial_motion_planner_testutils/CHANGELOG.rst

+4-79
Original file line numberDiff line numberDiff line change
@@ -2,83 +2,8 @@
22
Changelog for package pilz_industrial_motion_planner_testutils
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
0.4.10 (2019-12-04)
6-
-------------------
5+
Forthcoming
6+
-----------
7+
* [feature] Add Pilz industrial motion planner (`#1893 <https://github.com/tylerjw/moveit/issues/1893>`_)
8+
* Contributors: Pilz GmbH and Co. KG, Christian Henkel, Immanuel Martini, Joachim Schleicher, rfeistenauer
79

8-
0.4.9 (2019-11-28)
9-
------------------
10-
11-
0.4.8 (2019-11-22)
12-
------------------
13-
14-
0.4.7 (2019-09-10)
15-
------------------
16-
* Fix clang-tidy issues
17-
* integrate clang-tidy via CMake flag
18-
* Contributors: Pilz GmbH and Co. KG
19-
20-
0.4.6 (2019-09-04)
21-
------------------
22-
23-
0.4.5 (2019-09-03)
24-
------------------
25-
26-
0.4.4 (2019-06-19)
27-
------------------
28-
29-
0.4.3 (2019-04-08)
30-
------------------
31-
* update package dependencies
32-
* Add missing intialization
33-
* Add getter for CircJointInterimCart in XMLTestdataLoader
34-
35-
0.4.2 (2019-03-13)
36-
------------------
37-
38-
0.4.1 (2019-02-27)
39-
------------------
40-
41-
0.3.6 (2019-02-26)
42-
------------------
43-
44-
0.3.5 (2019-02-06)
45-
------------------
46-
47-
0.3.4 (2019-02-05)
48-
------------------
49-
* Add high level abstraction data classes to represent configuration of robot
50-
* Add high level abstraction data classes to represent different command types
51-
* Add functions to TestdataLoader returning the high level abstraction classes
52-
53-
0.4.0 (2018-12-18)
54-
------------------
55-
* Use Eigen::Isometry3d to keep up with the recent changes in moveit
56-
* Contributors: Chris Lalancette
57-
58-
0.3.1 (2018-12-17)
59-
------------------
60-
* Add RobotMotionObserver in testutils
61-
* Contributors: Pilz GmbH and Co. KG
62-
63-
0.3.0 (2018-11-28)
64-
------------------
65-
* rename get_current_joint_values -> get_current_joint_states
66-
67-
0.2.2 (2018-09-26)
68-
------------------
69-
* fix missing dependency for melodic
70-
* Contributors: Pilz GmbH and Co. KG
71-
72-
0.2.1 (2018-09-25)
73-
------------------
74-
75-
0.1.1 (2018-09-25)
76-
------------------
77-
78-
0.2.0 (2018-09-14)
79-
------------------
80-
81-
0.1.0 (2018-09-14)
82-
------------------
83-
* xml test data loader.
84-
* Contributors: Pilz GmbH and Co. KG

moveit_planners/pilz_industrial_motion_planner_testutils/package.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<package>
33
<name>pilz_industrial_motion_planner_testutils</name>
4-
<version>0.4.10</version>
4+
<version>1.1.1</version>
55
<description>Helper scripts and functionality to test industrial motion generation</description>
66

77
<maintainer email="a.gutenkunst@pilz.de">Alexander Gutenkunst</maintainer>

0 commit comments

Comments
 (0)