18 #ifndef _SONARVISUAL_PRIVATE_HH_
19 #define _SONARVISUAL_PRIVATE_HH_
23 #include "gazebo/msgs/MessageTypes.hh"
49 public: boost::shared_ptr<msgs::SonarStamped const>
sonarMsg;
Class for drawing lines that can change.
Definition: DynamicLines.hh:43
Private data for the Sonar Visual class.
Definition: SonarVisualPrivate.hh:34
Private data for the Visual class.
Definition: VisualPrivate.hh:56
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:48
Forward declarations for transport.
Ogre::SceneNode * coneNode
Renders the sonar cone.
Definition: SonarVisualPrivate.hh:46
std::vector< event::ConnectionPtr > connections
All the event connections.
Definition: SonarVisualPrivate.hh:52
boost::mutex mutex
Mutex to protect the contact message.
Definition: SonarVisualPrivate.hh:55
DynamicLines * sonarRay
Renders the sonar data reading.
Definition: SonarVisualPrivate.hh:43
transport::SubscriberPtr sonarSub
Subscription to the sonar data.
Definition: SonarVisualPrivate.hh:40
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:52
transport::NodePtr node
Pointer to a node that handles communication.
Definition: SonarVisualPrivate.hh:37
bool receivedMsg
True if we have received a message.
Definition: SonarVisualPrivate.hh:58
boost::shared_ptr< msgs::SonarStamped const > sonarMsg
The current sonar message.
Definition: SonarVisualPrivate.hh:49