|
IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Variables | |
| args = parser.parse_args() | |
| bag_load = rosbag.Bag(args.load_file_path) | |
| bridge = CvBridge() | |
| default | |
| depth = None | |
| help | |
| int | |
| load_file_path | |
| load_path_default | |
| nargs | |
| None | |
| parser = argparse.ArgumentParser(description='The d435 camera rosbag recorder.') | |
| rgb = None | |
| save_file_path | |
| str | |
| t | |
| type | |
| vid_writer | |
| vidname = os.path.basename(args.save_file_path) | |
@ brief: Reduce the rosbag file size.
@ author: Yiye Chen
@ date: 02/17/2022 | args = parser.parse_args() |
| bag_load = rosbag.Bag(args.load_file_path) |
| bridge = CvBridge() |
| default |
| depth = None |
| help |
| int |
| load_file_path |
| load_path_default |
| nargs |
| None |
| parser = argparse.ArgumentParser(description='The d435 camera rosbag recorder.') |
| rgb = None |
| save_file_path |
| str |
| t |
| type |
| vid_writer |
| vidname = os.path.basename(args.save_file_path) |