Functions | |
| def | checkFinalConfiguration (position, finalPosition) |
| def | displayHomogeneousMatrix (matrix) |
| def | displayHrp2Configuration (cfg) |
| def | initRobotViewer () |
| def | reach (robot, op, tx, ty, tz) |
| def | sqrDist (value, expectedValue) |
| def | toList (tupleOfTuple) |
| Helper functions #. More... | |
| def | toTuple (listOfList) |
Variables | |
| action | |
| args | |
| clt = None | |
| default | |
| dest | |
| bool | hasRobotViewer = True |
| help | |
| options | |
| parser = OptionParser() | |
| dictionary | robot = robots[options.robot]("robot") |
| dictionary | robots = {"Hrp2Laas": Hrp2Laas, "Hrp2Jrl": Hrp2Jrl} |
| solver = Solver(robot) | |
| def dynamic_pinocchio.tools.checkFinalConfiguration | ( | position, | |
| finalPosition | |||
| ) |
| def dynamic_pinocchio.tools.displayHomogeneousMatrix | ( | matrix | ) |
| def dynamic_pinocchio.tools.initRobotViewer | ( | ) |
| def dynamic_pinocchio.tools.sqrDist | ( | value, | |
| expectedValue | |||
| ) |
| def dynamic_pinocchio.tools.toList | ( | tupleOfTuple | ) |
| dictionary dynamic_pinocchio.tools.robot = robots[options.robot]("robot") |
| dictionary dynamic_pinocchio.tools.robots = {"Hrp2Laas": Hrp2Laas, "Hrp2Jrl": Hrp2Jrl} |