Is it possible to send a world pointer in a message?
Would it be possible to define a message that transports a pointer to the world class (physics::WorldPtr) in gazebo and send such a message to another node. The upshot would be having something like msgs::WorldPtr.
If it ain't possible, can the same be done with a model pointer?