MCPcopy Create free account
hub / github.com/ZJU-FAST-Lab/Dftpav

github.com/ZJU-FAST-Lab/Dftpav @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
1,683 symbols 3,585 edges 200 files 252 documented · 15% updated 3y ago★ 47711 open issues

Browse by type

Functions 1,455 Types & classes 228
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Dftpav

A lightweight Spatial-Temporal trajectory planner for car-like robots。

0. Overview

Related Paper:

Please cite the paper below if this repo helps you.

1. Setup

All the tests are conducted in the Linux environment on a computer equipped with an Intel Core i7-10700 CPU and a GeForce RTX 2060 GPU.

Moreover, Our software is developed and tested in Ubuntu 18.04, 20.04 with ROS installed.

ROS can be installed here: ROS Installation.

2. Build on ROS

  1. Install the dependence.

sudo apt-get install libgoogle-glog-dev libdw-dev libopenblas-dev gfortran

We use Protocol Buffers for parameter configuration. For the installation guide, please refer to this link.

  1. Create an empty new workspace and clone this repository to your workspace:

cd ~/your_catkin_ws/src git clone https://github.com/ZJU-FAST-Lab/Dftpav cd ..

  1. Compile it.

catkin_make -DCMAKE_BUILD_TYPE=Release

3. Run

Open a new terminal window, cd to ~/your_catkin_ws/ and type:

source devel/setup.bash

Then, run the script:

./run.sh 

Then, you can use the 2D Nav Goal in RVIZ to trigger the planning.

Here is an example:

4. Licence

The source code is released under GPLv3 license.

5. Maintaince

For any technical issue, please contact Zhichao HAN (zhichaohan@zju.edu.cn).

For commercial inquiries, please contact Fei GAO (fgaoaa@zju.edu.cn).

Core symbols most depended-on inside this repo

Shape

Method 1,323
Class 210
Function 132
Enum 18

Languages

C++99%
Python1%

Modules by API surface

src/Sim/core/common/inc/common/basics/semantics.h100 symbols
src/Plan/traj_planner/include/plan_utils/poly_traj_utils.hpp75 symbols
src/Plan/traj_planner/include/geo_utils2d/quickhull.hpp75 symbols
src/Sim/core/common/src/common/basics/semantics.cc53 symbols
src/Sim/core/common/inc/common/visualization/common_visualization_util.h52 symbols
src/Sim/core/semantic_map_manager/inc/semantic_map_manager/semantic_map_manager.h39 symbols
src/Sim/util/eudm_planner/src/eudm_planner/eudm_planner.cc37 symbols
src/Sim/core/semantic_map_manager/src/semantic_map_manager.cc35 symbols
src/Sim/core/behavior_planner/src/behavior_planner/behavior_planner.cc33 symbols
src/Sim/util/ssc_planner/src/ssc_planner/ssc_map.cc28 symbols
src/Sim/util/eudm_planner/inc/eudm_planner/eudm_planner.h26 symbols
src/Sim/util/eudm_planner/src/eudm_planner/map_adapter.cc23 symbols

For agents

$ claude mcp add Dftpav \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page