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/getting-started.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,8 @@
1
1
# Getting started
2
2
3
3
When running this simulator there are two main components: the simulator and the ros bridge.
4
-
Your autonomous system and the ros bridge should use the same ros core, either by running on the same computer or through a network connection. It is required that the simulator and the ros bridge have the same version!
4
+
Your autonomous system and the ros bridge should use the same ros core, either by running on the same computer or through a network connection.
5
+
It is required that the simulator and the ros bridge have the same version!
5
6
6
7
This page is an overview of the different methods to get these components up and running.
7
8
@@ -77,7 +78,8 @@ It might show an error like 'This project was made with a different version of t
77
78
When asked to rebuild the 'Blocks' and 'AirSim' modules, choose 'Yes'.
78
79
This is the step where the plugin part of AirSim is compiled.
79
80
80
-
After some time Unreal Engine will start and you can launch the game.
81
+
After some time Unreal Engine will start and you can launch the game.
82
+
Run the game in standalone mode or or selected viewport mode, simulate and eject mode do not support camera's.
81
83
82
84
If you make changes to AirLib you have to run `build.cmd` again.
83
85
@@ -95,9 +97,9 @@ If you want to run it like it would run when packaged, choose 'Run as standalone
95
97
The simulator exposes an RPC api that is used by the ros bridge to communicate with the vehicle.
96
98
The ros bridge should preferable run on the same computer as the simulator to ensure low latency and high bandwidth.
97
99
98
-
> It is theoretically possible to run the ros bridge on a different computer than the simulator.
99
-
However, this has not been tested recently and it might be broken.
100
-
You should look into the fsds_ros_bridge.launch file and check the `host_ip` variable.
100
+
It is possible to run the ros bridge on a different computer than the simulator.
101
+
To get this to work you should use the `host` argument in the `fsds_ros_bridge.launch` file.
102
+
The ros bridge will connect to the simulator on port 41451.
101
103
102
104
The ros bridge only works on Ubuntu.
103
105
If you have the simulator running on windows we reccommend Windows Subsystem for Linux.
0 commit comments