#!/bin/bash python2 convert_rosbag_to_pcd.py "$1" "$2" python3 create_video_from_pcd.py "$(basename $1 .bag)" "$2"