parameter order when calling atan2() seems wrong
limuyiju opened this issue · 1 comments
limuyiju commented
Neural-SLAM/env/habitat/exploration_env.py
Line 495 in 8876e1e
The library function is: math.atan2(y, x)
But the usage here seems math.atan2(x, y)
Should the parameters x/y order be changed?
devendrachaplot commented
The usage is correct, it depends on how x and y axis are used in mapping for spatial transformation.