Replies: 1 comment
-
Looks good to me. One thing to point out is that the type that represents keypoints is not in the ROS/ROS2 common message types. You must create a custom message. |
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
-
Hello! I appreciate your work in supporting open-source visual SLAM.
I am currently working on a (non-CUDA) GPU implementation of the ORB feature extractor, and would love to connect it to
stella_vslam_ros
. Here's what I think my TODO list is:stella_vslam
calledsystem::feed_mono_keypoints
/system::feed_stereo_keypoints
which skips the ORB extraction and only runsundistort_keypoints
thenconvert_keypoints_to_bearings
andassign_keypoints_to_grid
, etc.stella_vslam_ros
calledcamera/keypoints
that then callssystem::feed_mono_keypoints
camera/keypoints
You know the
stella_vslam
codebase better than I do, so if I'm missing anything / there is something I should know, please let me know. Thanks!Beta Was this translation helpful? Give feedback.
All reactions