componentName property
Component on the robot to move to the specified destination
Implementation
@$pb.TagNumber(7)
$core.String get componentName => $_getSZ(6);
Implementation
@$pb.TagNumber(7)
set componentName($core.String v) { $_setString(6, v); }