-
Notifications
You must be signed in to change notification settings - Fork 9
update depencies & manage consequences & update readme & add grid_map to lib.rs & add dijkstra motion planning #3
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
Conversation
f991554
to
31f386f
Compare
added dijkstra algorithm with some read me enhancements |
Sorry, I didn't notice because there was an issue with my notifications. Is it okay if I review this and merge it if there are no issues? |
The Dijkstra works but still lacks a "heap" which will remove the linear search for shortest distance as it removes complexity. What do you think? We wait for the heap or we proceed like this ? |
Thank you for checking! Since time isn’t pressing on my end, I think waiting for the heap implementation to enhance the algorithm's efficiency is the way to go. Of course, it also hinges on your schedule. |
Yes, i will modify it. |
dbc62a8
to
2528660
Compare
@rsasaki0109 I have made the necessary changes. Can you review it please ? |
img/dijkstra_planner.svg
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rsasaki0109 I have already opened an issue about this in RustGnuplot repo. let's see what will be the solution.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SalahEddineGhamri
I have completed the review, so please check it out.
working lazy dijkstra working dijkstra planner adding gif for dijkstra using heap instead of search min Update README.md
@rsasaki0109 thank you for the valuable review notes. I have adopted them. |
Thank you for the changes! I've merged the pull request! As soon as there is a response regarding 'RustGnuplot,' let's make the necessary changes. |
ekf.rs
a little change to how Normal distribution is created.staenely_controller.rs
This pull request includes answers #4