Roshan Dhakal

Results 4 issues of Roshan Dhakal

In the example figure below, the goal is to put block B in red region. First, I want r0 to move block B closer towards r1. Then r1 takes block...

![image](https://user-images.githubusercontent.com/30138013/163512508-5ffb5072-488a-4b76-a0bb-3d502ccb1a74.png) I tried to make some changes but still there were some value errors.

Currently, it has `def get_nth(generator, n=0): return next(islice(generator, n), None)` When it should be?: `def get_nth(generator, n=0): return next(islice(generator, n, None))`

Hi, When I try to use prior to load procthor-dataset, it throws me the following error: ` File "/usr/local/lib/python3.8/dist-packages/prior/__init__.py", line 273, in load_dataset git_lfs_cmd = _get_git_lfs_cmd() File "/usr/local/lib/python3.8/dist-packages/prior/__init__.py", line 92,...