-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
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
What do the the nodesrepresent, #9
Comments
Hi, Line 140 is a publisher of topic of the nodes. Nodes, in general, mean the points of interest (POI) from the paper. But specifically the ones in line 140 are just used for debugging to see the front at each step where robot could place possible nodes. But you are right that the nodes are the blue dots in the map, specifically, the ones stored in this variable: |
Ooh, I thought they were some representation of the discrete points in space on the map. I've been wondering how the robot makes the occupancy grid for the map. |
Map is created with SLAM Toolbox plugin: https://github.com/SteveMacenski/slam_toolbox |
What does the variable "nodes" in line 140 of GDAE_env.py represent. Are these the blue dots in the map or each indiviudal coordinate in the map
Really appreciate your resources btw.
The text was updated successfully, but these errors were encountered: