def human_predict(label, items, name="false"): msg = String() msg.data = label+",_,"+"-".join(items)+','+name pub_human_predict.publish(msg)