Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-bezier-com-traj
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
Guilhem Saurel
hpp-bezier-com-traj
Compare revisions
626b8c652c9affcc1eae120b41e555b475257934 to 2ef675401f3d1de04968a827e62168d482e1b0a1
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
gsaurel/hpp-bezier-com-traj
Select target project
No results found
2ef675401f3d1de04968a827e62168d482e1b0a1
Select Git revision
Swap
Target
humanoid-path-planner/hpp-bezier-com-traj
Select target project
jchemin/hpp-bezier-com-traj
pfernbac/hpp-bezier-com-traj
gsaurel/hpp-bezier-com-traj
humanoid-path-planner/hpp-bezier-com-traj
4 results
626b8c652c9affcc1eae120b41e555b475257934
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (5)
fix url
· f4278953
Guilhem Saurel
authored
2 years ago
f4278953
Merge pull request #16 from nim65s/devel
· 18572190
Guilhem Saurel
authored
2 years ago
format
18572190
sync submodules
· 2be3ebc3
Guilhem Saurel
authored
2 years ago
2be3ebc3
pre-commit: autoupdate devel branch
· d92832f5
Guilhem Saurel
authored
2 years ago
d92832f5
release: Update package.xml version to 4.13.0
· 2ef67540
Guilhem Saurel
authored
2 years ago
2ef67540
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.pre-commit-config.yaml
+3
-1
3 additions, 1 deletion
.pre-commit-config.yaml
README.md
+1
-1
1 addition, 1 deletion
README.md
cmake
+1
-1
1 addition, 1 deletion
cmake
package.xml
+1
-1
1 addition, 1 deletion
package.xml
with
6 additions
and
4 deletions
.pre-commit-config.yaml
View file @
2ef67540
ci
:
autoupdate_branch
:
'
devel'
repos
:
-
repo
:
https://github.com/pre-commit/mirrors-clang-format
rev
:
v13.0.1
...
...
@@ -5,7 +7,7 @@ repos:
-
id
:
clang-format
args
:
[
-i
,
--style=Google
]
-
repo
:
https://github.com/pre-commit/pre-commit-hooks
rev
:
v4.
1
.0
rev
:
v4.
2
.0
hooks
:
-
id
:
check-added-large-files
-
id
:
check-ast
...
...
This diff is collapsed.
Click to expand it.
README.md
View file @
2ef67540
# bezier_COM_Traj
[

](https://gitlab.laas.fr/humanoid-path-planner/hpp-bezier-com-traj/commits/master)
[

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

](http
s
://
gepettoweb.laas.fr
/doc/humanoid-path-planner/hpp-bezier-com-traj/master/coverage/)
[

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

](https://results.pre-commit.ci/latest/github/humanoid-path-planner/hpp-bezier-com-traj)
...
...
This diff is collapsed.
Click to expand it.
cmake
@
e77c9c32
Compare
3d6176d4
...
e77c9c32
Subproject commit
3d6176d439963702d97b82555e3007de05a4e6a4
Subproject commit
e77c9c32b1d69b21e447cf64f1ad1590aab61159
This diff is collapsed.
Click to expand it.
package.xml
View file @
2ef67540
<?xml version='1.0'?>
<package
format=
'2'
>
<name>
hpp-bezier-com-traj
</name>
<version>
4.1
2
.0
</version>
<version>
4.1
3
.0
</version>
<description>
Multi contact trajectory generation for the COM using Bezier curves
</description>
<maintainer
email=
'guilhem.saurel@laas.fr'
>
Guilhem Saurel
</maintainer>
...
...
This diff is collapsed.
Click to expand it.