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

Can not run example #1

Open
tekinengin opened this issue Dec 5, 2022 · 1 comment
Open

Can not run example #1

tekinengin opened this issue Dec 5, 2022 · 1 comment

Comments

@tekinengin
Copy link

Hi,

I try to run python run_pybullet.py -problem detect_block but i get the following. Is it possible to provide kitchen_part_right_gen_convex.urdf?

(pl) XXX:~/SS-Replan$ python run_pybullet.py -problem detect_block
pybullet build time: Dec  5 2022 18:28:03
Use Track IK: False
Tasks: ['detect_block', 'hold_block', 'inspect_drawer', 'swap_drawers', 'sugar_drawer', 'cook_block', 'stow_block']
Random seed: 2147483648
Numpy seed: 2147483648
No display detected!
/home/user/SS-Replan/src/../models/kitchen_description/urdf/kitchen_part_right_gen_convex.urdf
Traceback (most recent call last):
  File "/home/user/SS-Replan/run_pybullet.py", line 126, in <module>
    main()
  File "/home/user/SS-Replan/run_pybullet.py", line 76, in main
    world = World(use_gui=True)
  File "/home/user/SS-Replan/src/world.py", line 95, in __init__
    self.kitchen = load_pybullet(KITCHEN_PATH, fixed_base=True, cylinder=True)
  File "/home/user/SS-Replan/ss-pybullet/pybullet_tools/utils.py", line 512, in load_pybullet
    body = p.loadURDF(filename, useFixedBase=fixed_base, flags=flags,
pybullet.error: Cannot load URDF file.
@zhangbo9426426
Copy link

Hi,

I try to run python run_pybullet.py -problem detect_block but i get the following. Is it possible to provide kitchen_part_right_gen_convex.urdf?

(pl) XXX:~/SS-Replan$ python run_pybullet.py -problem detect_block
pybullet build time: Dec  5 2022 18:28:03
Use Track IK: False
Tasks: ['detect_block', 'hold_block', 'inspect_drawer', 'swap_drawers', 'sugar_drawer', 'cook_block', 'stow_block']
Random seed: 2147483648
Numpy seed: 2147483648
No display detected!
/home/user/SS-Replan/src/../models/kitchen_description/urdf/kitchen_part_right_gen_convex.urdf
Traceback (most recent call last):
  File "/home/user/SS-Replan/run_pybullet.py", line 126, in <module>
    main()
  File "/home/user/SS-Replan/run_pybullet.py", line 76, in main
    world = World(use_gui=True)
  File "/home/user/SS-Replan/src/world.py", line 95, in __init__
    self.kitchen = load_pybullet(KITCHEN_PATH, fixed_base=True, cylinder=True)
  File "/home/user/SS-Replan/ss-pybullet/pybullet_tools/utils.py", line 512, in load_pybullet
    body = p.loadURDF(filename, useFixedBase=fixed_base, flags=flags,
pybullet.error: Cannot load URDF file.

Hello, I also encountered the same problem, may I ask you to solve it

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

2 participants