Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpp-manipulation
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-manipulation
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
5b9b39a59d99a04692521eaf37b50d0d0ddda28f
Select Git revision
Branches
5
devel
master
default
protected
pr/142
pr/163
pre-commit-ci-update-config
Tags
20
v6.0.0
v5.2.0
v5.1.0
v5.0.0
v4.15.1
v4.14.0
v4.13.0
v4.12.0
v4.11.0
v4.10.1
v4.9.0
v4.8.0
v4.7.0
v4.6.0
v4.5.0
4.5.0-rc
v4.4.0
v4.4.0-rc
v4.3.0
v4.2.0
25 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Nov
28
Oct
27
23
20
13
9
8
7
2
1
21
Sep
17
16
15
10
7
4
3
31
Aug
26
24
3
18
Jul
11
Jun
14
May
24
Apr
21
13
6
Mar
4
26
Feb
25
24
20
10
2
22
Jan
21
19
16
15
14
5
2
30
Dec
22
16
11
10
3
2
1
18
Nov
14
13
10
5
4
28
Oct
27
20
13
9
6
3
1
23
Sep
22
19
17
16
10
1
29
Aug
28
27
22
20
19
8
6
5
4
31
Jul
29
25
24
23
22
21
16
11
9
8
7
4
3
30
Jun
26
13
12
6
5
21
May
14
11
10
8
6
3
Do not loop on all the nodes when trying to connect new nodes.
Do not add the full valid part path when path is only partially valid.
Do not add edges while looping other connected components
Use Explicit relative transformation in Handle::createGrasp.
Fix compilation warnings.
Handle::createGrasp return NumericalConstraint instead of DifferentiableFunction
Store grasp by NumericalConstraint instead of DifferentiableFunction
In Handle::createGrasp, create an explicit numerical constraint
Update to modifications in hpp-constraints
Merge remote-tracking branch 'hpp/devel' into devel
Contact surfaces can have any number of points (and not only 3)
Add a method in ProblemSolver to create a placement constraint
Work in progress
In waypoint edge, if constraint fails, return last configuration reached.
Fix test compilation of test.
Fix Edge::direction
Add Edge::direction and Edge::intersectionConstraint
Add Container_t::getKeys
Fix warnings in test-pathprojection
Add Graph-Progressive collision checker
Fix ConfigOptimizationTraits
Inner optimizers in GraphOptimizer uses the GraphSteeringMethod
Add optimizer Graph-ConfigOptimization
GraphOptimizer run optimizer on consecutive path lying in the node.
Add optimizer ConfigOptimization
Fix some compilation warnings and clean code
Make Egdge::configConstraint public and add GraphComponent::parentGraph
Make use of PartialShortcut from hpp-core
Add class GraphNodeOptimizer
Update GraphOptimizer
Catch projection_error exceptions
GraphOptimizer is not a template class.
Add template class GraphOptimizer
Add class ConstraintSet
Make documentation more accurate.
Fix documentation.
Remove unnecessary line
Add path planner type and path validation type in ProblemSolver
Add benchmark output
Update documentation
Loading