Skip to content

Commit

Permalink
fix: change default param of ratio_points
Browse files Browse the repository at this point in the history
Signed-off-by: kminoda <[email protected]>
  • Loading branch information
kminoda committed Dec 14, 2023
1 parent 6eb25a6 commit e8d4da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception_dataset/rosbag2/converter_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Rosbag2ConverterParams(BaseModel):
system_scan_period_sec: float = 0.1 # system scan period in seconds
topic_list: list = [] # topic list for input_bag

lidar_points_ratio_threshold: float = 0.5 # ratio of lidar points to be used proportion to the maximum number of lidar points in a frame
lidar_points_ratio_threshold: float = 0.2 # ratio of lidar points to be used proportion to the maximum number of lidar points in a frame

# in synthetic data (from AWSIM) it may be the case that there is no ego transform available at the beginning of rosbag
ignore_no_ego_transform_at_rosbag_beginning: bool = False
Expand Down

0 comments on commit e8d4da9

Please sign in to comment.