Skip to content

Commit

Permalink
set to default params
Browse files Browse the repository at this point in the history
  • Loading branch information
iKrishneel committed Jun 19, 2020
1 parent f24a959 commit f5ea54a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/octomap_server_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ def generate_launch_description():

params = {'resolution': 0.15,
'frame_id': 'map',
'base_frame_id': 'map',
'base_frame_id': 'base_footprint',
'height_map': True,
'colored_map': True,
'color_factor': 0.8,
'filter_ground': True,
'filter_ground': False,
'filter_speckles': False,
'ground_filter/distance': 0.04,
'ground_filter/angle': 0.15,
Expand Down

0 comments on commit f5ea54a

Please sign in to comment.