ABC Swarm documentation
ABC Swarm Ant-Bee-Cooperative Swarm, indicating air-ground multi-robot cooperation. This project is developed for ROS2GO, Tianbot Mini and RoboMaster TT swarm kit.
Note
This project is under active development.
Contents
Introduction
ABC Swarm is an open source project short for Ant Bee Cooperative Swarm. This project aims to use low-cost robots and drones to achieve multi-robot experiment sulotion without external positioning system. The overall objective of this framework is to support multi-robot coordination, air-ground cooperative swarm, formation control, ant colony optimization, wolf pack algorithm, distributed optimization, reinforcement deep learning, etc.
ROS2GO
Tianbot Mini
RoboMaster Tello Talent
Simulation
Algorithm
Tianbotmini is a platform for quick introduction to the theory and knowledge of mobile robots.
Mobile robot kinematics model
Tianbotmini is a two-wheel differential mobile robot, which can be simplified to the motion of a particle and a kinematic model is established.

The kinematic equation of the mobile robot can be expressed as:
Paths and trajectories
The path of the mobile robot is only related to the position, and the trajectory is not only related to the position, but also constrained by time.
Multiple mobile robots
Multiple mobile robots exhibit better performance and become a hot field of mobile robot research.
Leader follower formation
The formation of the leader and the follower requires the leader and the follower to maintain a relative positional relationship. We determine the positional relationship by setting relative distance and relative angle. As shown in the image below:

According to the geometric relationship in the figure, we can get the following equation:
We need to know how the error changes, after derivation of the above formula, we can get the following equation: Here, we use a control law that linearizes the input and output.
textbf{e}=-textbf{k}dot{textbf{e}}
Formation change
When multiple mobile robots move in a certain formation, they will switch formations according to the needs of the task. The following are common formations.
References
- 1