IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Functions | |
def | get_args () |
Variables | |
args | |
bag_path = os.path.join(fDir, args.rosbag_name) | |
cfg | |
string | command = "rosbag record -a --lz4 -o {}".format(rosbag_path) |
string | fDir = "./" |
string | rosbag_path = "data.bag" |
rosbag_proc = subprocess.Popen(command, shell=True) | |
roscore_proc = None | |
shell | |
@brief: The rosbag data recorder records the calibration data and test data into a single rosbag. It won't run the system on the test data @author Yiye Chen. yychen2019@gatech.edu @date 02/24/2022
def Surveillance.deployment.ROS.rosbag_data_recorder.get_args | ( | ) |
args |
bag_path = os.path.join(fDir, args.rosbag_name) |
cfg |
string command = "rosbag record -a --lz4 -o {}".format(rosbag_path) |
string fDir = "./" |
rosbag_path = "data.bag" |
roscore_proc = None |
shell |