-
Notifications
You must be signed in to change notification settings - Fork 11
/
NEWS
45 lines (43 loc) · 1.83 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-*- outline -*-
New in v4.10.0
* In class ConstraintGraphFactory
- add abstract method transitionIsAllowed,
- simplify construction of graph,
- always use constraints and complement for contact constraints (flag strict)
* Add package.xml.
New in v4.9.0
* In graph component classes (State, Edge, Graph) locked joints are handled as other numerical constraints.
New in v4.6.1
* Remove deprecated methods and functions.
New in v4.6.0
* Update Robot class.
* Automatically generate EndEffectorTrajectory bindings.
* Add graph components to IDL.
New in v4.1
* Add ProblemSolver.addConfigValidation and ProblemSolver.clearConfigValidations.
* If dependency to QPOases is not set, do not implement static stability constr.
* Bind a few new methods in python:
- Graph::getNode,
- Robot::getJointBounds,
- Robot::getPartialCom,
- Robot::getJacobianPartialCom,
- Graph::initialize,
- Graph::isShort,
- Path::edgeAtParam,
- ProblemSolver::erasePath,
- ProblemSolver::concatenatePath,
- ProblemSolver::selectDistance,
- ProblemSolver::selectSteeringMethod,
- ProblemSolver::projectPath,
* Check that graph argument is a Boolean in ConstraintGraph.setConstraints.
* In ProblemSolver.getConstantRightHandSide, return False for locked joints.
* Add class Constraints to homogeneize various types of constraints
* Build Handle with mask instead of AxialHandle.
* In graph construction, use prebuilt placement constraints.
* Express dependency to hpp-template-corba
* Use ProblemSolver::createRobot to create robot of appropriate type.
* Remove idl method Robot::create.
* Add Problem::setTargetState.
* Copy handles and grippers when loading environment.
* Use ProblemSolver::createGraspConstraint and createPregraspConstraint
* Add insertRobotModelFromString and loadEnvironmentModelFromString.