Add fov inside/outside analysis #4
Open
yaisa5ramirez wants to merge 2 commits intojazzyfrom
Open
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective: Add fov analysis for every observation in the tile map.
Main changes:
New variables to include in the nav2_params:
camera_horizontal_fov: 1.52 #default in code too
camera_vertical_fov: 1.01 # default in code too
camera_min_dist: 1.5 # Near clipping plane of the frustum (meters)
camera_max_dist: 5.0 # Far clipping plane, aligned with max_obstacle_distance
fov_decay_time: 3.0 # Decay time (s) for tiles inside the FOV. -1 = use tile_map_decay_time
outside_fov_decay_time: 7.0 # Decay time (s) for tiles outside the FOV. -1 = disabled (uniform decay)
Documentation: https://www.notion.so/kiwi/Semantic-segmentation-improvements-cliff-detection-project-3185e4da9a1c80a1840af635477a28b6