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