#include <hebiros_services.h>
|
bool | addGroup (AddGroupFromNamesSrv::Request &req, AddGroupFromNamesSrv::Response &res, const std::map< std::string, std::string > &joint_full_names, std::unique_ptr< HebirosGroup > group_tmp) |
|
bool | addGroupFromNames (AddGroupFromNamesSrv::Request &req, AddGroupFromNamesSrv::Response &res) |
|
bool | addGroupFromURDF (AddGroupFromURDFSrv::Request &req, AddGroupFromURDFSrv::Response &res) |
|
void | addJointChildren (std::set< std::string > &names, std::set< std::string > &families, std::map< std::string, std::string > &full_names, const urdf::Link *link) |
|
bool | addModelFromURDF (AddModelFromURDFSrv::Request &req, AddModelFromURDFSrv::Response &res) |
|
bool | entryList (EntryListSrv::Request &req, EntryListSrv::Response &res) |
|
bool | fk (ModelFkSrv::Request &req, ModelFkSrv::Response &res, const std::string &model_name) |
|
virtual void | registerGroupServices (std::string group_name) |
|
void | registerModelServices (const std::string &model_name) |
|
virtual void | registerNodeServices () |
|
bool | sendCommandWithAcknowledgement (SendCommandWithAcknowledgementSrv::Request &req, SendCommandWithAcknowledgementSrv::Response &res, std::string group_name) |
|
bool | setCommandLifetime (SetCommandLifetimeSrv::Request &req, SetCommandLifetimeSrv::Response &res, std::string group_name) |
|
bool | setFeedbackFrequency (SetFeedbackFrequencySrv::Request &req, SetFeedbackFrequencySrv::Response &res, std::string group_name) |
|
bool | size (SizeSrv::Request &req, SizeSrv::Response &res, std::string group_name) |
|
bool | split (const std::string &orig, std::string &name, std::string &family) |
|
Definition at line 21 of file hebiros_services.h.
bool HebirosServices::addGroup |
( |
AddGroupFromNamesSrv::Request & |
req, |
|
|
AddGroupFromNamesSrv::Response & |
res, |
|
|
const std::map< std::string, std::string > & |
joint_full_names, |
|
|
std::unique_ptr< HebirosGroup > |
group_tmp |
|
) |
| |
bool HebirosServices::addGroupFromNames |
( |
AddGroupFromNamesSrv::Request & |
req, |
|
|
AddGroupFromNamesSrv::Response & |
res |
|
) |
| |
bool HebirosServices::addGroupFromURDF |
( |
AddGroupFromURDFSrv::Request & |
req, |
|
|
AddGroupFromURDFSrv::Response & |
res |
|
) |
| |
void HebirosServices::addJointChildren |
( |
std::set< std::string > & |
names, |
|
|
std::set< std::string > & |
families, |
|
|
std::map< std::string, std::string > & |
full_names, |
|
|
const urdf::Link * |
link |
|
) |
| |
bool HebirosServices::addModelFromURDF |
( |
AddModelFromURDFSrv::Request & |
req, |
|
|
AddModelFromURDFSrv::Response & |
res |
|
) |
| |
bool HebirosServices::entryList |
( |
EntryListSrv::Request & |
req, |
|
|
EntryListSrv::Response & |
res |
|
) |
| |
bool HebirosServices::fk |
( |
ModelFkSrv::Request & |
req, |
|
|
ModelFkSrv::Response & |
res, |
|
|
const std::string & |
model_name |
|
) |
| |
virtual void HebirosServices::registerGroupServices |
( |
std::string |
group_name | ) |
|
|
inlinevirtual |
void HebirosServices::registerModelServices |
( |
const std::string & |
model_name | ) |
|
virtual void HebirosServices::registerNodeServices |
( |
| ) |
|
|
inlinevirtual |
bool HebirosServices::sendCommandWithAcknowledgement |
( |
SendCommandWithAcknowledgementSrv::Request & |
req, |
|
|
SendCommandWithAcknowledgementSrv::Response & |
res, |
|
|
std::string |
group_name |
|
) |
| |
bool HebirosServices::setCommandLifetime |
( |
SetCommandLifetimeSrv::Request & |
req, |
|
|
SetCommandLifetimeSrv::Response & |
res, |
|
|
std::string |
group_name |
|
) |
| |
bool HebirosServices::setFeedbackFrequency |
( |
SetFeedbackFrequencySrv::Request & |
req, |
|
|
SetFeedbackFrequencySrv::Response & |
res, |
|
|
std::string |
group_name |
|
) |
| |
bool HebirosServices::size |
( |
SizeSrv::Request & |
req, |
|
|
SizeSrv::Response & |
res, |
|
|
std::string |
group_name |
|
) |
| |
bool HebirosServices::split |
( |
const std::string & |
orig, |
|
|
std::string & |
name, |
|
|
std::string & |
family |
|
) |
| |
The documentation for this class was generated from the following files: