CustomPlanner
This commit is contained in:
parent
540d79321b
commit
a2bebb5be9
|
|
@ -1181,7 +1181,6 @@ static boost::shared_ptr<robot_nav_core::BaseGlobalPlanner> custom_planner_plugi
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user