Skip to content

Commit a5033cf

Browse files
author
Guillaume
committed
increase maximum value
1 parent 5574686 commit a5033cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/SpatioTemporalVoxelLayer.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ gen.add("mark_threshold", double_t, 0, "Over this threshold, the measurement wil
2222
gen.add("update_footprint_enabled", bool_t, 0, "Cleans where the robot's footprint is", True)
2323
gen.add("track_unknown_space", bool_t, 1, "If true, marks will be UNKNOWN (255) otherwise, FREE (0)", True)
2424
gen.add("decay_model", int_t, 1, "Decay models", 0, edit_method=decay_model_enum)
25-
gen.add("min_age_outside_frustrum", double_t, 1, "the minimum age that a voxel should have to be allow to live outside frustrum", 0.0, 0.0, 1.0)
25+
gen.add("min_age_outside_frustrum", double_t, 1, "the minimum age that a voxel should have to be allow to live outside frustrums", 0.0, 0.0, 100.0)
2626
gen.add("voxel_decay", double_t, 1, "Seconds if linear, e^n if exponential", 10.0, -1, 200.0)
2727
gen.add("mapping_mode", bool_t, 0, "Mapping mode", False)
2828
gen.add("map_save_duration", double_t, 0, "f mapping, how often to save a map for safety", 60.0, 1.0, 2000.0)

0 commit comments

Comments
 (0)