ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Eike's profile - activity

2019-05-20 07:38:52 -0500 received badge  Famous Question (source)
2017-08-02 00:48:55 -0500 received badge  Notable Question (source)
2016-12-23 07:52:27 -0500 received badge  Popular Question (source)
2016-09-01 11:18:08 -0500 commented question Nodelet disappears with no message

Well, that at least explains why my stuff keeps disappearing. The /bond_disable_heartbeat_timeout doesn't fix it, but it may aid debugging. Thanks!

2016-08-18 07:58:15 -0500 asked a question Nodelet disappears with no message

Hi,

I'm using nodelets for stereo camera image preprocessing, that is rescaling and gamma correction.

For some reason, from time to time, nodelets randomly disappear. There is no exception, assert or crash message of any kind.

This is all I see in the debug output is this:

[DEBUG] [1471521981.067288385]: Done unloading nodelet /resize_right
[DEBUG] [1471521981.067534176]: Publisher on '/perception_manager/bond' deregistering callbacks.
[DEBUG] [1471521981.067617300]: WallTimer deregistering callbacks.
[DEBUG] [1471521981.067700925]: Subscriber on '/perception_manager/bond' deregistering callbacks.
[DEBUG] [1471521981.067767626]: WallTimer deregistering callbacks.
[DEBUG] [1471521981.067837488]: WallTimer deregistering callbacks.
[DEBUG] [1471521981.068749150]: Subscriber on '/sensor/camera/right/image' deregistering callbacks.
[DEBUG] [1471521981.068820127]: WallTimer deregistering callbacks.
[DEBUG] [1471521981.070383276]: Connection::drop(2)
[DEBUG] [1471521981.070461466]: TCP socket [30] closed
[DEBUG] [1471521981.070510868]: Connection::drop(0)
[DEBUG] [1471521981.070541364]: Connection::drop(2)
[DEBUG] [1471521981.070568845]: Connection::drop(2)
[DEBUG] [1471521981.070640282]: Publisher on '/statistics' deregistering callbacks.
[DEBUG] [1471521981.070690621]: Publisher on '/sensor/camera/right/image_small' deregistering callbacks.
[DEBUG] [1471521981.071985790]: Connection to local publisher on topic [/sensor/camera/right/image_small] dropped
[DEBUG] [1471521981.072029952]: Connection to local subscriber on topic [/sensor/camera/right/image_small] dropped
[DEBUG] [1471521981.103280770]: Received update for topic [/sensor/camera/right/image_small] (0 publishers)
[DEBUG] [1471521981.103410910]: Publisher update for [/sensor/camera/right/image_small]:  already have these connections: 
[DEBUG] [1471521981.132916738]: WallTimer deregistering callbacks.

Has anyone ever encountered this problem? Is there a way to debug this systematically?

Kind regards, Eike