Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kf_based_terrain_analysis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Iván del Pino
kf_based_terrain_analysis
Commits
2b226128
Commit
2b226128
authored
2 years ago
by
Iván del Pino
Browse files
Options
Downloads
Patches
Plain Diff
work in progress
parent
6f1695f9
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/kf_based_terrain_analysis.h
+3
-0
3 additions, 0 deletions
include/kf_based_terrain_analysis.h
include/structs_definitions.h
+1
-0
1 addition, 0 deletions
include/structs_definitions.h
src/kf_based_terrain_analysis.cpp
+183
-322
183 additions, 322 deletions
src/kf_based_terrain_analysis.cpp
with
187 additions
and
322 deletions
include/kf_based_terrain_analysis.h
+
3
−
0
View file @
2b226128
...
...
@@ -33,6 +33,9 @@ private:
const
pcl
::
PointXYZRGBNormal
point_in_sensor_frame
,
float
&
predicted_std_dev
,
bool
&
observation_z_is_below_prediction
);
float
mahalanobisDistance
(
const
pcl
::
PointXYZRGBNormal
reference_in_sensor_frame
,
const
pcl
::
PointXYZRGBNormal
point_in_sensor_frame
);
float
euclideanDistance
(
const
pcl
::
PointXYZRGBNormal
reference_in_sensor_frame
,
const
pcl
::
PointXYZRGBNormal
point_in_sensor_frame
);
...
...
This diff is collapsed.
Click to expand it.
include/structs_definitions.h
+
1
−
0
View file @
2b226128
...
...
@@ -147,6 +147,7 @@ struct FilteringConfiguration
int
number_of_references_used_for_labelling
;
float
max_pred_std_dev_for_labelling
;
float
score_threshold
;
bool
classify_not_labeled_points_as_obstacles
;
bool
discard_not_connected_references_for_labelling
;
...
...
This diff is collapsed.
Click to expand it.
src/kf_based_terrain_analysis.cpp
+
183
−
322
View file @
2b226128
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment