From fde3dc36b152b5ee5b976549914bc83503b098e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E5=BF=97=E8=B6=85?= <53078250+Han-Sin@users.noreply.github.com> Date: Fri, 20 Jun 2025 14:23:15 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1384ff5..7a10953 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # DPtraj A double-polynomial discription for trajectory interfaced with learning-based front end. The code will come in middle July. + This work is presented in the paper: Hierarchically Depicting Vehicle Trajectory with Stability in Complex Environments, published in Science Robotics. + The backend trajectory optimizer improvements build upon our previous work (available at https://github.com/ZJU-FAST-Lab/Dftpav), where singularity issues were addressed. + Moreover, the approach has recently been extended and applied to more complex multi-joint robotic platforms (see https://github.com/Tracailer/Tracailer).