Skip to content

Commit

Permalink
Update src/jaxsim/simulation/integrators.py
Browse files Browse the repository at this point in the history
Co-authored-by: Diego Ferigo <[email protected]>
  • Loading branch information
flferretti and diegoferigo committed Feb 12, 2024
1 parent 2863a32 commit 410bf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jaxsim/simulation/integrators.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ def odeint(
integrator_type: IntegratorType = None,
):
"""
Integrate a system of ODEs using the Runge-Kutta 4 method.
Integrate a system of ODEs with a fixed-step integrator.
Args:
func: A function that computes the time-derivative of the state.
Expand Down

0 comments on commit 410bf16

Please sign in to comment.