IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Variables
scripts.d435_record_rosbag_dev Namespace Reference

Variables

 args = parser.parse_args()
 
 before_scale
 
 d435_configs
 
 d435_starter = d435.D435_Runner(d435_configs)
 
 default
 
 default_path
 
 dep
 
 depth_clip
 
 depth_scale = d435_starter.get("depth_scale")
 
 H = args.H
 
 help
 
 opKey = cv2.waitKey(1)
 
 parser = argparse.ArgumentParser(description='The d435 camera rosbag recorder.')
 
 ratio
 
 rgb
 Get Started. More...
 
 save_file_path
 
 success
 
 type
 
 vid_writer
 
 W = args.W
 
 window_name
 

Detailed Description

@ brief:        Record the camera rgb and depth as the rosbag file

@ author:       Yiye Chen
@ date:         02/16/2022

Variable Documentation

◆ args

args = parser.parse_args()

◆ before_scale

before_scale

◆ d435_configs

d435_configs
Initial value:
1 = d435.D435_Configs(
2  W_dep=848,
3  H_dep=480,
4  W_color=W,
5  H_color=H,
6  exposure = 100,
7  gain = 50
8 )

◆ d435_starter

d435_starter = d435.D435_Runner(d435_configs)

◆ default

default

◆ default_path

default_path
Initial value:
1 = os.path.join(
2  os.path.dirname(os.path.abspath(__file__)),
3  "d435_record.bag"
4 )

◆ dep

dep

◆ depth_clip

depth_clip

◆ depth_scale

depth_scale = d435_starter.get("depth_scale")

◆ H

H = args.H

◆ help

help

◆ opKey

opKey = cv2.waitKey(1)

◆ parser

parser = argparse.ArgumentParser(description='The d435 camera rosbag recorder.')

◆ ratio

ratio

◆ rgb

rgb

Get Started.

◆ save_file_path

save_file_path

◆ success

success

◆ type

type

◆ vid_writer

vid_writer
Initial value:
1 = vidWriter_ROS(
2  save_file_path=args.save_file_path,
3  depth_scale=depth_scale,
4  rgb_topic="color",
5  depth_topic="depth",
6  depth_scale_topic="depth_scale",
7  frame_rate=args.frame_rate
8 )

◆ W

W = args.W

◆ window_name

window_name