gtrll / gpmp2

Gaussian Process Motion Planner 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug with params in MobileBase example

mfinean opened this issue · comments

The params in the MobileMap1 (used in MobileBaseFactorGraphExample) are set to have an env_size of [500,500] but the resultant map is [999,999] as a result of the add_obstacle function. The easiest solution here is to change the rows and cols in generate2Ddataset to be 1000 then everything works as intended and the dataset contains the correct params.

dataset.cols = 500; %x

We have moved to Python wrapper from Matlab. If you find this issue there, please feel free to submit a PR.