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
gazebosim/gz-sim#378 introduces a new World class with some useful method. As we already do for Link and Joint, we should rely on these upstream helpers when we can.
The text was updated successfully, but these errors were encountered:
gazebosim/gz-sim#325 collects upstream contributions providing high-level APIs that could simplify the ScenarIO Gazebo classes and helpers.
It's worth noting that adding many components to ecm.Each calls currently might introduce a small overhead gazebosim/gz-sim#711. There are cases where our implementation (not calling the upstream APIs) uses less components, and in this case we'd better keep our custom call.
gazebosim/gz-sim#378 introduces a new
World
class with some useful method. As we already do forLink
andJoint
, we should rely on these upstream helpers when we can.The text was updated successfully, but these errors were encountered: