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
In Gazebo Classic/gazebo-yarp-plugins, it was possible to have a plugin-less model, and then include it in a model in which the gazebo controlboard plugin for its joints, for example something like:
This is not possible anymore with gz-sim-yarp-plugins, and for example created duplication in test files added in #232 . It would be great to support this pattern also in gz-sim-yarp-plugins .
The text was updated successfully, but these errors were encountered:
auto jointEntity = model.JointByName(_ecm, jointFromConfigName);
we should make sure that we also search for the joints of the nested models, and I guess somehow gz-sim allows that as gazebosim/gz-sim#1844 was solved.
In Gazebo Classic/gazebo-yarp-plugins, it was possible to have a plugin-less model, and then include it in a model in which the gazebo controlboard plugin for its joints, for example something like:
This is not possible anymore with gz-sim-yarp-plugins, and for example created duplication in test files added in #232 . It would be great to support this pattern also in gz-sim-yarp-plugins .
The text was updated successfully, but these errors were encountered: