|
def | __init__ (self, links, obstacles=0, extra=1) |
|
def | function (self, x, out) |
|
def | jacobian (self, x, out) |
|
def | isValid (self, state) |
|
def | createSpace (self) |
|
def | getStartAndGoalStates (self) |
|
def | getProjection (self, space) |
|
def | dump (self, outfile) |
|
def | addBenchmarkParameters (self, bench) |
|
◆ __init__()
def ConstrainedPlanningImplicitChain.ChainConstraint.__init__ |
( |
|
self, |
|
|
|
links, |
|
|
|
obstacles = 0 , |
|
|
|
extra = 1 |
|
) |
| |
◆ addBenchmarkParameters()
def ConstrainedPlanningImplicitChain.ChainConstraint.addBenchmarkParameters |
( |
|
self, |
|
|
|
bench |
|
) |
| |
◆ createSpace()
def ConstrainedPlanningImplicitChain.ChainConstraint.createSpace |
( |
|
self | ) |
|
◆ dump()
def ConstrainedPlanningImplicitChain.ChainConstraint.dump |
( |
|
self, |
|
|
|
outfile |
|
) |
| |
◆ function()
def ConstrainedPlanningImplicitChain.ChainConstraint.function |
( |
|
self, |
|
|
|
x, |
|
|
|
out |
|
) |
| |
◆ getProjection()
def ConstrainedPlanningImplicitChain.ChainConstraint.getProjection |
( |
|
self, |
|
|
|
space |
|
) |
| |
◆ getStartAndGoalStates()
def ConstrainedPlanningImplicitChain.ChainConstraint.getStartAndGoalStates |
( |
|
self | ) |
|
◆ isValid()
def ConstrainedPlanningImplicitChain.ChainConstraint.isValid |
( |
|
self, |
|
|
|
state |
|
) |
| |
◆ jacobian()
def ConstrainedPlanningImplicitChain.ChainConstraint.jacobian |
( |
|
self, |
|
|
|
x, |
|
|
|
out |
|
) |
| |
◆ cellSizes_
ConstrainedPlanningImplicitChain.ChainConstraint.cellSizes_ |
◆ extra
ConstrainedPlanningImplicitChain.ChainConstraint.extra |
◆ JOINT_RADIUS
float ConstrainedPlanningImplicitChain.ChainConstraint.JOINT_RADIUS = 0.2 |
|
static |
◆ jointRadius
ConstrainedPlanningImplicitChain.ChainConstraint.jointRadius |
◆ length
ConstrainedPlanningImplicitChain.ChainConstraint.length |
◆ LINK_LENGTH
float ConstrainedPlanningImplicitChain.ChainConstraint.LINK_LENGTH = 1.0 |
|
static |
◆ links
ConstrainedPlanningImplicitChain.ChainConstraint.links |
◆ obstacles
ConstrainedPlanningImplicitChain.ChainConstraint.obstacles |
◆ radius
ConstrainedPlanningImplicitChain.ChainConstraint.radius |
◆ WALL_WIDTH
ConstrainedPlanningImplicitChain.ChainConstraint.WALL_WIDTH |
|
static |
◆ walls
ConstrainedPlanningImplicitChain.ChainConstraint.walls |
◆ width
ConstrainedPlanningImplicitChain.ChainConstraint.width |
The documentation for this class was generated from the following file: