rosbag slow?
Hi. I'm using ROS with two machines on wireless network. Let say, machine #1,#2.
The machine #1 has USB camera, and running roscore. The machine #2 is for viewing /usb_cam/image_raw/compressed, and recording video using rosbag.
Before run rosbag recording, everything is fine. However, when I ran the rosbag, both machine become very slow and about after 30secs later, the video is stucked.
Does anyone have experienced this problem?
To record using rosbag, I have used following command.
$ rosbag record
Thanks.