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

github.com/ZJU-FAST-Lab/Elastic-Tracker @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
742 symbols 1,656 edges 78 files 122 documented · 16% updated 3y ago★ 3256 open issues

Browse by type

Functions 666 Types & classes 76
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Elastic-Tracker

0. Overview

Elastic-Tracker is a flexible trajectory planning framework that can deal with challenging tracking tasks with guaranteed safety and visibility.

Authors: Jialin Ji, Neng Pan and Fei Gao from the ZJU Fast Lab.

Paper: Elastic Tracker: A Spatio-temporal Trajectory Planner Flexible Aerial Tracking, Jialin Ji, Neng Pan, Chao Xu, Fei Gao, Accepted in IEEE International Conference on Robotics and Automation (ICRA 2022).

Video Links: youtube or bilibili

<img src="https://github.com/ZJU-FAST-Lab/Elastic-Tracker/raw/main/figs/cover.png" width="500"/>

1. Simulation of Aerial Tracking

[NOTE] remember to change the CUDA option of src/uav_simulator/local_sensing/CMakeLists.txt

Preparation and visualization:

git clone https://github.com/ZJU-FAST-Lab/Elastic-Tracker.git
cd Elastic-Tracker
catkin_make
source devel/setup.zsh
chmod +x sh_utils/pub_triger.sh
roslaunch mapping rviz_sim.launch

A small drone with the global map as the chasing target:

roslaunch planning fake_target.launch

Start the elastic tracker:

roslaunch planning simulation1.launch

Triger the drone to track the target:

./sh_utils/pub_triger.sh
<img src="https://github.com/ZJU-FAST-Lab/Elastic-Tracker/raw/main/figs/sim1.gif" width="500"/>

Comparision of the planners with blue and without blue visibility guarantee:

roslaunch planning simulation2.launch
<img src="https://github.com/ZJU-FAST-Lab/Elastic-Tracker/raw/main/figs/sim2.gif" width="500"/>

2. Simulation of Aerial Landing

First start the stage of tracking:

roslaunch planning fake_car_target.launch
roslaunch planning simulation_landing.launch
./sh_utils/pub_triger.sh

Triger the drone to land on the moving vehicle:

./sh_utils/land_triger.sh
<img src="https://github.com/ZJU-FAST-Lab/Elastic-Tracker/raw/main/figs/sim_landing.gif" width="500"/>

3. Acknowledgement

We use MINCO as our trajectory representation.

We use DecompROS for safe flight corridor generation and visualization.

Core symbols most depended-on inside this repo

Shape

Method 401
Function 265
Class 73
Enum 3

Languages

C++100%

Modules by API surface

src/planning/traj_opt/include/traj_opt/quickhull.hpp75 symbols
src/planning/traj_opt/include/traj_opt/poly_traj_utils.hpp46 symbols
src/uav_simulator/local_sensing/src/helper_math.h35 symbols
src/planning/traj_opt/src/traj_opt.cc26 symbols
src/planning/planning/include/env/env.hpp24 symbols
src/mapping/include/mapping/mapping.h24 symbols
src/uav_simulator/so3_quadrotor/include/so3_quadrotor/quadrotor_dynamics.hpp23 symbols
src/uav_simulator/mockamap/src/maps.cpp22 symbols
src/planning/traj_opt/include/traj_opt/lbfgs_raw.hpp19 symbols
src/planning/planning/include/prediction/lbfgs.hpp19 symbols
src/uav_simulator/odom_vis/pose_utils/src/pose_utils.cpp18 symbols
src/planning/traj_opt/include/traj_opt/root_finder.hpp18 symbols

For agents

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

⬇ download graph artifact

Ask about this repo answers extend the page