Replies: 2 comments 5 replies
-
Provide the output of
while running |
Beta Was this translation helpful? Give feedback.
0 replies
-
Please be careful not to throw personal questions into Issue. Asking a personal question is fine, but it is the wrong place to do it. Be sure to check if there is a place for questions. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi!
i`ve built successfully ROS node and try to start it:
also i start SockerViewer:
i see camera topics and it publish:
and i see that stella-vslam started OK:
but i do not see subscriber to camera/image_raw and nothing in browser.
stella-vslam is working OK when i use it by itself with example:
./run_video_slam -v ./orb_vocab.fbow -m ../aist_living_lab_1/video.mp4 -c ../example/aist/equirectangular.yaml --frame-skip 3 --no-sleep --map-db-out map.msg
i built ROS node with:
catkin_make -DUSE_PANGOLIN_VIEWER=OFF -DUSE_SOCKET_PUBLISHER=ON
i also tried to start in debug mode:
but no result
Beta Was this translation helpful? Give feedback.
All reactions