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
3f4abd86
Commit
3f4abd86
authored
2 years ago
by
Fernando Herrero
Browse files
Options
Downloads
Patches
Plain Diff
Add 3dlidar ground observation_source
parent
abb0dd64
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
params/costmap/common_params.yaml
+14
-1
14 additions, 1 deletion
params/costmap/common_params.yaml
with
14 additions
and
1 deletion
params/costmap/common_params.yaml
+
14
−
1
View file @
3f4abd86
...
...
@@ -22,7 +22,7 @@ obstacle_layer:
max_obstacle_height
:
1.0
footprint_clearing_enabled
:
false
combination_method
:
1
observation_sources
:
velodyne
#depth_cam
observation_sources
:
velodyne
velodyne_ground
#depth_cam
velodyne
:
{
sensor_frame
:
helena/robosense
,
...
...
@@ -37,6 +37,19 @@ obstacle_layer:
obstacle_range
:
30.0
,
raytrace_range
:
40.0
}
velodyne_ground
:
{
sensor_frame
:
helena/robosense
,
data_type
:
PointCloud2
,
topic
:
/helena/sensors/rslidar_points
,
observation_persistence
:
0.0
,
marking
:
false
,
clearing
:
true
,
min_obstacle_height
:
-1.0
,
max_obstacle_height
:
0.05
,
expected_update_rate
:
1
,
obstacle_range
:
30.0
,
raytrace_range
:
40.0
}
depth_cam
:
{
sensor_frame
:
helena/camera_color_optical_frame
,
...
...
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