You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tracks the migration effort for the gz-system and plugin shared libs.
This also FOLDS IN THE REMAINING SDF ATTRIBUTE CHANGES!!!
Notes
They should be merged in topological order
This should preferably be merged after the macro migration
❗❗❗The CMake project name migration has to happen first, since this set of PRs assumes that has already happened (the project names affect certain CMake variables that feed into this, the PR assumes the gz variants for project names are used.)
methylDragon
changed the title
ign to gz : Shared Libs (systems and plugins)
ign to gz : Shared Libs (systems and plugins) (Pending CMake Project Name Migration)
Jun 14, 2022
// Deprecated: accept ignition-gazebo-prefixed systems
auto filename = _filename;
if (filename.find("ignition-gazebo") != std::string::npos)
{
filename.replace(0, 15, "gz-sim");
gzwarn << "Trying to load deprecated plugin [" << _filename
<< "]. Using [" << filename << "] instead." << std::endl;
}
methylDragon
changed the title
ign to gz : Shared Libs (systems and plugins) (Pending CMake Project Name Migration)
ign to gz : Shared Libs and SDF attributes (systems and plugins)
Jun 27, 2022
Part of: #698
This tracks the migration effort for the
gz
-system
and plugin shared libs.This also FOLDS IN THE REMAINING SDF ATTRIBUTE CHANGES!!!
Notes
gz
variants for project names are used.)Libs
Moved
gazebo.ign
,gazebo_plugins.ign
gazebo_factory
,gazebo_server
,gazebo_gui
GazeboGui
,GazeboServer
,GazeboFactory
Replaced
executable name='gazebo
ignition-launch-gazebo-factory
gazebo-server
,gazebo-client
The text was updated successfully, but these errors were encountered: