GazeboRosF3D controller This is a controller that simulates a 6 dof force sensor.
More...
#include <gazebo_ros_f3d.h>
GazeboRosF3D controller This is a controller that simulates a 6 dof force sensor.
Definition at line 45 of file gazebo_ros_f3d.h.
◆ GazeboRosF3D()
gazebo::GazeboRosF3D::GazeboRosF3D |
( |
| ) |
|
Constructor.
- Parameters
-
parent | The parent entity must be a Model |
Definition at line 33 of file gazebo_ros_f3d.cpp.
◆ ~GazeboRosF3D()
gazebo::GazeboRosF3D::~GazeboRosF3D |
( |
| ) |
|
|
virtual |
◆ F3DConnect()
void gazebo::GazeboRosF3D::F3DConnect |
( |
| ) |
|
|
private |
◆ F3DDisconnect()
void gazebo::GazeboRosF3D::F3DDisconnect |
( |
| ) |
|
|
private |
◆ Load()
void gazebo::GazeboRosF3D::Load |
( |
physics::ModelPtr |
_parent, |
|
|
sdf::ElementPtr |
_sdf |
|
) |
| |
◆ QueueThread()
void gazebo::GazeboRosF3D::QueueThread |
( |
| ) |
|
|
private |
◆ UpdateChild()
void gazebo::GazeboRosF3D::UpdateChild |
( |
| ) |
|
|
protectedvirtual |
◆ callback_queue_thread_
boost::thread gazebo::GazeboRosF3D::callback_queue_thread_ |
|
private |
◆ f3d_connect_count_
int gazebo::GazeboRosF3D::f3d_connect_count_ |
|
private |
◆ frame_name_
std::string gazebo::GazeboRosF3D::frame_name_ |
|
private |
ROS frame transform name to use in the image message header. This should be simply map since the returned info is in Gazebo Global Frame.
Definition at line 81 of file gazebo_ros_f3d.h.
◆ link_
physics::LinkPtr gazebo::GazeboRosF3D::link_ |
|
private |
◆ link_name_
std::string gazebo::GazeboRosF3D::link_name_ |
|
private |
◆ lock_
boost::mutex gazebo::GazeboRosF3D::lock_ |
|
private |
A mutex to lock access to fields that are used in message callbacks.
Definition at line 87 of file gazebo_ros_f3d.h.
◆ pub_
◆ queue_
◆ robot_namespace_
std::string gazebo::GazeboRosF3D::robot_namespace_ |
|
private |
◆ rosnode_
A pointer to the ROS node. A node will be instantiated if it does not exist.
Definition at line 67 of file gazebo_ros_f3d.h.
◆ topic_name_
std::string gazebo::GazeboRosF3D::topic_name_ |
|
private |
◆ update_connection_
◆ world_
physics::WorldPtr gazebo::GazeboRosF3D::world_ |
|
private |
◆ wrench_msg_
geometry_msgs::WrenchStamped gazebo::GazeboRosF3D::wrench_msg_ |
|
private |
The documentation for this class was generated from the following files: