hmakelin / gisnav

Estimates airborne drone global position by matching video to map retrieved from onboard GIS server.
https://hmakelin.github.io/gisnav
MIT License
47 stars 19 forks source link

Distribute logic to multiple specialized ROS nodes to improve maintainability #23

Closed hmakelin closed 1 year ago

hmakelin commented 1 year ago

Refactor from a single multiprocessing Python node to a more distributed system that should be easier to maintain:

hmakelin commented 1 year ago

Initial refactoring into multiple ROS nodes is now done. Will next focus on cleaning everything up. This is a major PR so will also update the documentation before merging.

hmakelin commented 1 year ago

Update: Refactoring should be done, now focusing on testing and updating documentation.