17 #ifndef _GAZEBO_SENSORS_WIDEANGLECAMERASENSOR_PRIVATE_HH_
18 #define _GAZEBO_SENSORS_WIDEANGLECAMERASENSOR_PRIVATE_HH_
24 #include "gazebo/msgs/MessageTypes.hh"
transport::PublisherPtr lensPub
Publisher of lens info messages.
Definition: WideAngleCameraSensorPrivate.hh:35
boost::shared_ptr< Subscriber > SubscriberPtr
Definition: TransportTypes.hh:53
Forward declarations for transport.
Definition: WideAngleCameraSensorPrivate.hh:32
std::mutex lensCmdMutex
Mutex to lock when receiving or sending lens message.
Definition: WideAngleCameraSensorPrivate.hh:41
std::queue< double > hfovCmdQueue
Horizontal FOV updates to be set in rendering thread.
Definition: WideAngleCameraSensorPrivate.hh:44
transport::SubscriberPtr lensSub
Subscriber to lens control messages.
Definition: WideAngleCameraSensorPrivate.hh:38
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49