ed_gui_server
|
#include <robot.h>
Public Member Functions | |
bool | contains (const std::string &id) const |
void | getEntities (std::vector< ed_gui_server_msgs::EntityInfo > &entities) const |
geo::ShapeConstPtr | getShape (const std::string &id) const |
void | initialize (const std::string &name, const std::string &urdf_rosparam, const std::string &tf_prefix) |
const std::string & | name () const |
Robot () | |
Robot (const ed::TFBufferConstPtr &tf_buffer) | |
virtual | ~Robot () |
Private Attributes | |
std::string | name_ |
ShapeMap | shapes_ |
ed::TFBufferConstPtr | tf_buffer_ |
std::string | tf_prefix_ |
std::string | urdf_rosparam_ |
gui::Robot::Robot | ( | const ed::TFBufferConstPtr & | tf_buffer | ) |
bool gui::Robot::contains | ( | const std::string & | id | ) | const |
void gui::Robot::getEntities | ( | std::vector< ed_gui_server_msgs::EntityInfo > & | entities | ) | const |
geo::ShapeConstPtr gui::Robot::getShape | ( | const std::string & | id | ) | const |
void gui::Robot::initialize | ( | const std::string & | name, |
const std::string & | urdf_rosparam, | ||
const std::string & | tf_prefix | ||
) |
|
inline |
|
private |
|
private |
|
private |
|
private |