Skip to content

Releases: humanoid-path-planner/hpp-manipulation-corba

Release v5.1.0

02 Jul 08:36
v5.1.0
Compare
Choose a tag to compare

Changes in v5.1.0:

  • Nix: initial support
  • updated tooling

Release v5.0.0

31 Mar 11:20
v5.0.0
Compare
Choose a tag to compare

Changes in v5.0.0:

  • update to changes in hpp-pinocchio v5.0.0
  • [robot.idl] Add a method to set handle pose in joint
  • [_graph.idl] Bind methods GraphComponent::solveLevelByLevel
  • [Transition Planner] Bind C++ class
  • [constraint_graph_factory] Improve filtering of states
  • [Robot.idl] Fix position in joint when adding handles and grippers
  • [robot.idl] Recreate pinocchio data after modifying the model
  • allow users to create preplacement states in the constraint graph eventhough the placement constraint of the corresponding object is of dimension 0
  • fixes idl methods to create handles and grippers
  • [robot.idl] If srdfName is an empty string, do not try to load the file
  • [SecurityMargins] Allow other separtors besides '/'
  • update packaging
  • update tooling

Release v4.15.1

20 Jan 12:10
v4.15.1
Compare
Choose a tag to compare
Release of version 4.15.1.

Release v4.14.0

02 Nov 14:24
v4.14.0
Compare
Choose a tag to compare
Release of version 4.14.0.

Release v4.13.0

31 May 08:06
v4.13.0
Compare
Choose a tag to compare
Release of version 4.13.0.

Release v4.12.0

06 Oct 14:22
v4.12.0
Compare
Choose a tag to compare
Release of version 4.12.0.

Release v4.11.0

04 May 09:19
v4.11.0
Compare
Choose a tag to compare

Changes in v4.11.0:

  • [Problem] Fix security margins for environment contact surfaces.
  • Update serialization
  • Remove passive dofs

Release v4.10.1

24 Sep 17:07
v4.10.1
Compare
Choose a tag to compare

Changes since v4.9.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.

release 4.10.0

17 Aug 11:11
Compare
Choose a tag to compare
v4.10.0

Release of version 4.10.0.

Release v4.9.0

29 Apr 12:48
v4.9.0
Compare
Choose a tag to compare

Changes in v4.9.0:

  • [Minor] Check user input in ConstraintGraphFactory.
  • Add LevelSetEdges in ConstraintGraphFactory
  • Add class SecurityMargins that handles and sets security margins
  • [Graph] add a method to set a security margin for a pair of joints
  • [ProblemSolver] Wrap in python idl method related to contact surfaces.
  • Update to modification in hpp-manipulation
  • Document and catch exceptions
  • Bind pathPlanner.EndEffectorTrajectory and numerical cost.
  • Add ability to create a Robot from URDF strings.
  • Allow bypassing the name service.
  • Modify the way urdf and srdf files are handled
  • CMake Exports