Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Ipuch committed Aug 9, 2022
1 parent 14ec30c commit b6815e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion load_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
filename = "raw/miller_MillerDynamics.ROOT_IMPLICIT_irand0_extraobjTrue_125_25.bo"


def show_animation(model_path: str, q: np.ndarray, fixed_floating_base: bool = True):
def show_animation(model_path: str, q: np.ndarray, fixed_floating_base: bool = False):
"""
Show the animation of the model
Expand All @@ -19,6 +19,8 @@ def show_animation(model_path: str, q: np.ndarray, fixed_floating_base: bool = T
Model to animate
q : np.ndarray
Array of the states to animate
fixed_floating_base : bool
If the floating base is fixed or not when the motion is played
Returns
-------
Expand Down

0 comments on commit b6815e4

Please sign in to comment.