-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.md~
55 lines (43 loc) · 1.28 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Simulation environment
======================
---
### SYNOPSIS
---
```bash
rosrun mrm_sim simulation_launcher.sh [-r=NUMBER_OF_ROBOTS]
[-s=SCENARIO_NAME]
[-rp=x1,y1;x2,y2;x3,y3;...]
```
### DESCRIPTION
---
Loads the simulation environment.
*Note: To close the simulation, type **Q** and hit enter.
### OPTIONS
---
**-r=NUMBER_OF_ROBOTS**
> Number of robots to load, the value must be between 1 and 10 inclusive.
**-s=SCENARIO_NAME**
> Scenario name to load. A scenario consists of two things: blobs count and positions and the malfunctions lists.
> To create a scenario, create malfunctions-SCENARIO_NAME.yaml and blobs-SCENARIO_NAME.yaml files in
> **mrm_sim/config** directory.
**-rp=ROBOT_POSITIONS**
> The initial positions of the robots
### EXAMPLES
Load scenario named **test** with 3 robots, at positions (0,0), (1,0) and (2,0)
```bash
rosrun mrm_sim simulation_launcher.sh -r=3 -s=test -rp=0,0;1,0;2,0
```
Control panel
=============
---
```
rqt
```
It will open the rqt application, in the menu panel click on **Plugins > MRM > Multi-robot Control panel**
Director panel
==============
---
```
rqt
```
It will open the rqt application, in the menu panel click on **Plugins > MRM > Multi-robot Director panel**