Multi-agent Control System Manual

Table Of Contents
www.roboworks.com.au/support
4.1.4 Position Configuration
In a multi-agent formation, the first problem to be solved is the positioning of the master and the slave. The
master will construct a 2D map first. After creating and saving the map, run the 2D navigation package and
use the adaptive Monte Carlo positioning algorithm (amcl positioning) in the 2D navigation package to
configure the positioning of the master.
Since the master and the slaves are in the same network and share the same node manager, the master has
launched the map from the 2D navigation package, all the slaves can use the same map under the same node
manager. Therefore, the slave does not need to create a map. In wheeltec_slave.launch, run Monte Carlo
positioning (amcl positioning), the slaves can configure their positions by using the map created by the master.
4.1.5 How to create formation and maintain formation
In the process of formation movement, the master movement can be controlled by Rviz, keyboard, remote
control and other methods. The slave calculates its speed through the slave_tf_listener node in order to control
its movement and achieve the goal of the formation.
The slave_tf_listener node limits the slave speed to avoid the excessive speed by the node calculation, which
will cause a series of impacts. The specific value can be modified in wheeltec_slave.launch.
ROBOWORKS
Fig 4-1-5 Slave Positioning Node