reason property
The reason for the state change. If motion plan failed this will return the error message. If motion needed to re-plan, this will return the re-plan reason.
Implementation
@$pb.TagNumber(3)
$core.String get reason => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set reason($core.String v) { $_setString(2, v); }