lfd_common/conf_classification Service

File: lfd_common/conf_classification.srv

Raw Message Definition

# The state vector to classify
state s
---
# The confidence value of the classification
float32 c
# The classification label
int32 l
# The decision boundary label
int32 db

Compact Message Definition

lfd_common/state s

float32 c
int32 l
int32 db