-
Notifications
You must be signed in to change notification settings - Fork 38
Added tmap2 support for navigation.py and execute_policy #45
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
How do you tell navigation to use tmap2? It looks like it is hard coded as False?
|
should be
or better still
|
Yes, sorry I had intended to have a discussion about that at some point but it slipped my mind. I wasn't sure if it is a better idea to have that as a launch param or a command line arg like you have done in localization.py. I will add it as an arg for now like the other script. |
Getting another error when running navigation with tmap2
|
So we need the edge id field to run the navigation and test this PR properly. The edge id field is included in #44. So perhaps that should be merged first @Jailander ? |
Yeah and also we would need to modify the search_route.py to support tmap2 as well for this to work correctly |
b9df92a
to
c53b5ed
Compare
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.
This Works! :)
This adds the compatibility to tmap2 for navigate.py and execute_policy_server.py and also merges the actions serves for both in a single node.
Still pending all testing, which i will try to complete soon