Robotics StackExchange | Archived questions

Nodelets not running together

I'm trying to run 4 nodelets together, but for some reason the last 3 seem to be incompatible with each other. That is out of the last 3 which ever one is loaded first, it runs but the rest don't run. Nothing crashes but the nodelets simply won't subscribe or publish anything! I'm really unsure what is happening, been stuc on this for the past 3 hours.

This is the single executable node : image description

This is the cmakeLists : image description

This is the xml : image description

This is how the pose estimation nodelet is initialized:image description

This is how the display nodelet is initialized : image description

This is how the chase robot is initialized : image description

Any help would be greatly appreciated!

Asked by Salahuddin_Khan on 2020-07-12 18:29:20 UTC

Comments

Answers

Turns out the all those 3 Nodelets had while loops inside onInit, only one Nodelet with a while loop inside works, I guess

Asked by Salahuddin_Khan on 2020-07-13 05:25:47 UTC

Comments