Keeping a ROS thread running indefinitely on a Raspberry PI 3 [closed]
Hey guys,
I'm having a lot of problems working with raspberry pi and ROS kinetic.
The project is simple, I'm taking information from the Raspberry's GPIOs in order to communicate some process through iot_bridge. Due the kind of the project is mandatory that the program keep working for at least a day, the more time the better.
But I can only make it work for around half hour and then the loop stop without giving an error or a message, it only gets frozen.
I suspect, is a memory problem but I'm not sure. Does any one have an idea of what could it be and how can I solve it?
Thank you very much
Maybe try to run your program in a debugger (such as GDB) and interrupt it when it gets stuck, to see where it's stuck?
Please copy-paste the output. Posting it as a screenshot is the least helpful and discouraged in the support guideline.
I'm sorry, I wasn't aware of that.