Replies: 1 comment
-
|
We also have an important suggestion for your project scope: we strongly recommend porting mature open-source mapping and localization nodes into the Dora framework, rather than developing them entirely from scratch. For example, you can integrate high-performance open-source solutions like lightning-lm |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello mentor,
I have been going through this project and found it overlapping with my previous work on ROS2-based AMRs with SLAM, sensor fusion, and real-world deployment, I'm new to DORA so I wanted to understand a few things
Also I read the discussion #1513 and wanted to ask a doubt
Since the map is static and shared in a one-to-many manner, is the recommended approach for each operator (like localization) to cache the map after the initial subscription, or should it rely on continuous access through the topic ?
Just trying to understand the expected design pattern in DORA for handling such large but static data efficiently.
Beta Was this translation helpful? Give feedback.
All reactions