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