thien94 / orb_slam3_ros

A ROS implementation of ORB_SLAM3
GNU General Public License v3.0
261 stars 81 forks source link

Publish Keypoints (2D) from Tracked Images as ROS Topic #18

Closed shabpompeiano closed 8 months ago

shabpompeiano commented 10 months ago

Overview This PR introduces a new feature that enables orb_slam3_ros to retrieve keypoints from tracked images (2D pixel coordinates) and subsequently publishes them as a ROS topic (as PointCloud2, where z is 0 for each point). This enhancement is aimed at providing external modules with access to keypoints for various applications such as enhanced post-processing, analytics, or other vision tasks.

Changes

thien94 commented 8 months ago

This is awesome @shabpompeiano . Thank you greatly for your work. Looks good to me.