-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
roslaunch service inactive #53
Comments
it seems that the service auto stopped? |
I can start it by run systemctl start. but it cant auto start when boot. |
And I also can boot it successfully by adding "Restart=always" to the [Service] block. But I want to find the core problem. |
Given that "Restart=always" works, my first guess is this has something to do with when the module lookup is happening. If the lookup happens too early, it will fail to find the modules, and exit. This would happen if the onboard PC boots up before all the modules have an IP. The proper startup sequence is: If you are following that sequence and still seeing this issue, I'd need to see more info on why the tready node process is dying. Can you take a screenshot with a wider terminal, so the full text on those two lines is visible? |
Another little problem can also be seen from the screenshot. When the service is stopped, the topics still exists. |
The text was updated successfully, but these errors were encountered: