Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
obrusvit committed Mar 29, 2022
1 parent 84f1822 commit 4ae8665
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ This repo contains a simulation of a cartpole system with various control engine

Function `main_just_simulate()` to simulate cartpole system from initial conditions (stored in `CartPoleState`) with given parameters (stored in `CartPoleParams` struct). Examples:


Unforced:

![Simple simulation without force - gif](output/just_sim_1.gif)
![Simple simulation without force - plot](output/just_sim_1.png)


With some force applied and shorter pole:

![Simple simulation with force - gif](output/just_sim_2.gif)
![Simple simulation with force - plot](output/just_sim_2.png)

Expand Down
Binary file added output/just_sim_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added output/just_sim_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ae8665

Please sign in to comment.