Closed SiyuanQi-zz closed 7 years ago
I just realize that discretizedWidth
and discretizedHeight
refers to the number of the grids. Never mind!
Hi! Glad you're taking a look at our codebase! One of the reasons you might be confused is that we have little documentation (and we don't have a docs site for the rrt, as our other projects do). I'm opening a new issue to try to get more docs and a docs site up.
Thanks for taking the time to look at our rrt! :smile:
In the
gridSquareForLocation
function of class ObstacleGrid here: original codeShouldn't the result be the following?
As I understand the code,
width
andheight
refers to the size of the whole space.discretizedWidth
anddiscretizedHeight
refers to the size of the grids. Correct me if I am wrong. Thank you!