Gazebo | Ignition | Community
Ask Your Question

F-word's profile - activity

2015-01-14 01:54:31 -0500 received badge  Student
2014-12-07 09:02:31 -0500 received badge  Famous Question (source)
2014-06-22 10:33:49 -0500 received badge  Taxonomist
2013-11-16 14:40:42 -0500 received badge  Famous Question
2013-10-21 07:41:57 -0500 received badge  Notable Question (source)
2013-09-17 12:36:33 -0500 received badge  Popular Question (source)
2013-08-14 18:37:43 -0500 commented question What is the ConstWorldStatisticsPtr datatype?

I think I've figured this out. Thank everybody for viewing. I will close this question.

2013-08-12 13:29:16 -0500 asked a question What is the ConstWorldStatisticsPtr datatype?

I was going through the tutorial on Topics and the souce code gazebo / examples / standalone / listener / listener.cc (https://bitbucket.org/osrf/gazebo/src/8b0c2de0886a61a862036f7e7fe1d4b7b8b4651c/examples/standalone/listener/listener.cc?at=gazebo_1.9).

I got a question on the callback function.

///////////////////////////////////////////////// // Function is called everytime a message is received. void cb(ConstWorldStatisticsPtr &_msg) {
// Dump the message contents to stdout. std::cout << _msg->DebugString(); }

I can see that ConstWorldStatisticsPtr deals with worldstatistics messages. But where can I find documents about this datatype? And if I want to process SonarStamped, what Const Ptr should be used?

2013-07-23 03:02:51 -0500 received badge  Notable Question
2013-07-10 12:46:05 -0500 received badge  Popular Question