Skip to content
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

Open
Talha771 opened this issue Jul 17, 2023 · 3 comments
Open

What do the the nodesrepresent, #9

Talha771 opened this issue Jul 17, 2023 · 3 comments

Comments

@Talha771
Copy link

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.

@reiniscimurs
Copy link
Owner

reiniscimurs commented Jul 17, 2023

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:
https://github.com/reiniscimurs/GDAE/blob/fc793eda8de23bed98ba3acd32908843c535510f/Code/GDAM_env.py#L103C1-L104C1

@Talha771
Copy link
Author

Talha771 commented Jul 17, 2023

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.

@reiniscimurs
Copy link
Owner

reiniscimurs commented Jul 17, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants