17 #ifndef _GAZEBO_SENSORS_FORCETORQUESENSOR_PRIVATE_HH_
18 #define _GAZEBO_SENSORS_FORCETORQUESENSOR_PRIVATE_HH_
21 #include <ignition/math/Matrix3.hh>
std::mutex mutex
Mutex to protect the wrench message.
Definition: ForceTorqueSensorPrivate.hh:47
transport::PublisherPtr wrenchPub
Publishes the wrenchMsg.
Definition: ForceTorqueSensorPrivate.hh:41
Definition: ForceTorqueSensorPrivate.hh:53
event::EventT< void(msgs::WrenchStamped)> update
Update event.
Definition: ForceTorqueSensorPrivate.hh:35
physics::JointPtr parentJoint
Parent joint, from which we get force torque info.
Definition: ForceTorqueSensorPrivate.hh:38
Forward declarations for transport.
default namespace for gazebo
msgs::WrenchStamped wrenchMsg
Message the store the current force torque info.
Definition: ForceTorqueSensorPrivate.hh:44
bool parentToChild
Direction of the measure True if the measured force torque is the one applied by the parent on the ch...
Definition: ForceTorqueSensorPrivate.hh:63
Definition: ForceTorqueSensorPrivate.hh:32
boost::shared_ptr< Joint > JointPtr
Definition: PhysicsTypes.hh:108
Definition: ForceTorqueSensorPrivate.hh:54
MeasureFrame
Which orientation we support for returning sensor measure.
Definition: ForceTorqueSensorPrivate.hh:50
MeasureFrame measureFrame
Frame in which we return the measured force torque info.
Definition: ForceTorqueSensorPrivate.hh:58
ignition::math::Matrix3d rotationSensorChild
Rotation matrix than transforms a vector expressed in child orientation in a vector expressed in join...
Definition: ForceTorqueSensorPrivate.hh:68
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
Definition: ForceTorqueSensorPrivate.hh:52