upodate
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
global_costmap:
|
||||
library_path: libplugins
|
||||
frame_id: map
|
||||
plugins:
|
||||
- {name: navigation_map, type: "costmap_2d::StaticLayer" }
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user