Compare commits
1 Commits
540d79321b
...
a2bebb5be9
| Author | SHA1 | Date | |
|---|---|---|---|
| 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)
|
||||
|
||||
Reference in New Issue
Block a user