update file voxel_layer
This commit is contained in:
@@ -429,10 +429,10 @@ namespace costmap_2d
|
||||
}
|
||||
|
||||
// Export factory function
|
||||
static PluginStaticLayerPtr create_directional_plugin() {
|
||||
static PluginLayerPtr create_directional_plugin() {
|
||||
return std::make_shared<DirectionalLayer>();
|
||||
}
|
||||
|
||||
// Alias cho Boost.DLL (nếu muốn dùng boost::dll::import_alias)
|
||||
BOOST_DLL_ALIAS(create_directional_plugin, create_plugin_static_layer)
|
||||
BOOST_DLL_ALIAS(create_directional_plugin, create_plugin)
|
||||
}
|
||||
Reference in New Issue
Block a user