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

Revision history [back]

click to hide/show revision 1
initial version

Is it possible to do this???

Yes this is possible.

One of the topics is definitely working and also shows up in the rqt graph but the second one doesn't.

There is probably a multitude of reasons for why something wouldn't work, but without more details about what you did, how you did it and what exactly is going wrong it's going to be hard to tell you anything more.

If you could add some relevant snippets of your code to your OP, that would be helpful (please use the edit button for that, and format code using the Preformatted text button on the formatting toolbar (the one with 101010 on it)).

Is it possible to do this???

Yes this is possible.possible. Publishing is done using ros::Publisher instances, and there is not really a limit to how many of those instances you can create in a single node (which is just a C++ / Python / X program).

One of the topics is definitely working and also shows up in the rqt graph but the second one doesn't.

There is probably a multitude of reasons for why something wouldn't work, but without more details about what you did, how you did it and what exactly is going wrong it's going to be hard to tell you anything more.

If you could add some relevant snippets of your code to your OP, that would be helpful (please use the edit button for that, and format code using the Preformatted text button on the formatting toolbar (the one with 101010 on it)).