CustomPlanner
This commit is contained in:
@@ -1181,7 +1181,6 @@ static boost::shared_ptr<robot_nav_core::BaseGlobalPlanner> custom_planner_plugi
|
|||||||
return boost::make_shared<custom_planner::CustomPlanner>();
|
return boost::make_shared<custom_planner::CustomPlanner>();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Alias cho Boost.DLL (nếu muốn dùng boost::dll::import_alias)
|
|
||||||
BOOST_DLL_ALIAS(custom_planner_plugin, custom_planner)
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
// Alias cho Boost.DLL (nếu muốn dùng boost::dll::import_alias)
|
||||||
|
BOOST_DLL_ALIAS(custom_planner::custom_planner_plugin, CustomPlanner)
|
||||||
|
|||||||
Reference in New Issue
Block a user