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

Variables

 d435_configs
 
 recorder
 

Detailed Description

    @ brief:        A more user-friendly D435 signals rosbag recorder

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

Variable Documentation

◆ d435_configs

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

◆ recorder

recorder
Initial value:
1 = D435RecRosbag(
2  d435_configs=d435_configs,
3  color_topic_name="color",
4  depth_topic_name="depth",
5  depth_scale_topic_name="depth_scale"
6 )