diff --git a/doxygen/README_8md.html b/doxygen/README_8md.html new file mode 100644 index 0000000..4e17791 --- /dev/null +++ b/doxygen/README_8md.html @@ -0,0 +1,83 @@ + + +
+ + + + +
+ McRtcTactileSensorPlugin
+
+ |
+
+ McRtcTactileSensorPlugin
+
+ |
+
#include <mc_control/GlobalPlugin.h>
#include <ros/callback_queue.h>
#include <ros/ros.h>
#include <mujoco_tactile_sensor_plugin/TactileSensorData.h>
Go to the source code of this file.
++Classes | |
struct | mc_plugin::TactileSensorPlugin |
Tactile sensor plugin. More... | |
struct | mc_plugin::TactileSensorPlugin::SensorInfo |
Sensor information. More... | |
+Namespaces | |
mc_plugin | |
+ McRtcTactileSensorPlugin
+
+ |
+
+ McRtcTactileSensorPlugin
+
+ |
+
▼Nmc_plugin | |
▼CTactileSensorPlugin | Tactile sensor plugin |
CSensorInfo | Sensor information |
+ McRtcTactileSensorPlugin
+
+ |
+
|
+
|
+|||
TactileSensorPlugin::SensorInfo (mc_plugin) | +TactileSensorPlugin (mc_plugin) | +|||
+ McRtcTactileSensorPlugin
+
+ |
+
+Files | |
file | TactileSensorPlugin.h [code] |
+ McRtcTactileSensorPlugin
+
+ |
+
+Directories | |
directory | McRtcTactileSensorPlugin |
+ McRtcTactileSensorPlugin
+
+ |
+
▼ include | |
▼ McRtcTactileSensorPlugin | |
TactileSensorPlugin.h |
+ McRtcTactileSensorPlugin
+
+ |
+
+ McRtcTactileSensorPlugin
+
+ |
+
+ McRtcTactileSensorPlugin
+
+ |
+
+ McRtcTactileSensorPlugin
+
+ |
+
This page explains how to interpret the graphs that are generated by doxygen.
+Consider the following example:
This will result in the following graph:
+The boxes in the above graph have the following meaning:
+The arrows have the following meaning:
+
+ McRtcTactileSensorPlugin
+
+ |
+
▼CGlobalPlugin | |
Cmc_plugin::TactileSensorPlugin | Tactile sensor plugin |
Cmc_plugin::TactileSensorPlugin::SensorInfo | Sensor information |
+ McRtcTactileSensorPlugin
+
+ |
+
mc_rtc plugin to use tactile sensor in controller via ROS interface
+ +Ubuntu 20.04 / ROS Noetic
ros-${ROS_DISTRO}-eigen-conversions
This plugin receives tactile sensor data via ROS topic and sets wrench on the robot's force sensor in mc_rtc controller.
+See this page for a general tutorial on configuring mc_rtc plugins.
+Put the following line in the mc_rtc configuration (e.g. ${HOME}/.config/mc_rtc/mc_rtc.yaml
).
Put the following lines in the plugin configuration (e.g. ${HOME}/.config/mc_rtc/plugins/TactileSensor.yaml
).
The above configuration assumes a ROS topic named /mujoco/tactile_sensor
with a message of type mujoco_tactile_sensor_plugin/TactileSensorData being published by some node (e.g. isri-aist/MujocoTactileSensorPlugin). The tactile sensor frame (e.g. jvrc1_right_elbow_tactile_sensor
) must be defined in a URDF model (e.g. jvrc_description/urdf/jvrc1.urdf
). The force sensor (e.g. RightElbowForceSensor
) must be defined in robot module (e.g. mc_rtc/src/mc_robots/jvrc1.cpp
).
+ McRtcTactileSensorPlugin
+
+ |
+
![]() |
![]() |
+ McRtcTactileSensorPlugin
+
+ |
+
+Classes | |
struct | TactileSensorPlugin |
Tactile sensor plugin. More... | |