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

Searching bullet source files in wrong folder #195

Open
CommanderCero opened this issue Jun 20, 2019 · 0 comments
Open

Searching bullet source files in wrong folder #195

CommanderCero opened this issue Jun 20, 2019 · 0 comments

Comments

@CommanderCero
Copy link

CommanderCero commented Jun 20, 2019

Hello,

when executing the following Code-Snippet with gdb:

from roboschool.scene_abstract import SingleRobotEmptyScene
scene = SingleRobotEmptyScene(gravity=9.8, timestep=0.0165, frame_skip=1)
scene.episode_restart()
scene.cpp_world.load_mjcf('/home/username/anaconda3/lib/python3.7/site-packages/roboschool/mujoco_assets/inverted_pendulum.xml')

I get the following Error-Message:
Program received signal SIGILL, Illegal instruction.
btMatrix3x3::setRotation (this=0x7fffffffb410, q=...)
at /root/.forked_bullet/include/bullet/LinearMath/btMatrix3x3.h:211
211 /root/.forked_bullet/include/bullet/LinearMath/btMatrix3x3.h: No such file or directory.

So for some reason it tries to find the bullet files in the folder of the /root/ user.
But I never had the forked_bullet in the /root/ folder its under /home/username/.

@CommanderCero CommanderCero changed the title Loading Models causes IPython Kernel to die Searching bullet source files in wrong folder Jul 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant