#include <RosJointLimitConstraint.h>
|
| | RosJointLimitConstraint (const std::string &robot_name, const std::string &controller_name, std::shared_ptr< orca::constraint::JointLimitConstraint > joint_con) |
| |
| virtual | ~RosJointLimitConstraint () |
| |
| | RosGenericConstraint (const std::string &robot_name, const std::string &controller_name, std::shared_ptr< orca::constraint::GenericConstraint > gen_con) |
| |
| virtual | ~RosGenericConstraint () |
| |
| bool | printService (std_srvs::Empty::Request &req, std_srvs::Empty::Response &res) |
| |
| bool | getSizeService (orca_ros::GetSize::Request &req, orca_ros::GetSize::Response &res) |
| |
| bool | rowsService (orca_ros::GetInt::Request &req, orca_ros::GetInt::Response &res) |
| |
| bool | colsService (orca_ros::GetInt::Request &req, orca_ros::GetInt::Response &res) |
| |
| bool | getLowerBoundService (orca_ros::GetMatrix::Request &req, orca_ros::GetMatrix::Response &res) |
| |
| bool | getUpperBoundService (orca_ros::GetMatrix::Request &req, orca_ros::GetMatrix::Response &res) |
| |
| bool | getConstraintMatrixService (orca_ros::GetMatrix::Request &req, orca_ros::GetMatrix::Response &res) |
| |
| | RosTaskBase (const std::string &robot_name, const std::string &controller_name, const std::string &generic_prefix, std::shared_ptr< orca::common::TaskBase > base) |
| |
| virtual | ~RosTaskBase () |
| |
| | 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 () |
| |
| RosJointLimitConstraint::RosJointLimitConstraint |
( |
const std::string & |
robot_name, |
|
|
const std::string & |
controller_name, |
|
|
std::shared_ptr< orca::constraint::JointLimitConstraint > |
joint_con |
|
) |
| |
| RosJointLimitConstraint::~RosJointLimitConstraint |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following files: