22 #ifndef STDR_GUI_THERMAL_CONTAINER 23 #define STDR_GUI_THERMAL_CONTAINER 26 #include "stdr_msgs/ThermalSensorMsg.h" 27 #include "stdr_msgs/ThermalSensorMeasurementMsg.h" 47 stdr_msgs::ThermalSensorMsg
msg_;
71 CGuiThermal(stdr_msgs::ThermalSensorMsg msg,std::string baseTopic);
79 void callback(
const stdr_msgs::ThermalSensorMeasurementMsg& msg);
std::string getFrameId(void)
Returns the frame id of the specific sensor.
char getVisualizationStatus(void)
Returns the visibility status of the specific sensor.
void paint(QImage *m, float ocgd, tf::TransformListener *listener)
Paints the rfid measurements in the map image.
std::string topic_
< The topic from which the new RFID tags will be got
std::string tf_frame_
Visualization status of the specific sonar.
void toggleVisualizationStatus(void)
Toggles the visibility status of the specific sensor.
stdr_msgs::ThermalSourceVector env_thermal_sources_
~CGuiThermal(void)
Default destructor.
bool lock_
The ROS tf frame.
stdr_msgs::ThermalSensorMsg msg_
A ros subscriber.
void setEnvironmentalThermalSources(stdr_msgs::ThermalSourceVector env_thermal_sources)
Sets the tags existent in the environment.
ros::Subscriber subscriber_
Used to avoid drawing when a new sonar message arives.
The main namespace for STDR GUI.
CGuiThermal(stdr_msgs::ThermalSensorMsg msg, std::string baseTopic)
Default contructor.
char visualization_status_
The stdr rfid sensor measurement msg.
void callback(const stdr_msgs::ThermalSensorMeasurementMsg &msg)
Callback for the rfid measurement message.
void setVisualizationStatus(char vs)
Sets the visibility status of the specific sensor.
stdr_msgs::ThermalSensorMeasurementMsg thermal_sources_
The tags that exist in the environment.