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
43d72685
Commit
43d72685
authored
3 years ago
by
Iván del Pino
Browse files
Options
Downloads
Patches
Plain Diff
label process changed, now start debuggin
parent
9fb65453
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/kf_based_terrain_analysis.h
+7
-5
7 additions, 5 deletions
include/kf_based_terrain_analysis.h
src/kf_based_terrain_analysis.cpp
+287
-297
287 additions, 297 deletions
src/kf_based_terrain_analysis.cpp
with
294 additions
and
302 deletions
include/kf_based_terrain_analysis.h
+
7
−
5
View file @
43d72685
...
...
@@ -61,8 +61,7 @@ private:
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
ground_reference_cloud_ptr
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud_ptr
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
cloud_ptr
,
std
::
vector
<
std
::
vector
<
int
>>
&
edges
,
std
::
vector
<
std
::
vector
<
kf_based_terrain_analysis_lib
::
Edge
>>
&
discarded_edges
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
virtual_obstacles_cloud_ptr
);
std
::
vector
<
std
::
vector
<
kf_based_terrain_analysis_lib
::
Edge
>>
&
discarded_edges
);
void
extractPointsInROI
(
const
kf_based_terrain_analysis_lib
::
SensorConfiguration
lidar_configuration
,
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
...
...
@@ -79,14 +78,17 @@ private:
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud_ptr
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
cloud_ptr
,
std
::
vector
<
std
::
vector
<
int
>>
&
edges
,
std
::
vector
<
std
::
vector
<
kf_based_terrain_analysis_lib
::
Edge
>>
&
discarded_edges
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
virtual_obstacles_cloud_ptr
);
std
::
vector
<
std
::
vector
<
kf_based_terrain_analysis_lib
::
Edge
>>
&
discarded_edges
);
void
createDenseGroundCloud
(
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
ground_reference_cloud_ptr
,
const
kf_based_terrain_analysis_lib
::
SensorConfiguration
lidar_configuration
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
pcl_dense_cloud_ptr
);
void
labelPointcloudUsingGroundModel
(
const
kf_based_terrain_analysis_lib
::
FilteringConfiguration
filtering_configuration
,
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
elevation_cloud_ptr
,
const
std
::
vector
<
std
::
vector
<
int
>
>
&
correspondence_indexes
,
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
ground_reference_cloud_ptr
,
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
pcl_cloud_ptr
);
void
ensureThatConnectionsAreReflectedInBothEnds
(
const
pcl
::
PointCloud
<
pcl
::
PointXYZRGBNormal
>::
Ptr
ground_reference_cloud_ptr
,
...
...
This diff is collapsed.
Click to expand it.
src/kf_based_terrain_analysis.cpp
+
287
−
297
View file @
43d72685
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