Skip to content

Commit

Permalink
fixing internal links after small cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann authored May 9, 2020
1 parent a1cfb5c commit 765724e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@ Copyright (C) 2017 Marius Merschformann
Open RAWSimO.sln with Visual Studio and select RAWSimO.Visualization as the project to execute. Under the "Instances" tab press the checkmark button to generate a default instance. Then go to the "Base Controls" tab and press the play button. Depending on the instance size and simulation settings instance generation and simulation initialization may take longer. You should see a first simulation running now.

In the following video you can find a short tutorial of RAWSim-O's core functionality for a quick start:
[![Quick tutorial](Material/Screenshots/youtube-thumbnails/quick-intro-player.PNG)](https://youtu.be/l3qwDnbEPhI "Quick intro")
[![Quick tutorial](Material/Wiki/youtube-thumbnails/quick-intro-player.PNG)](https://youtu.be/l3qwDnbEPhI "Quick intro")

## Controller implementation quick start

In the following video you can find a very short tutorial for implementing your own controller logic:
[![Controller implementation tutorial](Material/Screenshots/youtube-thumbnails/controller-implementation-player.PNG)](https://youtu.be/ClN7NZL930w "Controller implementation tutorial")
[![Controller implementation tutorial](Material/Wiki/youtube-thumbnails/controller-implementation-player.PNG)](https://youtu.be/ClN7NZL930w "Controller implementation tutorial")

## Screenshots

Image showing a larger instance being simulated:

![Larger instance](Material/Screenshots/larger-instance-3d.png)
![Larger instance](Material/Wiki/larger-instance-3d.png)

Image showing a multi-level instance being simulated:

![Multi floor instance](Material/Screenshots/multi-floor-3d.png)
![Multi floor instance](Material/Wiki/multi-floor-3d.png)

Image showing more detailed information for path planning engines:

![Path sample](Material/Screenshots/paths-2d.png)
![Path sample](Material/Wiki/paths-2d.png)

Image showing a heatmap rendered using RAWSim-O that shows the locations robots were at over time:

![Heatmap](Material/Screenshots/heatmap-sample-small.png)
![Heatmap](Material/Wiki/heatmap-sample-small.png)

## Demonstrator video

A short video of the demonstrator application done with RAWSim-O and vacuum cleaning robots can be found here:
[![Demonstrator](Material/Screenshots/youtube-thumbnails/demonstrator-player.PNG)](https://youtu.be/bZHIXCxpXyc "Demonstrator")
[![Demonstrator](Material/Wiki/youtube-thumbnails/demonstrator-player.PNG)](https://youtu.be/bZHIXCxpXyc "Demonstrator")

## GnuPlot

Expand Down

0 comments on commit 765724e

Please sign in to comment.