Giter Site home page Giter Site logo

caelan / ss-replan Goto Github PK

View Code? Open in Web Editor NEW
60.0 5.0 19.0 9.28 MB

Online Replanning in Belief Space for Partially Observable Task and Motion Problems

Home Page: https://arxiv.org/abs/1911.04577

Python 100.00%
robotics planning-algorithms pddl motion-planning partial-observability stochasticity belief-space pybullet pddlstream manipulation

ss-replan's Introduction

SS-Replan

Online observation, estimatation, planning, and control for a Franka Panda Robot operating in NVIDIA SRL's simulated kitchen environment.

Installation

SS-Replan supports both Python 2 and Python 3.

  • Install Git LFS
  • $ pip install numpy scipy pybullet sklearn
  • $ git lfs clone --branch master --recurse-submodules https://github.com/caelan/SS-Replan.git
  • $ cd SS-Replan
  • SS-Replan$ git lfs install
  • SS-Replan$ ./pddlstream/FastDownward/build.py release64
  • SS-Replan$ cd ss-pybullet/pybullet_tools/ikfast/franka_panda
  • SS-Replan/ss-pybullet/pybullet_tools/ikfast/franka_panda$ ./setup.py

It's also possible to use TRAC-IK instead of IKFast; however it requires installing ROS ($ sudo apt install ros-kinetic-trac-ik).

PyBullet Examples

  • SS-Replan$ git pull
  • SS-Replan$ git submodule update --init --recursive
  • SS-Replan$ ./run_pybullet.py [-h]

IsaacSim Examples

Executed using the IssacSim 3D robot simulation environment.

Real-World Examples

Citation

Caelan R. Garrett, Chris Paxton, Tomás Lozano-Pérez, Leslie P. Kaelbling, Dieter Fox. Online Replanning in Belief Space for Partially Observable Task and Motion Problems, IEEE International Conference on Robotics and Automation (ICRA), 2020.

Publications

Videos

Resources

  • This repository uses PDDLStream to perform hybrid robotic planning.
  • PDDLStream leverages FastDownward, a classical planner, as a discrete search subroutine.
  • Common robotics primitives are implemented using PyBullet.

PDDLStream

PDDL and FastDownward

PyBullet

ss-replan's People

Contributors

caelan avatar cpaxton avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ss-replan's Issues

Can not run example

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.