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
a3fd31e0
Commit
a3fd31e0
authored
2 years ago
by
Iván del Pino
Browse files
Options
Downloads
Patches
Plain Diff
added some color labels for low obstacles and ground accumulated
parent
2e817350
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/structs_definitions.h
+9
-1
9 additions, 1 deletion
include/structs_definitions.h
with
9 additions
and
1 deletion
include/structs_definitions.h
+
9
−
1
View file @
a3fd31e0
...
...
@@ -65,7 +65,7 @@ const int CLASS_GROUND = 46;
const
int
CLASS_OBSTACLE
=
100
;
const
int
CLASS_OVERHANGING_OBSTACLE
=
15
;
const
int
CLASS_LOW_OBSTACLE
=
24
;
const
int
CLASS_
NEGATIVE_OBSTACLE
=
26
;
const
int
CLASS_
GROUND_ACCUMULATED
=
26
;
const
int
CLASS_EDGE_DISCARDED_TOO_MUCH_MAHALANOBIS_DISTANCE
=
25
;
const
int
CLASS_EDGE_ACCEPTED
=
27
;
...
...
@@ -79,10 +79,18 @@ const uint8_t R_CLASS_GROUND = 0;
const
uint8_t
G_CLASS_GROUND
=
0
;
const
uint8_t
B_CLASS_GROUND
=
255
;
const
uint8_t
R_CLASS_GROUND_ACCUMULATED
=
52
;
const
uint8_t
G_CLASS_GROUND_ACCUMULATED
=
101
;
const
uint8_t
B_CLASS_GROUND_ACCUMULATED
=
164
;
const
uint8_t
R_CLASS_OBSTACLE
=
0
;
const
uint8_t
G_CLASS_OBSTACLE
=
255
;
const
uint8_t
B_CLASS_OBSTACLE
=
0
;
const
uint8_t
R_CLASS_LOW_OBSTACLE
=
255
;
const
uint8_t
G_CLASS_LOW_OBSTACLE
=
0
;
const
uint8_t
B_CLASS_LOW_OBSTACLE
=
0
;
const
uint8_t
R_CLASS_OVERHANGING_OBSTACLE
=
0
;
const
uint8_t
G_CLASS_OVERHANGING_OBSTACLE
=
255
;
const
uint8_t
B_CLASS_OVERHANGING_OBSTACLE
=
255
;
...
...
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