-
Hi Caelan, thanks for sharing your code.
I chose to start with the simplest algorithm, so I'm trying to run the incremental algorithm on the kitchen example. I have commented "stream sample-motion" i…
-
![image](https://user-images.githubusercontent.com/30138013/142272723-ea6f0b64-5e54-496e-843f-81f63bbc0b36.png)
I want to plan when there is a obstacle like shown in the figure. The obstacle is a b…
-
In PDDLStream formulation, the planner can plan more efficiently if we can break the free motions into two segments - `start conf to home conf` and `home conf to end conf`.
@yck011522 would you mi…
-
Hello, I've tried to change the robot in the 'Kuka Cleaning and Cooking' scenario, using the Franka Panda arm (without hand). Here are the changes I did:
- pybullet_tools/kuka_primitives.py
```
TOO…
-
Hi,
When running the tamp example (from main branch), with or without --cfree flag plans ignore collision. Is there something else I need to change? I am also getting the following warnings that se…
-
Hi. As the number of arguments in my PDDL actions have grown, I've noticed solving the underlying PDDL problem has become more and more of a limiting factor. I believe this could be mitigated substa…
-
Hi,
Is there any particular version of GCC to complete the installation? I tried both python 2.7 and 3.7 with GCC 9.3.
after running `cd control_tools/ik && python setup.py build`
```bash
bu…
-
Pybullet examples don't have visualization except for pr2_belief. Is it by default and I have to make changes on the code or am I doing something wrong? The following screenshot is the only output I g…
-
[problem.pddl.txt](https://github.com/ctpelok77/kstar/files/4886742/problem.pddl.txt)
[domain.pddl.txt](https://github.com/ctpelok77/kstar/files/4886743/domain.pddl.txt)
I'm using the following co…
-
There seems to be something wrong with the version of fast downward that is included here? I think it has to do with the blind search heuristic. It fails to solve trivial problems.
Here is a minim…