Skip to content

Commit ad16ddd

Browse files
committed
Screenshot of Youbot robot added to README.md file
1 parent d70dfe3 commit ad16ddd

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,15 @@ The following code shows how to execute some of these examples.
127127
include("$(Modia3D.path)/examples/dynamics/Simulate_Pendulum_explained.jl")
128128
include("$(Modia3D.path)/examples/dynamics/Simulate_DoublePendulumWithDampers.jl")
129129
include("$(Modia3D.path)/examples/collisions/Simulate_NewtonsCradle.jl")
130+
include("$(Modia3D.path)/examples/collisions/Simulate_YouBot.jl")
130131
include("$(Modia3D.path)/examples/kinematics/Move_FourBar.jl")
131132
include("$(Modia3D.path)/examples/visual/Move_AllVisualObjects.jl")
132133
```
133134

135+
The next figure shows a screenshot of the animation of example `Simulate_YouBot.jl `:
136+
137+
![PendulumPlot](docs/resources/images/youbot-robot.jpg)
138+
134139

135140
## Run tests
136141

16.9 KB
Loading

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A more detailed overview of the available features is also given in the [Modia3D
3030

3131
Papers and videos about Modia3D:
3232

33-
- [1] *[Collision Handling with Variable-Step Integrators](resources/documentation/CollisionHandling_Neumayr_Otter_2017.pdf)* ([EOOLT 2017, December](http://www.eoolt.org/2017/))
33+
- [1] *[Collision Handling with Variable-Step Integrators](../resources/documentation/CollisionHandling_Neumayr_Otter_2017.pdf)* ([EOOLT 2017, December](http://www.eoolt.org/2017/))
3434
- [2] *[Component-Based 3D Modeling of Dynamic Systems](http://www.ep.liu.se/ecp/154/019/ecp18154019.pdf)* ([American Modelica Conference 2018, October](https://www.modelica.org/events/modelica2018Americas/index_html))
3535
- [3] *[Algorithms for Component-Based 3D Modeling](http://www.ep.liu.se/ecp/157/039/ecp19157039.pdf)* ([13th International Modelica Conference 2019, March](https://modelica.org/events/modelica2019))
3636
- [4] *Modia3D: Modeling and Simulation of 3D-Systems in Julia* ([JuliaCon 2019, July](https://juliacon.org/2019/), under review); talk recorded on [YouTube](https://www.youtube.com/watch?v=b3WfqXZRKpA)

0 commit comments

Comments
 (0)