Skip to content

Commit

Permalink
rm frame render
Browse files Browse the repository at this point in the history
  • Loading branch information
baggepinnen committed Jul 30, 2024
1 parent 8cb17f2 commit 4d5fbbd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/examples/quad.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ op = [
# collect(model.freemotion.phi) .=> 0.1;
collect(model.cable.joint_2.phi) .=> 0.03;
model.world.g => 2;
model.body.frame_a.render => true
model.body.frame_a.radius => 0.01
model.body.frame_a.length => 0.1
# model.body.frame_a.render => true
# model.body.frame_a.radius => 0.01
# model.body.frame_a.length => 0.1
]
prob = ODEProblem(ssys, op, (0, 20))
Expand Down

0 comments on commit 4d5fbbd

Please sign in to comment.