1 #ifndef RADIAL_MENU_RVIZ_DISPLAY_BASE_HPP 2 #define RADIAL_MENU_RVIZ_DISPLAY_BASE_HPP 7 #include <radial_menu_msgs/State.h> 19 template <
typename DrawingProperty,
class PropertyControl,
class ImageDrawer >
30 prop_ctl_.reset(
new PropertyControl(
this));
55 const std::string param_name(prop.
param_name.toStdString());
56 if (!param_name.empty() &&
model_->setDescriptionFromParam(param_name)) {
72 const std::string topic(prop.
topic.toStdString());
79 <<
": error on subscribing '" << topic <<
"': " << error.what());
90 void updateImage(
const radial_menu_msgs::StateConstPtr &new_state) {
91 if (
state_->is_enabled != new_state->is_enabled ||
92 state_->pointed_id != new_state->pointed_id ||
93 state_->selected_ids != new_state->selected_ids) {
94 model_->setState(*new_state);
virtual QString getName() const
#define ROS_ERROR_STREAM(args)