|
using | funcptr_t = bool (*)(const std::string&, const Pose&, const std::string&) |
|
using | funcptr_t = bool (*)(const std::string&, const Pose&, const std::string&) |
|
◆ funcptr_t [1/2]
◆ funcptr_t [2/2]
◆ WorldInterfaceServer_setPose_helper() [1/4]
GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::WorldInterfaceServer_setPose_helper |
( |
| ) |
|
|
default |
◆ WorldInterfaceServer_setPose_helper() [2/4]
GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::WorldInterfaceServer_setPose_helper |
( |
const std::string & | id, |
|
|
const Pose & | pose, |
|
|
const std::string & | frame_name ) |
◆ WorldInterfaceServer_setPose_helper() [3/4]
GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::WorldInterfaceServer_setPose_helper |
( |
| ) |
|
|
default |
◆ WorldInterfaceServer_setPose_helper() [4/4]
GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::WorldInterfaceServer_setPose_helper |
( |
const std::string & | id, |
|
|
const Pose & | pose, |
|
|
const std::string & | frame_name ) |
◆ write() [1/2]
bool GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::write |
( |
yarp::os::ConnectionWriter & | connection | ) |
const |
|
override |
◆ read() [1/2]
bool GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::read |
( |
yarp::os::ConnectionReader & | connection | ) |
|
|
override |
◆ call() [1/2]
◆ write() [2/2]
bool GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::write |
( |
yarp::os::ConnectionWriter & | connection | ) |
const |
|
override |
◆ read() [2/2]
bool GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::read |
( |
yarp::os::ConnectionReader & | connection | ) |
|
|
override |
◆ call() [2/2]
◆ cmd
Command GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::cmd |
◆ reply
Reply GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::reply |
◆ s_tag
static constexpr const char * GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::s_tag {"setPose"} |
|
staticconstexpr |
◆ s_tag_len
static constexpr size_t GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::s_tag_len {1} |
|
staticconstexpr |
◆ s_cmd_len
static constexpr size_t GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::s_cmd_len {9} |
|
staticconstexpr |
◆ s_reply_len
static constexpr size_t GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::s_reply_len {1} |
|
staticconstexpr |
◆ s_prototype
static constexpr const char * GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::s_prototype {"bool WorldInterfaceServer::setPose(const std::string& id, const Pose& pose, const std::string& frame_name)"} |
|
staticconstexpr |
◆ s_help
static constexpr const char * GazeboYarpPlugins::WorldInterfaceServer_setPose_helper::s_help |
|
staticconstexpr |
Initial value:{
"Set new object pose.\n"
"@param id object id\n"
"@param pose new pose\n"
"@param frame_name (optional) is specified, the pose will be relative to the specified fully scoped frame (e.g. MODEL_ID::FRAME_ID). Otherwise, world it will be used.\n"
"@return returns true or false on success failure"
}
The documentation for this class was generated from the following files: