We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ef867 commit 98f9244Copy full SHA for 98f9244
sensor_msgs/CMakeLists.txt
@@ -22,6 +22,7 @@ set(msg_files
22
"msg/CameraInfo.msg"
23
"msg/ChannelFloat32.msg"
24
"msg/CompressedImage.msg"
25
+ "msg/Contact.msg"
26
"msg/FluidPressure.msg"
27
"msg/Illuminance.msg"
28
"msg/Image.msg"
sensor_msgs/msg/Contact.msg
@@ -0,0 +1,6 @@
1
+# This is a message to hold data from simple contact
2
+
3
+std_msgs/Header header # timestamp is the time the contact was measured
4
+ # frame_id is the location of the contact sensor
5
6
+bool contact # True if there is contact
0 commit comments