You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scale: 1.0# units size of a meter. depth value corresponds to this many meters
5
-
downsample_scale: 1.0# the ratio to scale down the disparity image before processing
4
+
metric_depth_scale: 1.0# units size of a meter. depth value corresponds to this many meters
5
+
downsample_scale: 0.5# the ratio to scale down the disparity image before processing. DROAN expects 960x600. So if the incoming image is 480x300, set this to 0.5 so that it scales up
6
6
baseline_fallback: 0.12# if the baseline is 0 from the camera_info, use this value instead
7
7
lut_max_disparity: 180# maximum disparity value in the disparity image
8
8
# expansion_radius: 0.325 # 0.325 is the spirit drone blade to blade
9
9
expansion_radius: 0.1# debug hack to make disparity expansion not crash
10
10
bg_multiplier: 1.0
11
11
# sensor_pixel_error: 0.5 # what is this? and why was it 0.5?
Copy file name to clipboardExpand all lines: robot/ros_ws/src/autonomy/3_local/a_world_models/disparity_expansion/include/disparity_expansion/disparity_expansion.hpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ class DisparityExpansionNode : public rclcpp::Node {
0 commit comments