Skip to content

Commit 079685b

Browse files
committed
update release notes
1 parent 1baf80d commit 079685b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/markdown/releaseNotes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Release Notes {#releaseNotes}
22

3+
## OMPL.app 1.6.0 (January 11, 2023)
4+
5+
- A C++17 compiler is now required.
6+
- Added new planners:
7+
- [ST-RRT*](\ref gSTRRTstar): a bidirectional, time-optimal planner for planning in space-time.
8+
- **Multi-level planners**: Planning algorithms which can exploit multiple levels of abstractions.
9+
- [Rapidly-exploring Random Quotient space Trees (QRRT)](\ref QRRT): A generalization of RRT to plan on different abstraction levels.
10+
- [QRRT*](\ref QRRTstar): An asymptotically optimal version of QRRT.
11+
- [Quotient-Space Roadmap Planner (QMP)](\ref QMP): A generalization of PRM to plan on different abstraction levels.
12+
- [QMP*](\ref QMPstar): An asymptotically optimal version of QMP.
13+
- AIT* has been significantly refactored.
14+
- SST now uses the intermediate solution callback to report new solutions.
15+
- The kinodynamic version of SST (ompl::control::SST) now supports optimization objectives.
16+
- New topological state spaces have been added: a torus, a sphere, a Möbius strip, and a Klein bottle.
17+
- Updated docker images to Ubuntu Jammy.
18+
- Several fixes for Python bindings.
19+
- Bug fixes.
20+
321
## OMPL.app 1.5.2 (January 31, 2021)
422

523
- Small Planner Arena updates.

0 commit comments

Comments
 (0)