forked from autowarefoundation/autoware.universe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deleted files remained in localization folder since it is completely …
…moved to pointcloud_preprocessor. Changed enable_pointcloud_switch default to false Signed-off-by: TaikiYamada4 <[email protected]>
- Loading branch information
1 parent
0c46674
commit 8d80424
Showing
10 changed files
with
35 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
localization/pointcloud_switcher/config/pointcloud_switcher.param.yaml
This file was deleted.
Oops, something went wrong.
39 changes: 0 additions & 39 deletions
39
localization/pointcloud_switcher/include/pointcloud_switcher/pointcloud_switcher.hpp
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
localization/pointcloud_switcher/launch/pointcloud_switcher.launch.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
60 changes: 0 additions & 60 deletions
60
localization/pointcloud_switcher/src/pointcloud_switcher.cpp
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
sensing/pointcloud_preprocessor/config/pointcloud_switcher.param.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/**: | ||
ros__parameters: | ||
pointcloud_topic_names: | ||
- "/sensing/lidar/front_lower/outlier_filtered/pointcloud" | ||
- "/sensing/lidar/left_upper/outlier_filtered/pointcloud" | ||
- "/sensing/lidar/right_upper/outlier_filtered/pointcloud" | ||
- "/sensing/lidar/concatenated/pointcloud" | ||
subscription_period_confirmation_time_span: 1.0 # in seconds | ||
steps_for_moving_average: 4 | ||
average_subscription_period_threshold: 0.5 # in seconds |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters