Skip to content

Commit 98f9244

Browse files
committed
Added Contact.msg
Signed-off-by: Bartek <[email protected]>
1 parent a2ef867 commit 98f9244

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

sensor_msgs/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(msg_files
2222
"msg/CameraInfo.msg"
2323
"msg/ChannelFloat32.msg"
2424
"msg/CompressedImage.msg"
25+
"msg/Contact.msg"
2526
"msg/FluidPressure.msg"
2627
"msg/Illuminance.msg"
2728
"msg/Image.msg"

sensor_msgs/msg/Contact.msg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)