Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
sot-torque-control
Commits
bd437df4
Commit
bd437df4
authored
Sep 05, 2022
by
Guilhem Saurel
Browse files
update tools & badges
parent
0aafdfc5
Changes
4
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
0 → 100644
View file @
bd437df4
ci
:
autoupdate_branch
:
'
devel'
repos
:
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
v14.0.6
hooks
:
-
id
:
clang-format
args
:
[
--style=Google
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.3.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.8.0
hooks
:
-
id
:
black
-
repo
:
https://github.com/PyCQA/flake8
rev
:
5.0.4
hooks
:
-
id
:
flake8
-
repo
:
https://github.com/cheshirekow/cmake-format-precommit
rev
:
v0.6.13
hooks
:
-
id
:
cmake-format
README.md
View file @
bd437df4
# sot-torque-control
[

](https://opensource.org/licenses/BSD-2-Clause)
[

](https://gitlab.laas.fr/stack-of-tasks/sot-torque-control/commits/master)
[

](http://projects.laas.fr/gepetto/doc/stack-of-tasks/sot-torque-control/master/coverage/)
[

](https://gepettoweb.laas.fr/doc/stack-of-tasks/sot-torque-control/master/coverage/)
[

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

](https://results.pre-commit.ci/latest/github/stack-of-tasks/sot-torque-control)
Collection of dynamic-graph entities aimed at implementing torque control on different robots.
Read the project wiki to get a description of the main entities contained in this repository.
...
...
pyproject.toml
0 → 100644
View file @
bd437df4
[tool.black]
exclude
=
"cmake"
setup.cfg
View file @
bd437df4
[flake8]
max-line-length =
119
max-line-length =
88
exclude = cmake,python/cmd
[yapf]
column_limit = 119
[isort]
line_length =
119
line_length =
88
skip = cmake
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment