Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_helena_rosnav
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
Model registry
Operate
Environments
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
labrobotica
ros
robots
helena
iri_helena_rosnav
Commits
f8807028
Commit
f8807028
authored
4 years ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Updated some configuration parameters: Disable the virtual obstacle generation with the LIDAR.
parent
c450895b
No related branches found
No related tags found
1 merge request
!1
Added a lidar clearing source with a PointCloud2.
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/lidar_obstacle_detector_config.yaml
+1
-1
1 addition, 1 deletion
config/lidar_obstacle_detector_config.yaml
params/costmap/3d_common_params.yaml
+16
-16
16 additions, 16 deletions
params/costmap/3d_common_params.yaml
with
17 additions
and
17 deletions
config/lidar_obstacle_detector_config.yaml
+
1
−
1
View file @
f8807028
...
...
@@ -13,5 +13,5 @@ max_ring: 10
farthest_enable
:
False
farthest_num_rings
:
9
# virtual point computation
virtual_enable
:
Tru
e
virtual_enable
:
Fals
e
virtual_floor_threshold
:
0.03
This diff is collapsed.
Click to expand it.
params/costmap/3d_common_params.yaml
+
16
−
16
View file @
f8807028
...
...
@@ -29,7 +29,7 @@ obstacle_layer_lidar:
topic
:
/helena/lidar_detector/obstacles
,
observation_persistence
:
0.0
,
marking
:
true
,
clearing
:
tru
e
,
clearing
:
fals
e
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
...
...
@@ -54,7 +54,7 @@ obstacle_layer_camera:
enabled
:
true
track_unknown_space
:
true
transform_tolerance
:
0.2
max_obstacle_height
:
10
0
.0
#1.0
max_obstacle_height
:
10.0
#1.0
footprint_clearing_enabled
:
false
combination_method
:
1
observation_sources
:
camera_marking camera_clearing
...
...
@@ -66,8 +66,8 @@ obstacle_layer_camera:
observation_persistence
:
0.0
,
marking
:
true
,
clearing
:
false
,
min_obstacle_height
:
-10
0
.0
,
max_obstacle_height
:
10
0
.0
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
obstacle_range
:
5.0
,
raytrace_range
:
10.0
...
...
@@ -80,8 +80,8 @@ obstacle_layer_camera:
observation_persistence
:
0.0
,
marking
:
false
,
clearing
:
true
,
min_obstacle_height
:
-10
0
.0
,
max_obstacle_height
:
10
0
.0
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
obstacle_range
:
5.0
,
raytrace_range
:
10.0
...
...
@@ -91,7 +91,7 @@ hole_layer_near_camera:
enabled
:
true
track_unknown_space
:
true
transform_tolerance
:
0.2
max_obstacle_height
:
10
0
.0
#1.0
max_obstacle_height
:
10.0
#1.0
footprint_clearing_enabled
:
false
combination_method
:
1
observation_sources
:
hole_near_marking hole_near_clearing
...
...
@@ -103,8 +103,8 @@ hole_layer_near_camera:
observation_persistence
:
0.0
,
marking
:
true
,
clearing
:
false
,
min_obstacle_height
:
-10
0
.0
,
max_obstacle_height
:
10
0
.0
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
obstacle_range
:
5.0
,
raytrace_range
:
10.0
...
...
@@ -117,8 +117,8 @@ hole_layer_near_camera:
observation_persistence
:
0.0
,
marking
:
false
,
clearing
:
true
,
min_obstacle_height
:
-10
0
.0
,
max_obstacle_height
:
10
0
.0
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
obstacle_range
:
5.0
,
raytrace_range
:
10.0
...
...
@@ -128,7 +128,7 @@ hole_layer_far_camera:
enabled
:
true
track_unknown_space
:
true
transform_tolerance
:
0.2
max_obstacle_height
:
10
0
.0
#1.0
max_obstacle_height
:
10.0
#1.0
footprint_clearing_enabled
:
false
combination_method
:
1
observation_sources
:
hole_far_marking hole_far_clearing
...
...
@@ -140,8 +140,8 @@ hole_layer_far_camera:
observation_persistence
:
0.0
,
marking
:
true
,
clearing
:
false
,
min_obstacle_height
:
-10
0
.0
,
max_obstacle_height
:
10
0
.0
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
obstacle_range
:
5.0
,
raytrace_range
:
10.0
...
...
@@ -154,8 +154,8 @@ hole_layer_far_camera:
observation_persistence
:
0.0
,
marking
:
false
,
clearing
:
true
,
min_obstacle_height
:
-10
0
.0
,
max_obstacle_height
:
10
0
.0
,
min_obstacle_height
:
-10.0
,
max_obstacle_height
:
10.0
,
expected_update_rate
:
1
,
obstacle_range
:
5.0
,
raytrace_range
:
10.0
...
...
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