Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sensor_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ set(msg_files
"msg/CameraInfo.msg"
"msg/ChannelFloat32.msg"
"msg/CompressedImage.msg"
"msg/Contact.msg"
"msg/FluidPressure.msg"
"msg/Illuminance.msg"
"msg/Image.msg"
Expand Down
6 changes: 6 additions & 0 deletions sensor_msgs/msg/Contact.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is a message to hold data from simple contact

std_msgs/Header header # timestamp is the time the contact was measured
# frame_id is the location of the contact sensor

bool contact # True if there is contact