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