|
hpp-python 6.1.0
python bindings for HPP, based on boost python
|
Namespaces | |
| namespace | urdf |
Classes | |
| struct | ConstraintResult |
| Result structure for constraint operations. More... | |
| struct | Device |
| struct | GraphSteeringMethod |
| struct | ManipulationPlanner |
| struct | Problem |
| struct | PyWEdge |
| Python wrapper for Edge. More... | |
| struct | PyWGraph |
| Python wrapper for Graph. More... | |
| struct | PyWState |
| Python wrapper for State. More... | |
| struct | TransitionPlanner |
| typedef hpp::manipulation::ConstraintsAndComplements_t pyhpp::manipulation::ConstraintsAndComplements_t |
| typedef std::pair<JointPtr_t, Shape_t> pyhpp::manipulation::JointAndShape_t |
| typedef std::vector<JointAndShape_t> pyhpp::manipulation::JointAndShapes_t |
| typedef std::shared_ptr<Device> pyhpp::manipulation::PyWDevicePtr_t |
| typedef std::shared_ptr<PyWEdge> pyhpp::manipulation::PyWEdgePtr_t |
| typedef std::shared_ptr<PyWGraph> pyhpp::manipulation::PyWGraphPtr_t |
| typedef std::shared_ptr<GraphSteeringMethod> pyhpp::manipulation::PyWGraphSteeringMethodPtr_t |
| typedef std::shared_ptr<Problem> pyhpp::manipulation::PyWProblemPtr_t |
| typedef std::shared_ptr<PyWState> pyhpp::manipulation::PyWStatePtr_t |
| typedef std::vector<vector3_t> pyhpp::manipulation::Shape_t |
| typedef boost::python::tuple pyhpp::manipulation::tuple |
| pyhpp::manipulation::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS | ( | addJointFrame_overload | , |
| Model::addJointFrame | , | ||
| 1 | , | ||
| 2 | ) |
| pyhpp::manipulation::BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS | ( | getFrameId_overload | , |
| Model::getFrameId | , | ||
| 1 | , | ||
| 2 | ) |
| bool pyhpp::manipulation::Device_currentConfiguration | ( | Device & | d, |
| const Configuration_t & | c ) |
| void pyhpp::manipulation::exposeDevice | ( | ) |
| void pyhpp::manipulation::exposeGraph | ( | ) |
| void pyhpp::manipulation::exposeGraphSteeringMethod | ( | ) |
| void pyhpp::manipulation::exposeHandle | ( | ) |
| void pyhpp::manipulation::exposePathPlanners | ( | ) |
| void pyhpp::manipulation::exposePathProjector | ( | ) |
| void pyhpp::manipulation::exposeProblem | ( | ) |
| std::map< std::string, GripperPtr_t > pyhpp::manipulation::getDeviceGrippers | ( | const Device & | device | ) |
| std::map< std::string, HandlePtr_t > pyhpp::manipulation::getDeviceHandles | ( | const Device & | device | ) |
| Transform3s pyhpp::manipulation::getHandleLocalPosition | ( | const HandlePtr_t & | handle | ) |
| std::vector< bool > pyhpp::manipulation::getHandleMask | ( | const HandlePtr_t & | handle | ) |
| std::vector< bool > pyhpp::manipulation::getHandleMaskComp | ( | const HandlePtr_t & | handle | ) |
| std::string pyhpp::manipulation::getHandleName | ( | const HandlePtr_t & | handle | ) |
| Transform3s pyhpp::manipulation::getObjectPositionInJoint | ( | const GripperPtr_t & | gripper | ) |
| std::vector< std::vector< int > > pyhpp::manipulation::matrixToVectorVector | ( | const Eigen::Ref< const Eigen::Matrix< double, -1, -1 > > & | input | ) |
| void pyhpp::manipulation::setHandleLocalPosition | ( | const HandlePtr_t & | handle, |
| const Transform3s & | se3 ) |
| void pyhpp::manipulation::setHandleMask | ( | const HandlePtr_t & | handle, |
| const std::vector< bool > & | mask ) |
| void pyhpp::manipulation::setHandleMaskComp | ( | const HandlePtr_t & | handle, |
| const std::vector< bool > & | mask ) |
| void pyhpp::manipulation::setHandleName | ( | const HandlePtr_t & | handle, |
| const std::string & | name ) |