utexas-bwi / bwi_lab

Scripts and other programs for administering the BWI system network
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

bwi_local: bags script loses bag files when there are permission problems #8

Open jack-oquin opened 8 years ago

jack-oquin commented 8 years ago

I was trying to upload some bags from pickles that had been collected by @shiqizhang6. I was logged in as joq, and the ~szhang/.ros/bwi/bwi_logging/compressed subdirectory had no group write permissions (although the parent directory did).

Sadly, the script not only failed, but it "successfully" deleted the bags afterwards.

jack-oquin commented 8 years ago

The script does check for zero status from rosbag compress.

Could that command be failing yet still returning good status? If so, I should report it as a rosbag bug, too.