move metrics messages at root of msg folder (#1020)

master
Mikael Arguedas 2018-10-17 07:41:08 -05:00 committed by Christoph Schütte
parent 6b9d8ff2d5
commit ed418405b5
5 changed files with 4 additions and 9 deletions

View File

@ -27,8 +27,12 @@ add_message_files(
DIRECTORY msg DIRECTORY msg
FILES FILES
BagfileProgress.msg BagfileProgress.msg
HistogramBucket.msg
LandmarkEntry.msg LandmarkEntry.msg
LandmarkList.msg LandmarkList.msg
MetricFamily.msg
MetricLabel.msg
Metric.msg
SensorTopics.msg SensorTopics.msg
StatusCode.msg StatusCode.msg
StatusResponse.msg StatusResponse.msg
@ -39,15 +43,6 @@ add_message_files(
TrajectoryStates.msg TrajectoryStates.msg
) )
add_message_files(
DIRECTORY msg/metrics
FILES
HistogramBucket.msg
MetricFamily.msg
MetricLabel.msg
Metric.msg
)
add_service_files( add_service_files(
DIRECTORY srv DIRECTORY srv
FILES FILES