Skip to content

Instantly share code, notes, and snippets.

@simonlynen
Created April 7, 2013 15:30
Show Gist options
  • Save simonlynen/5330929 to your computer and use it in GitHub Desktop.
Save simonlynen/5330929 to your computer and use it in GitHub Desktop.
convert flir ir bags to avi
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