origin: https://github.com/appleboy/git-test
remote: https://github.com/appleboy/html5-template-engine
| # Terminal Cheat Sheet | |
| pwd # print working directory | |
| ls # list files in directory | |
| cd # change directory | |
| ~ # home directory | |
| .. # up one directory | |
| - # previous working directory | |
| help # get help | |
| -h # get help |
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| # Copyright 2016 Massachusetts Institute of Technology | |
| """Extract images from a rosbag. | |
| """ | |
| import os | |
| import argparse |