optimal & fix file cmake

This commit is contained in:
2026-08-03 22:41:32 +07:00
parent d8babff20b
commit 701d25f952
70 changed files with 5572 additions and 1146 deletions

View File

@@ -1 +0,0 @@
../../../../pnkx_nav_core/config/maker_sources.yaml

View File

@@ -0,0 +1,23 @@
# Compatibility allow-list for BaseNavigation::dockTo(marker, ...).
#
# move_base2 docking resolves `goal_frame` to an absolute pose and runs DockPlanner +
# HybridLocalPlanner. It does not consume the legacy per-marker PNKXDockingLocalPlanner
# parameters (plugins, maker_goal_frame, delay, timeout, velocity, tolerance, or lookahead).
# Keep only the marker names that the host may submit until `dockTo` is migrated to
# declarative dock_sequences.
maker_sources: trolley charger dock_station undock_station dock_station_2 undock_station_2
# Marker có entry ở đây dùng cặp planner riêng. Marker rỗng hoặc chỉ có trong `maker_sources` mà
# không nằm trong bảng này sẽ dùng cặp `docking` mặc định của move_base_common_params.yaml.
docking_marker_profiles:
trolley:
global_planner: DockPlanner
local_planner: HybridLocalPlanner
charger:
global_planner: DockPlanner
local_planner: HybridLocalPlanner
dock_station:
global_planner: DockPlanner
local_planner: HybridLocalPlanner