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

how to send published data to another program

asked 2017-03-01 09:49:40 -0500

fundamentals gravatar image

I have a c++ program that uses a transform listener to publish data as topics. I want to know how I can (if possible) use this data that is published as input to another program. This means as the first program is publishing the data the new program is also receiving this data.

If you need any more clarification feel free to ask and any help would be appreciated.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2017-03-01 12:40:56 -0500

updated 2017-03-01 12:43:07 -0500

I would take a look at this: http://wiki.ros.org/tf/Tutorials/Writ... . It is a tutorial on how to subscribe to frame transformations.

edit flag offensive delete link more
1

answered 2017-03-01 12:26:30 -0500

ahendrix gravatar image

Yes; the first program can use a publisher to send the data, and the second program can have a subscriber that subscribes to that data.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2017-03-01 09:49:40 -0500

Seen: 160 times

Last updated: Mar 01 '17