-
Notifications
You must be signed in to change notification settings - Fork 0
Global Path HTTP Module #70
Global Path HTTP Module #70
Conversation
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.
Great work! What do you think about importing common functions from global_path.py
in node_mock_global_path.py
instead of vice versa (how it currently is) so that it can be standalone. I think this would also require converting the ROS parameters you added for mgp_main to constants.
Also how about adding some functionality in node_mock_global_path.py
to publish or post depending on a ros parameter
Let's discuss about integration with WEB and NET in the soft-wide meeting on Saturday (I added a discussion topic in the meeting notes, feel free to add to it)
Yeah it definitely makes more sense to do it the other way around, I agree. For sure, lets discuss it more in the meeting on Sat. |
node_mock_global_path now depends on global_path.py
…9' of https://github.com/UBCSailbot/local_pathfinding into user/SPDonaghy/Global-path-part-2-return-of-the-path-#69
Following up on our discussion today, plan for tests is to read from DB directly instead of |
no data populated so test fails
I'm guessing tests are still failing because ports aren't being forwarded. In sailbot workspace this is done in devcontainer.json, but that isn't used for running CI (just the compose files are) |
Sorry I'm a little confused, what action is needed from me? |
It was a note for myself, will fix it when I have time (sometime this week) |
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.
Finally got CI to pass. It would have been much simpler with a monorepo. Have you created an issue to use the NET endpoint once it's implemented yet?
Description
Aside from the Issue, I made some small changes, here and there, to my work on the previous PR, just some renaming and set write to False in the mgp test file.
Verification
Resources