Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate new upstream APIs into ScenarIO Gazebo #252

Open
diegoferigo opened this issue Oct 20, 2020 · 1 comment
Open

Integrate new upstream APIs into ScenarIO Gazebo #252

diegoferigo opened this issue Oct 20, 2020 · 1 comment

Comments

@diegoferigo
Copy link
Collaborator

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.

@diegoferigo diegoferigo changed the title Use new World APIs for gazebo backend Integrate new upstream APIs into ScenarIO Gazebo Apr 7, 2021
@diegoferigo
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant