Making xlsx file with data from sensors in list. [closed]
Actually, i want to ask how to create the code that not restarts after rospy.spin()? ( Because previous data from the pose of turtlesim doesn`t saves ) I would like to have a subscriber, that should to fill my list in xlsx file with new unlimited or limited data from turtle pose untill node is works.
Is this not a duplicate of #q270312?
In that time i know how to create but do not how make it not just restarting over and over in some rows with the same data in col . Just trying to see data changes in list.
What do you mean by
and
?
So rospy.spin restart programm over and over without saving previous results in arguments. That is mean after first spin data that been saved in one turn will not be saved on second turn (rewrited with fist values, when i try to compare it with current values).
And file must be filled in all time , while my node recieves data from topic.