From da3c4fe06e76e250e339785ce6ce696bd2ad1a46 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 13:41:01 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e66035267..0c5f1148b 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ pip install --no-deps -e . ``` # tree -L 2 -I "__pycache__" -I "__init__*" -I "__main__*" src/jaxsim -src/jaxsim +src/jaxsim |-- api..........................# Package containing the main functional APIs. | |-- com.py...................# |-- APIs for computing quantities related to the center of mass. | |-- common.py................# |-- Common utilities used in the current package. @@ -134,7 +134,7 @@ src/jaxsim | |-- model.py.................# |-- Class defining a simulated model and APIs for computing related quantities. | |-- ode.py...................# |-- APIs for computing quantities related to the system dynamics. | |-- ode_data.py..............# |-- Set of classes to store the data of the system dynamics. -| `-- references.py............# `-- Helper class to create references (link forces and joint torques). +| `-- references.py............# `-- Helper class to create references (link forces and joint torques). |-- exceptions.py................# Module containing functions to raise exceptions from JIT-compiled functions. |-- integrators..................# Package containing the integrators used to simulate the system dynamics. | |-- common.py................# |-- Common utilities used in the current package. @@ -233,7 +233,7 @@ Theoretical aspects of JaxSim are based on Chapters 7 and 8 of the following Ph. type = {PhD Thesis}, month = {July}, year = {2022}, -} +} ``` ## People