IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Functions | |
def | get_args () |
def | main (rosbag_path, vid_path, args) |
def | parse_vid_path (rosbag_path, args) |
Variables | |
def | args = get_args() |
def | vid_path = parse_vid_path(args.rosbag_name, args) |
@brief: A script that convert the Surveillance recording rosbag file to the avi video file. @author Yiye Chen. yychen2019@gatech.edu @date 04/27/2022
def Surveillance.deployment.ROS.rosbag_to_avi.get_args | ( | ) |
def Surveillance.deployment.ROS.rosbag_to_avi.main | ( | rosbag_path, | |
vid_path, | |||
args | |||
) |
def Surveillance.deployment.ROS.rosbag_to_avi.parse_vid_path | ( | rosbag_path, | |
args | |||
) |
def args = get_args() |
def vid_path = parse_vid_path(args.rosbag_name, args) |