Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-centroidal-dynamics
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Humanoid Path Planner
hpp-centroidal-dynamics
Commits
a2e96977
Commit
a2e96977
authored
2 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
update tools & badges
parent
adfb2cd7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pre-commit-config.yaml
+32
-0
32 additions, 0 deletions
.pre-commit-config.yaml
README.md
+4
-2
4 additions, 2 deletions
README.md
pyproject.toml
+2
-0
2 additions, 0 deletions
pyproject.toml
setup.cfg
+4
-0
4 additions, 0 deletions
setup.cfg
with
42 additions
and
2 deletions
.pre-commit-config.yaml
0 → 100644
+
32
−
0
View file @
a2e96977
repos
:
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
v13.0.1
hooks
:
-
id
:
clang-format
args
:
[
-i
,
--style=Google
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.1.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-ast
-
id
:
check-executables-have-shebangs
-
id
:
check-json
-
id
:
check-merge-conflict
-
id
:
check-symlinks
-
id
:
check-toml
-
id
:
check-yaml
-
id
:
debug-statements
-
id
:
destroyed-symlinks
-
id
:
detect-private-key
-
id
:
end-of-file-fixer
-
id
:
fix-byte-order-marker
-
id
:
mixed-line-ending
-
id
:
trailing-whitespace
-
repo
:
https://github.com/psf/black
rev
:
22.3.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/PyCQA/flake8
rev
:
4.0.1
hooks
:
-
id
:
flake8
This diff is collapsed.
Click to expand it.
README.md
+
4
−
2
View file @
a2e96977
# CentroidalDynamicsLib
# CentroidalDynamicsLib
[

](https://gepgitlab.laas.fr/humanoid-path-planner/hpp-centroidal-dynamics/commits/master)
[

](https://gitlab.laas.fr/humanoid-path-planner/hpp-centroidal-dynamics/commits/master)
[

](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/hpp-centroidal-dynamics/master/coverage/)
[

](http://projects.laas.fr/gepetto/doc/humanoid-path-planner/hpp-centroidal-dynamics/master/coverage/)
[

](https://github.com/psf/black)
[

](https://results.pre-commit.ci/latest/github/humanoid-path-planner/hpp-centroidal-dynamics)
Utility classes to check the (robust) equilibrium of a system in contact with the environment. Comes with python bindings.
Utility classes to check the (robust) equilibrium of a system in contact with the environment. Comes with python bindings.
The main class that collects all the equilibrium-related algorithms is
```Equilibrium```
.
The main class that collects all the equilibrium-related algorithms is
```Equilibrium```
.
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
0 → 100644
+
2
−
0
View file @
a2e96977
[tool.black]
exclude
=
"cmake"
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
+
4
−
0
View file @
a2e96977
[flake8]
exclude
=
cmake
max-line-length
=
88
ignore
=
E226, E704, E24, E121, W504, E126, E123, W503, E203
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment