Skip to content

Commit

Permalink
rm test
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jul 30, 2024
1 parent 4d5fbbd commit f6b067b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/src/examples/kinematic_loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ sol = solve(prob, FBDF(autodiff=false))
plot(sol, idxs = [j1.phi, j2.phi, j3.phi])
```

```@example kinloop
using Test
@test SciMLBase.successful_retcode(sol)
@test sol(sol.t[end], idxs=j3.phi) % 2pi ≈ π/2 atol=0.3 # Test the the "pendulum" is hanging almost straight down after sufficient time has passed
@test sol(sol.t[end], idxs=j2.phi) % 2pi ≈ -π/2 atol=0.3
```


### 3D animation
Multibody.jl supports automatic 3D rendering of mechanisms, we use this feature to illustrate the result of the simulation below:
Expand Down

0 comments on commit f6b067b

Please sign in to comment.