# Fast-Perching **Repository Path**: gchasing/Fast-Perching ## Basic Information - **Project Name**: Fast-Perching - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-13 - **Last Updated**: 2025-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Fast-Perching ## 0. Overview **Fast-Perching** presents a novel trajectory planning method for real-time aerial perching, which adaptively adjusts terminal states and the trajectory duration. This feature is especially notable on micro aerial robots with low maneuverability or scenarios where the space is not enough. **Authors**: Jialin Ji, Tiankai Yang and [Fei Gao](https://ustfei.com/) from the [ZJU Fast Lab](http://zju-fast.com/). **Paper**: [Real-Time Trajectory Planning for Aerial Perching](https://arxiv.org/abs/2203.01061), Jialin Ji, Tiankai Yang, Chao Xu, Fei Gao, Accepted in IEEE/RSJ International Conference on Intelligent Robots and Systems (__IROS 2022__). **Video Links**: [bilibili](https://www.bilibili.com/video/BV14q4y147uz)

## 1. Simulation of Aerial Perching >Preparation and visualization: ``` git clone https://github.com/ZJU-FAST-Lab/Fast-Perching cd Fast-Perching catkin_make source devel/setup.zsh chmod +x sh_utils/pub_triger.sh roslaunch planning perching.launch ``` >Start the perching planner: ``` ./sh_utils/pub_triger.sh ```

>Change the position, veliocity and orientation of the landing plate: ```html ```

## 2. Other Settings or Functions >Enable replan module of the planner: ```html ```

>Enable pause debug module of the planner: ```html ```

## 3. Acknowledgement We use [**MINCO**](https://github.com/ZJU-FAST-Lab/GCOPTER) as our trajectory representation.