Robotics StackExchange | Archived questions

published topic dose not appear in the list of rostopics?

Hello

I have a ros enabled model plugin, in which I am publishing the pose of a robot. Similar way as in the following answer

http://answers.gazebosim.org/question/1991/what-is-the-best-way-to0-learn-gazebo-in-ros-for/

The problem is when I check out the published topics using rostopic list, the topic (gz/pose) do not appear in the list when I start gazebo with roslaunch [package name] [launch_file]

but when I start gazebo with ( gazebo file.world), the topic appeared in the list of rostopics. Can anyone please tell me why this might happen? And what I did wrong?

Thanks in advance

Asked by Zahra on 2013-11-25 09:21:14 UTC

Comments

Hi, can you post your launch file? using roslaunch should not change the behavior of your plugins (but it might change the namespace etc)

Asked by evilBiber on 2013-12-02 05:34:16 UTC

Hello, this is my launch file :

hope you can help me to solve it, because I need to extract pose data from rosbag to plot it. Thanks in advance

Asked by Zahra on 2013-12-07 02:36:49 UTC

Answers

Hey,

My bad, the plugin was overridden by another plugin with the same name in my workspace, and now it is working properly after removing the first plugin. Best, Zahraa

Asked by Zahra on 2013-12-12 03:31:22 UTC

Comments