Created
April 7, 2013 15:30
-
-
Save simonlynen/5330929 to your computer and use it in GitHub Desktop.
convert flir ir bags to avi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in *.bag; do echo "$file" && rosrun irdetect_16_8 bag_to_image "$file" /cam2/image_raw ~/Desktop/$file 16 1 1; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment