introlab / rtabmap

RTAB-Map library and standalone application
https://introlab.github.io/rtabmap
Other
2.83k stars 787 forks source link

Node highlighting addition to previous pull request #1348

Closed Nosille closed 1 month ago

Nosille commented 1 month ago

Sorry about the messy code in my previous PR. We have made multiple changes to Rtabmap over the last few years (often in a very hacky fashion), and I am trying to clean up and create pull requests for some of that code. However, as you noted, I inadvertently managed to grab a couple of pieces of code unrelated to the feature I was trying to share with you in the last PR. I appreciate your willingness to work with me anyway. I really like how it turned out, and I will try to be more careful in the future.

Along those lines, here is some code to properly highlight the graph poses that are currently selected.

matlabbe commented 1 month ago

Did some refactors and fixed this issue (highlighting not reset after changing node): Screenshot from 2024-09-28 10-21-59

Thanks again!