Making xlsx file with data from sensors in list.
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.
Asked by Sol on 2017-09-08 08:57:17 UTC
Comments
Is this not a duplicate of #q270312?
Asked by gvdhoorn on 2017-09-08 09:36:59 UTC
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.
Asked by Sol on 2017-09-08 09:47:02 UTC
What do you mean by
and
?
Asked by jayess on 2017-09-08 10:11:07 UTC
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).
Asked by Sol on 2017-09-08 11:14:54 UTC
And file must be filled in all time , while my node recieves data from topic.
Asked by Sol on 2017-09-08 11:16:23 UTC