![]() |
#include <RosGenericConstraintProxy.h>
Inheritance diagram for orca_ros::constraint::RosGenericConstraintProxy:
Collaboration diagram for orca_ros::constraint::RosGenericConstraintProxy:Public Member Functions | |
| RosGenericConstraintProxy (const std::string &robot_name, const std::string &controller_name, const std::string &constraint_name) | |
| virtual | ~RosGenericConstraintProxy () |
| virtual void | print () |
| orca::math::Size | getSize () |
| int | rows () |
| int | cols () |
| virtual Eigen::VectorXd | getLowerBound () |
| virtual Eigen::VectorXd | getUpperBound () |
| virtual Eigen::MatrixXd | getConstraintMatrix () |
Public Member Functions inherited from orca_ros::common::RosTaskBaseProxy | |
| RosTaskBaseProxy (const std::string &robot_name, const std::string &controller_name, const std::string &task_name, const std::string &generic_prefix) | |
| virtual | ~RosTaskBaseProxy () |
| bool | isActivated () |
| const std::string & | getName () |
| bool | activate () |
| bool | deactivate () |
| void | print () |
| orca::common::TaskBase::State | getState () |
| void | setRampDuration (double ramp_time) |
| double | getRampDuration () |
Public Member Functions inherited from orca_ros::common::RosWrapperBase | |
| RosWrapperBase (const std::string &robot_name, const std::string &controller_name="", const std::string &obj_name="", const std::string &generic_prefix="") | |
| virtual | ~RosWrapperBase () |
| std::string | getRobotName () |
| std::string | getControllerName () |
| std::string | getGenericPrefix () |
| std::string | getObjectName () |
| std::shared_ptr< ros::NodeHandle > | getNodeHandle () |
| std::string | getNamespacePrefix () |
| std::string | getRobotNamespacePrefix () |
| RosGenericConstraintProxy::RosGenericConstraintProxy | ( | const std::string & | robot_name, |
| const std::string & | controller_name, | ||
| const std::string & | constraint_name | ||
| ) |
|
virtual |
| int RosGenericConstraintProxy::cols | ( | ) |
|
virtual |
|
virtual |
| orca::math::Size RosGenericConstraintProxy::getSize | ( | ) |
|
virtual |
|
virtual |
| int RosGenericConstraintProxy::rows | ( | ) |
1.8.11