You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, i need help with some issues.
first one is that im trying to integrat it with robomaster ep, qith monocular camera and seprated IMu unit that is integrated on the robot (and not with camera so not a realsense camera), the thing is, when i start orb slam i dont get feed on camera that i cant find where i should put the camera name so the frames will be shared with orb, i looked for monocular imu node.cpp but i havent found a line where to put the camera, should it be done with roscore, and creat a node for it ?
2nd thing is to integrate yolo5, i cloned it to the same workplace, and i exported the weights and pasted them in the orb slam directory (/home/Prject/ros1_ws/src/YOLO_ORB_SLAM) is it the correct thing to do ?
The text was updated successfully, but these errors were encountered:
Hi, so i let the IMU thing away and continued working with only monocular, now it works with ROS command but with no yolo detection, and with this ./Examples/Monocular/mono_tum Vocabulary/ORBvoc.txt Examples/Monocular/TUM1.yaml /home/raidhani/ros1_ws/src/YOLO_ORB_SLAM3/images but i get segmentation fault (core dumped) error, after debugging it, i found that this was ORB SLAM viwer, notice that im using exact the same environment as the article says
yes we can work together if you want to.
Hi guys, i need help with some issues.
first one is that im trying to integrat it with robomaster ep, qith monocular camera and seprated IMu unit that is integrated on the robot (and not with camera so not a realsense camera), the thing is, when i start orb slam i dont get feed on camera that i cant find where i should put the camera name so the frames will be shared with orb, i looked for monocular imu node.cpp but i havent found a line where to put the camera, should it be done with roscore, and creat a node for it ?
2nd thing is to integrate yolo5, i cloned it to the same workplace, and i exported the weights and pasted them in the orb slam directory (/home/Prject/ros1_ws/src/YOLO_ORB_SLAM) is it the correct thing to do ?
The text was updated successfully, but these errors were encountered: