Multi-agent Control System Manual

Table Of Contents
www.roboworks.com.au/support
4.2 Operation Procedure
4.2.1 Enter execution command
Preparations before starting multi-agent formation:
The master and slave connect to the same network and set up multi-agent communication correctly
The master builds a 2D map in advance and saves it
The master is placed at the starting point of the map, and the slave is placed near the initialization position
(the default slave formation position)
After logging in to Jetson Nano/Raspberry Pi remotely, perform time synchronization.
sudo date -s “2022-04-01 15:15:00”
Step 1: Open 2D map from the master.
roslaunch turn_on_wheeltec_robot navigation.launch
Step 2: Run formation program from all the slaves.
roslaunch wheeltec_multi wheeltec_slave.launch
Step 3: Open keyboard control node from the master or use joystick to remote control the
master movement.
roslaunch wheeltec_robot_rc keyboard_teleop.launch
Step 4: (Optional) Observe the robot movements from Rviz.
rviz
ROBOWORKS