Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
klaxalk committed Mar 13, 2024
1 parent a7fdc13 commit 12614d4
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ roscd mrs_uav_unreal_simulation
### Windows

Requirements:
* Windows 11
* Windows 11 + updates
* WSL 2.0

1. Install Ubuntu 20.04 into the WSL 2.0 using the Microsoft Store
2. Create `.wslconfig` file in `C:/Users/<User>/.wslconfig`
3. Place the following content into `.wslconfig`
2. Install the [MRS UAV System](https://github.com/ctu-mrs/mrs_uav_system) into WSL 2.0
3. Create `.wslconfig` file in `C:/Users/<User>/.wslconfig`
4. Place the following content into `.wslconfig`
```
[wsl2]
firewall=false
Expand All @@ -47,14 +48,14 @@ debugConsole=false
[experimental]
hostAddressLoopback=true
```
4. Install the [MRS UAV System](https://github.com/ctu-mrs/mrs_uav_system) into WSL 2.0
5. Install the MRS UAV System UE5 endpoint
5. Restart the WSL by issuing `wsl --shutdown` into a comand line.
6. Install the MRS UAV System UE5 endpoint
```bash
sudo apt install ros-noetic-mrs-uav-unreal-simulation
```
6. Download and unzip the [Unreal Engine Drone Simulator](https://nasmrs.felk.cvut.cz/index.php/s/qLVIlBxtk8VCj5q)
7. Start the Unreal Engine Drone Simulator
8. Start the MRS UAV System UE5 endpoint
7. Download and unzip the [Unreal Engine Drone Simulator](https://nasmrs.felk.cvut.cz/index.php/s/qLVIlBxtk8VCj5q)
8. Start the Unreal Engine Drone Simulator
9. Start the MRS UAV System UE5 endpoint
```bash
roscd mrs_uav_unreal_simulation
./tmux/one_drone/start.sh
Expand Down

0 comments on commit 12614d4

Please sign in to comment.