-
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
Problem with global planning #16
Comments
Global planning is executed via POI and their generation is part of this program. While heuristics exist here, they should be taken from the heuristics repo. Local planning is executed via DRL policy that outputs an action which is used as input in the step function. |
Thanks for your clear answer. |
The trajectory generation is already in the code here. I think what would help better is following some |
Where is this subscribed topic published? |
You have to create your navigation stack and publish it: |
Hi Reinis Cimurs,I have a question to ask you. |
odom and map frames drift over time so you need to update the goal position in regards to this drift in odom frame. I do not recall the details but I think you are correct that goal is updated to fit the odom frame. |
https://github.com/reiniscimurs/GDAE/blob/main/Code/GDAM_env.py#L626 |
|
Hi Reinis Cimurs, first of all, thank you very much for sharing.
I have a question about this program. Does this program include local planning and global planning?
The text was updated successfully, but these errors were encountered: