Making xlsx file with data from sensors in list. [closed]

asked 2017-09-08 08:57:17 -0500

Sol gravatar image

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.

edit retag flag offensive reopen merge delete

Closed for the following reason duplicate question by Sol
close date 2019-11-26 08:07:27.552353

Comments

1

Is this not a duplicate of #q270312?

gvdhoorn gravatar image gvdhoorn  ( 2017-09-08 09:36:59 -0500 )edit

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.

Sol gravatar image Sol  ( 2017-09-08 09:47:02 -0500 )edit

What do you mean by

how to create the code that not restarts after rospy.spin()

and

fill my list in xlsx file with new unlimited or limited data from turtle pose untill node is works

?

jayess gravatar image jayess  ( 2017-09-08 10:11:07 -0500 )edit

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).

Sol gravatar image Sol  ( 2017-09-08 11:14:54 -0500 )edit

And file must be filled in all time , while my node recieves data from topic.

Sol gravatar image Sol  ( 2017-09-08 11:16:23 -0500 )edit