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

Error in Physics system: not in entity map #381

Closed
diegoferigo opened this issue Aug 30, 2021 · 0 comments
Closed

Error in Physics system: not in entity map #381

diegoferigo opened this issue Aug 30, 2021 · 0 comments

Comments

@diegoferigo
Copy link
Collaborator

With the most recent devel version, running a simulation with ScenarIO Gazebo results in a long list of the following error:

[Err] [Physics.cc:2163] Internal error: link [876] not in entity map
[Err] [Physics.cc:2163] Internal error: link [878] not in entity map
[Err] [Physics.cc:2163] Internal error: link [880] not in entity map
[Err] [Physics.cc:2163] Internal error: link [882] not in entity map
[Err] [Physics.cc:2163] Internal error: link [885] not in entity map
[Err] [Physics.cc:2163] Internal error: link [887] not in entity map
[Err] [Physics.cc:2163] Internal error: link [890] not in entity map
[Err] [Physics.cc:2163] Internal error: link [892] not in entity map

I open this issue only as a reminder and for future reference. The setup where this is occurring has an updated ScenarIO version but an outdated Ignition Gazebo version, old enough to miss the support of preventing the default loading of the server plugins #289.

In general, this error will occur if the upstream Physics system is somehow loaded instead of our vendored system. In the setup described above, this was loaded from the server.config (behavior disabled in #379):

[Msg] No systems loaded from SDF, loading defaults
[Dbg] [ServerConfig.cc:920] Loaded (3) plugins from file [/home/dferigo/.ignition/gazebo/server.config]
[Dbg] [Physics.cc:687] Loaded [ignition::physics::dartsim::Plugin] from library [/usr/local/src/workspace/install/lib/ign-physics-4/engine-plugins/libignition-physics-dartsim-plugin.so]

If this happens on your system, make sure that the correct Physics system is loaded.

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