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

accessing skeletal tracker data

asked 2012-02-09 14:28:07 -0500

mehhek gravatar image

I had a problem in accessing and processing of the data given by Kinect in Openni package. The problem is I am piping the Kinect data to a text file using

rostopic echo /tf >> data.txt

then I am simultaneously trying to access the same data file in another program, but once i run this program the previous command stops writing into the data file. Can anyone please tell how do I make the computer do both the tasks simultaneously?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
0

answered 2012-02-09 21:13:19 -0500

It sounds weird what you are trying. Of course it depends on the application but use this as thumb the rule:

  • If you want to see or store logging data: using ROS looging features and tools (like rxconsole) are recommended.
  • If you want to store structured data for an specific postprocessing or analysis: using rosbag is recommended.
  • If you want to communicate many processes: using the ROS communication mechanisms (topics, services, actions) are recommended.
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-02-09 14:28:07 -0500

Seen: 283 times

Last updated: Feb 09 '12