Skip to content

Commit

Permalink
updated min faetuers in make teblid map
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoussan committed Jul 10, 2024
1 parent ad761ea commit afd3abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion localization/sparse_mapping/scripts/make_teblid512_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def make_teblid512_map(surf_map, world, robot_name, map_directory=None):
if map_directory:
os.chdir(map_directory)
build_teblid512_map_command = (
"rosrun sparse_mapping build_map -rebuild -histogram_equalization -use_clahe -output_map "
"rosrun sparse_mapping build_map -rebuild -histogram_equalization -use_clahe -min_brisk_features 3000 -output_map "
+ teblid512_map_full_path
)
lu.run_command_and_save_output(
Expand Down

0 comments on commit afd3abe

Please sign in to comment.