We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intelligent_robot_systems_2016/art_autonomous_exploration/src/topology.py
Lines 136 to 137 in 5dd96db
for i in range(1, img.shape[0] - 1): for j in range(1, img.shape[1] - 1):
The text was updated successfully, but these errors were encountered:
Yes, you're right, it needs 1 instead of 0
Sorry, something went wrong.
Optimization extra etsardou#2
b0bd2d0
etsardou
No branches or pull requests
intelligent_robot_systems_2016/art_autonomous_exploration/src/topology.py
Lines 136 to 137 in 5dd96db
Should this wrap to the other side of the image or the correct is:
The text was updated successfully, but these errors were encountered: