ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

dustsnow's profile - activity

2013-01-14 22:56:18 -0500 received badge  Famous Question (source)
2012-10-01 06:09:16 -0500 received badge  Notable Question (source)
2012-09-29 16:37:30 -0500 received badge  Popular Question (source)
2012-09-28 13:52:44 -0500 asked a question How can I get data in a callback function

I have subscriber receive data from a topic. The message type is std_msgs::Bool. How can I access the data. I tried ".data" which didn't give me the content.