From 88f8130f6665b3e055a24f55086502cc152abe1a 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:22:50 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6058df3..1384ff5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # 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).