You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/60-simulations/10-mrs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ This page is describing the upcomming ROS2 version of the MRS UAV System (howeve
10
10
11
11
# MRS Multirotor Simulator
12
12
13
-
This folder contains docs on simulation using the [MRS Multirotor Simulator](https://github.com/ctu-mrs/mrs_multirotor_simulator) and the MRS UAV System.
13
+
This folder contains docs on simulation using the [MRS Multirotor Simulator](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/ros2) and the MRS UAV System.
Copy file name to clipboardExpand all lines: docs/60-simulations/10-mrs/standalone_in_ros.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,23 @@ This page is describing the upcomming ROS2 version of the MRS UAV System (howeve
8
8
9
9
# Prerequsities
10
10
11
-
1. The [ROS Noetic](http://wiki.ros.org/noetic/Installation/Ubuntu) installed.
12
-
2. The [MRS UAV Core](http://github.com/ctu-mrs/mrs_uav_core) installed.
11
+
1. The [ROS Jazzy](http://wiki.ros.org/jazzy/Installation/Ubuntu) installed.
12
+
2. The [MRS UAV System](http://github.com/ctu-mrs/mrs_uav_system) installed.
13
13
14
14
# Starting the simulation
15
15
16
16
Running the simulation consists of several steps, which are **automated** using a **tmuxinator** script.
17
-
Examples of tmuxinator files can be found in the **tmux** folder within the [mrs_multirotor_simulator](https://github.com/ctu-mrs/mrs_multirotor_simulator) package.
17
+
Examples of tmuxinator files can be found in the **tmux** folder within the [mrs_multirotor_simulator](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/ros2) package.
18
18
With the system installed, you can find them (and then copy them elsewhere) by running
19
19
```bash
20
-
roscd mrs_multirotor_simulator/tmux
20
+
cd /opt/ros/jazzy/share/mrs_multirotor_simulator/tmux
21
21
```
22
22
Each folder contains a different simulation scenario.
23
23
24
24
The simlation scenario will be started by calling the `start.sh` script within its folder.
25
25
This will call the `tmuxinator` utility that uses the prescription in the `session.yml` file to spawn a `tmux` session.
26
26
```bash
27
-
roscd mrs_multirotor_simulator/tmux/standalone
27
+
cd /opt/ros/jazzy/share/mrs_multirotor_simulator/tmux/standalone
28
28
./start.sh
29
29
```
30
30
@@ -34,7 +34,7 @@ You should be presented with the "Rviz" window upon starting the session.
34
34
A similar session was also prepared to showcase the simulator of large number (400) of UAVs:
cd /opt/ros/jazzy/share/mrs_multirotor_simulator/tmux/standalone_400_uavs
38
38
./start.sh
39
39
```
40
40
@@ -49,6 +49,6 @@ b) Hit the _killing shortcut_: `ctrl+a k` (`ctrl+a` and then `k`). A menu will a
49
49
50
50
# Configuring the simulator
51
51
52
-
The simulator is configure through a _custom config_ file [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/blob/master/tmux/mrs_one_drone/config/simulator.yaml) which contains the differences form the [default simulator config file](https://github.com/ctu-mrs/mrs_multirotor_simulator/blob/master/config/multirotor_simulator.yaml).
52
+
The simulator is configure through a _custom config_ file (how to [custom configs](/api/custom_config)) which contains the differences form the default simulator config.
53
53
You can configure how many drones should be spawned, of which type and where.
54
-
The particular drone models are configure [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/master/config/uavs).
54
+
The particular drone models are configure [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/ros2/config/uavs).
Copy file name to clipboardExpand all lines: docs/60-simulations/10-mrs/standalone_outside_ros.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The MRS Multirotor Simulator contains a **header-only** implementation of the si
10
10
11
11
## Headers
12
12
13
-
The headers are located in [include/mrs_multirotor_simulator/uav_system](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/master/include/mrs_multirotor_simulator/uav_system).
13
+
The headers are located in [include/mrs_multirotor_simulator/uav_system](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/ros2/include/mrs_multirotor_simulator/uav_system).
14
14
All the headers should be linked using relative includes so it should be possible to just copy the whole folder into your own code.
Copy file name to clipboardExpand all lines: docs/60-simulations/10-mrs/with_mrs_system.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ This page is describing the upcomming ROS2 version of the MRS UAV System (howeve
8
8
9
9
# Prerequsities
10
10
11
-
1. The [ROS Noetic](http://wiki.ros.org/noetic/Installation/Ubuntu) installed.
11
+
1. The [ROS Jazzy](http://wiki.ros.org/jazzy/Installation/Ubuntu) installed.
12
12
2. The [MRS UAV System](https://github.com/ctu-mrs/mrs_uav_system) installed.
13
13
14
14
# Starting the simulation
15
15
16
16
Running the simulation consists of several steps, which are **automated** using a **tmuxinator** script.
17
-
Examples of tmuxinator files can be found in the **tmux** folder within the [mrs_multirotor_simulator](https://github.com/ctu-mrs/mrs_multirotor_simulator) package.
17
+
Examples of tmuxinator files can be found in the **tmux** folder within the [mrs_multirotor_simulator](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/ros2) package.
18
18
With the system installed, you can find them (and then copy them elsewhere) by running
19
19
```bash
20
20
roscd mrs_multirotor_simulator/tmux
@@ -41,6 +41,6 @@ b) Hit the _killing shortcut_: `ctrl+a k` (`ctrl+a` and then `k`). A menu will a
41
41
42
42
# Configuring the simulator
43
43
44
-
The simulator is configure through a _custom config_ file [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/blob/master/tmux/mrs_one_drone/config/simulator.yaml) which contains the differences form the [default simulator config file](https://github.com/ctu-mrs/mrs_multirotor_simulator/blob/master/config/multirotor_simulator.yaml).
44
+
The simulator is configure through a _custom config_ file [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/blob/ros2/tmux/mrs_one_drone/config/simulator.yaml) which contains the differences form the [default simulator config file](https://github.com/ctu-mrs/mrs_multirotor_simulator/blob/ros2/config/multirotor_simulator.yaml).
45
45
You can configure how many drones should be spawned, of which type and where.
46
-
The particular drone models are configure [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/master/config/uavs).
46
+
The particular drone models are configure [here](https://github.com/ctu-mrs/mrs_multirotor_simulator/tree/ros2/config/uavs).
Copy file name to clipboardExpand all lines: docs/60-simulations/30-FlightForge/01-installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The FlightForge simulator is composed of two main parts - the simulator itself e
22
22
The prebuild binaries of the simulator can be downloaded from the [here](https://nasmrs.felk.cvut.cz/index.php/s/MnGARsSwnpeVy5z).
23
23
The simulator is available for Linux and Windows, the simulator can be run by running the binary file `mrs_flight_forge.sh` in the downloaded archive.
24
24
The binary provides the simulator as a standalone application that can be run without the need of Unreal Engine.
25
-
However, if you wish to create a custom environment or modify the simulator you can download our Unreal Engine plugin from [flight_forge repository](https://github.com/ctu-mrs/flight_forge), and place it in the `Plugins` folder of your Unreal Engine project.
25
+
However, if you wish to create a custom environment or modify the simulator you can download our Unreal Engine plugin from [flight_forge repository](https://github.com/ctu-mrs/flight_forge/tree/rosw), and place it in the `Plugins` folder of your Unreal Engine project.
26
26
Currently, the plugin is only guaranteed to work with Unreal Engine 5.4.
Copy file name to clipboardExpand all lines: docs/60-simulations/30-FlightForge/30-example-sessions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The FlightForge simulator comes with a few example sessions that you can use to
14
14
The example sessions are located in the `mrs_uav_flightforge_simulation` ROS package.
15
15
The invarient part of using the FlightForge simulator is to first start the simulator and then start the ROS nodes that control the drones.
16
16
17
-
To start the simulator first start the binary from the archive you downloaded in the [installation](https://ctu-mrs.github.io/docs/simulations/FlightForge/installation) section.:
17
+
To start the simulator first start the binary from the archive you downloaded in the [installation](/simulations/FlightForge/installation) section.:
0 commit comments