From ea00c979a06a62eb9f2a500a4f46c48a4421d5dc Mon Sep 17 00:00:00 2001 From: "Jason K. Moore" Date: Mon, 13 May 2024 17:16:53 +0200 Subject: [PATCH] Changed 30 to 20 FPS. --- nonholonomic-eom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonholonomic-eom.rst b/nonholonomic-eom.rst index 0318daa4..ab4c8f96 100644 --- a/nonholonomic-eom.rst +++ b/nonholonomic-eom.rst @@ -583,7 +583,7 @@ Check whether ``eval_rhs()`` works with these arrays: eval_rhs(1.0, x0, p_vals) We can now integrate the equations of motion to find the state trajectories. I -setup the time array for the solution to correspond to 30 frames per second for +setup the time array for the solution to correspond to 20 frames per second for later use in the animation of the motion. .. jupyter-execute::