We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861ca74 commit ed083b1Copy full SHA for ed083b1
crazyflow/sim/integration.py
@@ -82,7 +82,7 @@ def _integrate(
82
dvel: Array,
83
dang_vel: Array,
84
dt: float,
85
-) -> SimData:
+) -> tuple[Array, Array, Array, Array]:
86
"""Integrate the dynamics forward in time.
87
88
Args:
0 commit comments