Skip to content

Commit 476644a

Browse files
Getting ready for v2.1.0
1 parent 1b96170 commit 476644a

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Shell script to download Simulator bins from github; For custom versions of simulator path has to be updated
22
sudo apt-get install unzip
3-
wget -c https://github.com/FS-Driverless/Formula-Student-Driverless-Simulator/releases/download/v2.0.0/fsds-v2.0.0-linux.zip
4-
unzip fsds-v2.0.0-linux.zip
5-
rm fsds-v2.0.0-linux.zip
3+
wget -c https://github.com/FS-Driverless/Formula-Student-Driverless-Simulator/releases/download/v2.1.0/fsds-v2.1.0-linux.zip
4+
unzip fsds-v2.1.0-linux.zip
5+
rm fsds-v2.1.0-linux.zip

docs/docker_ubuntu.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ After building the image, verify that the image exists by runnig:
3030
```
3131

3232
#### Run FSDS inside the Docker container
33-
Get [the binary](https://github.com/FS-Driverless/Formula-Student-Driverless-Simulator/releases/download/v2.0.0/fsds-v2.0.0-linux.zip), or package your own project in Ubuntu.
33+
Get [the binary](https://github.com/FS-Driverless/Formula-Student-Driverless-Simulator/releases/download/v2.1.0/fsds-v2.1.0-linux.zip), or package your own project in Ubuntu.
3434
You can either download the latest version yourself, or use the `download_FSDSSimulator_binary.sh` helper script.
3535

3636
Now, run fsds inside the Docker container:
@@ -41,15 +41,15 @@ Now, run fsds inside the Docker container:
4141

4242
Replace the variables as follows:
4343
* `DOCKER_IMAGE_NAME`: Same as `target_image` parameter in previous step. By default, enter `fsdsairsim_binary:vulkan-ubuntu18.04`
44-
* `UNREAL_BINARY_SHELL_SCRIPT`: for FSDSsimulator enviroment, it will be `fsds-v2.0.0-linux/FSDS.sh`
44+
* `UNREAL_BINARY_SHELL_SCRIPT`: for FSDSsimulator enviroment, it will be `fsds-v2.1.0-linux/FSDS.sh`
4545
* `UNREAL_BINARY_ARGUMENTS`: For FSDSsimulator, most relevant would be `-windowed`, `-ResX`, `-ResY`. [See here all options](https://docs.unrealengine.com/en-us/Programming/Basics/CommandLineArguments).
4646

47-
For FSDSsimulator, you can do a `$ ./run_airsim_image_binary.sh fsdsairsim_binary:vulkan-ubuntu18.04 fsds-v2.0.0-linux/FSDS.sh -windowed -ResX=1080 -ResY=720`
47+
For FSDSsimulator, you can do a `$ ./run_airsim_image_binary.sh fsdsairsim_binary:vulkan-ubuntu18.04 fsds-v2.1.0-linux/FSDS.sh -windowed -ResX=1080 -ResY=720`
4848

4949
To run in headless mode, use suffix `-- headless` at the end:
5050

5151
```bash
52-
$ ./run_airsim_image_binary.sh fsds-v2.0.0-linux/FSDS.sh -- headless
52+
$ ./run_airsim_image_binary.sh fsds-v2.1.0-linux/FSDS.sh -- headless
5353
```
5454

5555
You need to have a `settings.json` file in the current working directory from where you run `./run_airsim_image_binary.sh`.

docs/getting-started-with-ros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ln -s /mnt/c/Users/developer/Formula-Student-Driverless-Simulator ~/Formula-Stud
4545
```
4646

4747
Now, checkout the version equal to the simulator.
48-
If you are running for example simulator packaged version v2.0.0, run `git checkout tags/v2.0.0` to get the ROS brige to the same version
48+
If you are running for example simulator packaged version v2.1.0, run `git checkout tags/v2.1.0` to get the ROS brige to the same version
4949

5050
## Preparing AirLib
5151

0 commit comments

Comments
 (0)