18 #ifndef _LASERVISUAL_PRIVATE_HH_
19 #define _LASERVISUAL_PRIVATE_HH_
23 #include "gazebo/msgs/MessageTypes.hh"
43 public: std::vector<DynamicLines *>
rayFans;
52 public: boost::shared_ptr<msgs::LaserScanStamped const>
laserMsg;
boost::shared_ptr< Connection > ConnectionPtr
Definition: CommonTypes.hh:144
Private data for the Visual class.
Definition: VisualPrivate.hh:56
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:48
Forward declarations for transport.
transport::NodePtr node
Pointer to a node that handles communication.
Definition: LaserVisualPrivate.hh:37
Private data for the Laser Visual class.
Definition: LaserVisualPrivate.hh:34
boost::shared_ptr< msgs::LaserScanStamped const > laserMsg
The current contact message.
Definition: LaserVisualPrivate.hh:52
transport::SubscriberPtr laserScanSub
Subscription to the laser data.
Definition: LaserVisualPrivate.hh:40
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:52
boost::mutex mutex
Mutex to protect the contact message.
Definition: LaserVisualPrivate.hh:46
std::vector< DynamicLines * > rayFans
Renders the laser data.
Definition: LaserVisualPrivate.hh:43
event::ConnectionPtr connection
Pre render connection.
Definition: LaserVisualPrivate.hh:55
bool receivedMsg
True if we have received a message.
Definition: LaserVisualPrivate.hh:49