0%

Multi Agents

多智能体 | Multi-Agents

寻路算法

DWA is a local planner used to control a mobile robot by selecting the optimal velocity and steering angle based on the robot’s current state and its goal. It takes into account the robot’s dynamics and the environment to avoid collisions while moving towards the target.

RRT is a path planning algorithm that is designed for efficiently searching high-dimensional spaces by randomly building a space-filling tree. The tree is constructed incrementally from a starting point and expands towards randomly chosen points in the search space. The algorithm is particularly suited for problems that involve obstacles and differential constraints .

Multi-Agents Simulation

image-20231103190238382

Before the actual deployment of drones, we conducted simulations on their formation flying and leader-follower control modes. This preparatory step is crucial for ensuring that the autonomous behaviors necessary for coordinated flight are functioning correctly and safely. The simulation involves virtual drones following a designated leader drone while maintaining a specific formation pattern, all of which are governed by algorithms that dictate their movement and behavior in response to the leader’s actions and environmental factors.