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

Displaying information in TF

asked 2013-07-23 04:13:27 -0500

Gudjohnson gravatar image

updated 2014-01-28 17:17:23 -0500

ngrennan gravatar image

I am working on ros and I am getting as output the parameters of satellite changing constantly. When I do rostopic echo /topic_name I get the output of sattelite parameters changing constantly. rostopic tells me that I have successfully published data to the my topic. How can I use this to display my sattelite in TF. Do i have to make a brodcaster/listener or can I do it with adding a node in my launch file like

  node pkg="tf" type="tf_echo" name="tf_whatever" args="0.0 0.0 0.0 0.0 0.0 0.0 /topic_name" />

I am not sure whether this addition to launch file is correct. Any help would be appreciated.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2013-07-24 21:17:45 -0500

William gravatar image

updated 2013-07-24 21:18:58 -0500

I believe in this case you will need to create a tf brocaster, which maps your satellite pose's into tf messages.

C++: http://ros.org/wiki/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28C%2B%2B%29

Python: http://ros.org/wiki/tf/Tutorials/Writing%20a%20tf%20broadcaster%20%28Python%29

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-07-23 04:13:27 -0500

Seen: 182 times

Last updated: Jul 24 '13