You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tesseract_motion_planners/CHANGELOG.rst
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
Changelog for package tesseract_motion_planners
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+
Forthcoming
6
+
-----------
7
+
* Move profile dictionary to tesseract_common
8
+
* Rename PlanProfile to MoveProfile
9
+
* Allow enabling OSQP workspace update via settings
10
+
* Moved opt_params to the TrajOptIfoptSolverProfile class to match the structure of TrajOptSolverProfile/TrajOpOSQPSolverProfile (`#608 <https://github.com/tesseract-robotics/tesseract_planning/issues/608>`_)
11
+
* Store OSQPEigenSettings as unique_ptr (`#610 <https://github.com/tesseract-robotics/tesseract_planning/issues/610>`_)
12
+
* Demangle profile class name
13
+
* Swap descartes assert with motion planning failure (`#606 <https://github.com/tesseract-robotics/tesseract_planning/issues/606>`_)
14
+
* Fix codecov CI
15
+
* Fix issues with how Collision Check Config was being used
16
+
* Update to changes with legacy trajopt leveraging trajopt_common::TrajOptCollisionConfig
17
+
* Contributors: Levi Armstrong, Michael Ripperger, Roelof Oomen
0 commit comments