|
2 | 2 | Changelog for package pilz_industrial_motion_planner
|
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
4 | 4 |
|
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 |
7 | 9 |
|
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 |
0 commit comments