Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
talos-data
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
Stack Of Tasks
talos-data
Commits
9ec3b6a3
Commit
9ec3b6a3
authored
2 years ago
by
Guilhem Saurel
Browse files
Options
Downloads
Patches
Plain Diff
update tools & badges
parent
cd15190e
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
.pre-commit-config.yaml
+38
-0
38 additions, 0 deletions
.pre-commit-config.yaml
README.md
+7
-8
7 additions, 8 deletions
README.md
with
46 additions
and
9 deletions
.gitlab-ci.yml
+
1
−
1
View file @
9ec3b6a3
include
:
http://rainboard.laas.fr/project/talos-data/.gitlab-ci.yml
include
:
http
s
://rainboard.laas.fr/project/talos-data/.gitlab-ci.yml
This diff is collapsed.
Click to expand it.
.pre-commit-config.yaml
0 → 100644
+
38
−
0
View file @
9ec3b6a3
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.10.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
This diff is collapsed.
Click to expand it.
README.md
+
7
−
8
View file @
9ec3b6a3
Talos_data
==========
# Talos_data
[

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

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

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

](https://results.pre-commit.ci/latest/github/stack-of-tasks/talos_data)
## Introduction
...
...
@@ -15,7 +19,7 @@ Some dummy data were added (rotor inertia) to help the dynamic regularization.
For initial and data validated by PAL-Robotics please see the http://github.com/pal-robotics/talos_robot
repository.
If you have problem in starting the robot in a specific position you should look at the
If you have problem in starting the robot in a specific position you should look at the
[
python section
](
#python
)
## Fixed joint
...
...
@@ -105,8 +109,3 @@ In the directory scripts you can start a complete simulation by doing:
./start_talos_gazebo.py
```
In this specific case it will start the robot with a wide base.
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