17 #ifndef _GAZEBO_SENSORS_GPSSENSOR_PRIVATE_HH_
18 #define _GAZEBO_SENSORS_GPSSENSOR_PRIVATE_HH_
std::string topicName
Topic name for GPS data publisher.
Definition: GpsSensorPrivate.hh:38
Forward declarations for transport.
transport::PublisherPtr gpsPub
GPS data publisher.
Definition: GpsSensorPrivate.hh:35
msgs::GPS lastGpsMsg
Stores most recent GPS sensor data.
Definition: GpsSensorPrivate.hh:47
Definition: GpsSensorPrivate.hh:32
common::SphericalCoordinatesPtr sphericalCoordinates
Pointer to SphericalCoordinates converter.
Definition: GpsSensorPrivate.hh:44
physics::LinkPtr parentLink
Parent link of this sensor.
Definition: GpsSensorPrivate.hh:41
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
boost::shared_ptr< SphericalCoordinates > SphericalCoordinatesPtr
Definition: CommonTypes.hh:140
boost::shared_ptr< Link > LinkPtr
Definition: PhysicsTypes.hh:100