Fail to publish to ROS from plugin

Report crashes, strange behaviour, or apparent bugs
fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: Fail to publish to ROS from plugin

Post by fferri »

All plugins run in the same thread, so having multiple plugins using ROS it is like calling ros::init multiple times in a node.
The first (or the last??) call to ros::init sets the node name.

Billie1123

Re: Fail to publish to ROS from plugin

Post by Billie1123 »

Ok, now I get it.
Thank you again.

Post Reply