This commit is contained in:
2026-01-12 15:49:52 +07:00
parent bff56e85f1
commit 78b11b60fe
11 changed files with 594 additions and 27 deletions

View File

@@ -1,4 +1,5 @@
global_costmap:
library_path: libplugins
frame_id: map
plugins:
- {name: navigation_map, type: "costmap_2d::StaticLayer" }

View File

@@ -1,8 +1,9 @@
local_costmap:
frame_id: odom
library_path: libplugins
global_frame: odom
plugins:
- {name: obstacles, type: "costmap_2d::VoxelLayer" }
- {name: inflation, type: "costmap_2d::InflationLayer" }
- {name: obstacles, type: "VoxelLayer" }
- {name: inflation, type: "InflationLayer" }
obstacles:
enabled: true
footprint_clearing_enabled: true

View File

@@ -1,8 +1,8 @@
MQTT:
Name: T801
Name: T800
Host: 172.20.235.170
Port: 1885
Client_ID: T801
Client_ID: T800
Username: robotics
Password: robotics
Keep_Alive: 60