From 0ec2c6a394ca0eb5015c01279ac6ee26731676f7 Mon Sep 17 00:00:00 2001 From: budzianowski Date: Fri, 6 Dec 2024 10:56:13 -0800 Subject: [PATCH] format --- sim/resources/zeroth/joints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sim/resources/zeroth/joints.py b/sim/resources/zeroth/joints.py index 2f17de9..890784f 100644 --- a/sim/resources/zeroth/joints.py +++ b/sim/resources/zeroth/joints.py @@ -105,7 +105,7 @@ def default_limits(cls) -> Dict[str, Dict[str, float]]: Robot.legs.right.knee_pitch: { "lower": 0, "upper": 1.57, - } + }, } # p_gains @@ -167,4 +167,4 @@ def print_joints() -> None: if __name__ == "__main__": # python -m sim.Robot.joints - print_joints() \ No newline at end of file + print_joints()