run.sh 119 B

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