update load param using node handle

This commit is contained in:
2025-12-11 17:16:46 +07:00
parent 22cfd07519
commit c53db2280e
20 changed files with 397 additions and 213 deletions

View File

@@ -71,6 +71,8 @@ target_link_libraries(costmap_2d
xmlrpcpp # XMLRPC
yaml-cpp
dl
robot::node_handle
robot::console
)
# --- Include directories cho target ---
@@ -125,6 +127,8 @@ target_link_libraries(plugins
${Boost_LIBRARIES}
yaml-cpp
robot_time
robot::node_handle
robot::console
)