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
Commits
c042ce3a
Commit
c042ce3a
authored
4 years ago
by
Florent Lamiraux
Committed by
Florent Lamiraux florent@laas.fr
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Notify release 4.10.0.
parent
0a751dbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+8
-3
8 additions, 3 deletions
NEWS
package.xml
+1
-1
1 addition, 1 deletion
package.xml
with
9 additions
and
4 deletions
NEWS
+
8
−
3
View file @
c042ce3a
-*- outline -*-
New in
New in
4.10.0
* In graph::steeringMethod, if q1 == q2, the steering method calls the problem
inner steering method. This avoids a failure if no loop transition has been
set on the state containing q1.
...
...
@@ -9,7 +9,9 @@ New in
- rename some methods for homogeneity with python bindings
- applyConstraints -> generateTargetConfig
- configConstraint -> targetConstraint,
- from -> stateFrom, to -> stateTo.
- from -> stateFrom, to -> stateTo,
* In class WaypointEdge,
- specialize initialization.
* In class LevelSetEdge,
- write documentation,
- rename method applyConstraintsWithOffset into generateTargetConfigOnLeaf,
...
...
@@ -19,11 +21,14 @@ New in
* Add end-effector-tracjectory plugin.
* In class ManipulationPlanner,
- call the problem PathValidation instead of the edge one.
* In class ProblemSolver
- register contact constraints and complement in constraint graph.
New in 4.8.0
* Rewrite steering method CrossStateOptimization.
* In graph component classes (State, Edge, Graph) locked joints are handled as other numerical constraints.
- decouple waypoint computations.
New in 4.6.0
* Add setter to relative motion matrix in edges.
* Add method Edge::neighborEdges.
...
...
This diff is collapsed.
Click to expand it.
package.xml
+
1
−
1
View file @
c042ce3a
<?xml version='1.0'?>
<package
format=
'2'
>
<name>
hpp-manipulation
</name>
<version>
4.
9
.0
</version>
<version>
4.
10
.0
</version>
<description>
Classes for manipulation planning.
</description>
<maintainer
email=
'hpp@laas.fr'
>
Joseph Mirabel
</maintainer>
...
...
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