MPNet icon indicating copy to clipboard operation
MPNet copied to clipboard

Motion Planning Networks

Results 14 MPNet issues
Sort by recently updated
recently updated
newest added

I saw on the paper that supplementary material of implementation parameters is available at http://sites.google.com/view/mpnet/home. I went through the website but did not find the training parameters. Can I get...

Hi, I have trained mpnet_trainer by running `python MPNET/train.py`, and am pointing `neuralplanner.py` to my trained models. Is `neuralplanner.py` supposed to be able to generate individual paths for a given...

Hello! I am trying to build this package in Ubuntu 18.04. As written in the instructions in README, I installed the dependencies including libbot2. However, when I successfully built libbot2...

When running `neuralplanner.py` on a sample 2D environment that is previously unseen (ie, environment 150 as an example), GPU utilization is only about 10%, and the planner takes about 10...

Hi Thank you for sharing your work, I am trying to reproduce the results. I downloaded the 2D sample data and run the following commands ``` Assuming paths to obstacles...

Hey, Don't know if this is an issue, but I'm looking into your paper and trying to reproduce your results. However, I'm stuck with the encoder network. I get roughly...

Hi there, I’m doing some work based on your project. Thanks for sharing your great work. I really need the data for complex 2D experiment because I do not know...

Hi, Thanks for your code. However, our trajectory generation seems does not work well. We can not see a complete trajectory from the viewer. The viewer shows trajectory generation procedure...

When compiling the dataset I got the following error: CMakeFiles/viewer.dir/main_viewer.cpp.o: In function `main': main_viewer.cpp:(.text.startup+0x2c): undefined reference to `g_thread_init' I think this is due to some updated version of the lcm...