Skip to content

Commit

Permalink
Merge pull request #41 from juandpenan/main
Browse files Browse the repository at this point in the history
inspection launcher updated
  • Loading branch information
juandpenan authored Jul 15, 2024
2 parents 6386d0b + 1de6d51 commit 5f4df01
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 11 deletions.
14 changes: 7 additions & 7 deletions robocup_bringup/config/inspection/tiago_nav_params.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
amcl:
ros__parameters:
use_sim_time: False
alpha1: 0.1
alpha2: 0.1
alpha3: 0.1
alpha4: 0.1
alpha5: 0.1
alpha1: 0.3
alpha2: 0.3
alpha3: 0.3
alpha4: 0.3
alpha5: 0.3
base_frame_id: "base_footprint"
beam_skip_distance: 0.5
beam_skip_error_threshold: 0.9
Expand Down Expand Up @@ -219,11 +219,11 @@ local_costmap:
height: 3
resolution: 0.05
robot_radius: 0.29
plugins: ["obstacle_layer" ,"inflation_layer"]
plugins: ["obstacle_layer", "inflation_layer"]
inflation_layer:
plugin: "nav2_costmap_2d::InflationLayer"
cost_scaling_factor: 3.0
inflation_radius: 0.45
inflation_radius: 0.40
voxel_layer:
plugin: "nav2_costmap_2d::VoxelLayer"
enabled: True
Expand Down
8 changes: 4 additions & 4 deletions robocup_bringup/launch/inspection_dependencies.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ def generate_launch_description():
'map': os.path.join(
package_dir,
'maps',
'ir_lab.yaml'),
'robocup_arena_1.yaml'),
}.items()
)

ld = LaunchDescription()
ld.add_action(navigation)
ld.add_action(whisper_cmd)
ld.add_action(audio_common_player_node)
ld.add_action(audio_common_tts_node)
# # ld.add_action(whisper_cmd)
# ld.add_action(audio_common_player_node)
# ld.add_action(audio_common_tts_node)
ld.add_action(real_time)

return ld
Binary file added robocup_bringup/maps/robocup_arena_1.data
Binary file not shown.
Binary file added robocup_bringup/maps/robocup_arena_1.pgm
Binary file not shown.
Binary file added robocup_bringup/maps/robocup_arena_1.posegraph
Binary file not shown.
7 changes: 7 additions & 0 deletions robocup_bringup/maps/robocup_arena_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
image: robocup_arena_1.pgm
mode: trinary
resolution: 0.05
origin: [1.19, -13.4, 0]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.25
Binary file added robocup_bringup/maps/robocup_arena_2.data
Binary file not shown.
Binary file added robocup_bringup/maps/robocup_arena_2.posegraph
Binary file not shown.

0 comments on commit 5f4df01

Please sign in to comment.