-
Notifications
You must be signed in to change notification settings - Fork 822
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Make Indigo #45
Comments
Test another fork with a indigo-devel branch. I am using srv( https://github.com/srv/ORB_SLAM.git |
Thanks a lot for the help. I am currently trying this fork and I have bumped into a problem when launching the orb_slam.launch file. I obtain the following in the terminal: Vocabulary loaded! Camera Parameters:
ORB Extractor Parameters:
However, the window titled "/image", which appears when running the launch file is grey and the RViz opens and mentions the following warning: Global Status: Warn I suppose I can't get it work because I didn't edit the launch file correctly. I was not sure where to insert the topic I was receiving the raw video stream from. Could you please tell me where in the launch file I should insert the topic I am subscribing to in order to receive the raw video stream? I would appreciate it a lot if you could tell me what I am doing wrong based on the error information above or if I should launch orb_slam differently. |
I suggest you start first with the example sequence from the readme. With
When you manage to run with this. Next step is to try your own data you basically need two things. Calibration parameters in the Opencv Good Luck On 14 July 2015 at 22:29, NilsL3 [email protected] wrote:
|
Thanks a lot for the detailed explanation. I'll keep you up to date on how I'm doing. |
I have tried executing orb_slam with the provided dataset, but I still have had no success. I followed your instructions, I made the according modifications to the launch file and then I used "roslaunch" to execute the launch file. And then I used "rosbag play" to play the dataset, but the image view window now titled "ORB_SLAM/Frame" is black and in the bottom corner a text mentions the following: "WAITING FOR IMAGES. (Topic: /camera/image_raw)". The Rviz window is blank and I still have the following error: When playing the dataset sequence, there are no changes neither in the image view window nor Rviz. |
Use the rqt application to double check that your bag is playing and see
|
I have used the rqt application and I can view the dataset sequence on the "/camera/image_raw" topic, however the "ORB_SLAM/Frame" image view window remains black and in the bottom corner of this window a message announces the following "WAITING FOR IMAGES. (Topic: /camera/image_raw)". |
I tried a different fork and I got orb_slam to work with the dataset sequence. Thanks a lot for the help. |
No problem. |
I am having similar problems. Camera is working on camera/image_raw and I can view ORB_SLAM/Frame using image_view, but I am still getting |
Just incase anyone encounter the same issue. Make sure the lunch file (ExampleGroovyOrNewer.launch) load the type 'orb_slam' not 'ORB_SLAM' There will be a few more errors regarding the libraries of the Thirdparty. |
Hi Pierre, To fix this error you have to change in the Global Options-> Fixed Frame to Best Lucas On 1 November 2015 at 13:41, Pierre Moulon [email protected] wrote:
|
Hello, |
Hello mhzaki, The fork which worked for me is the following: bmagyar/ORB_SLAM |
hello @NilsL3 |
Hi @mhzaki |
@NilsL3 how is it exactly working ? I have done the setups mentioned in the README.md file. can you explain briefly about your observation ?? |
@weblucas : Hi..I have done with the setups mentioned. what is the vocab file ? I couldn't understand certain things..you seemed to have good knowledge on it. Could you explain the complete process ? I am ready with the setups |
Hello,
I am currently using Ubuntu 14.04 + ROS Indigo. I have cloned the ORB_SLAM repository to my catkin workspace and all of the necessary dependencies are installed, but when I launch "ExampleGroovyHydro.launch" then I get the following error:
ERROR: cannot launch node of type [ORB_SLAM/ORB_SLAM]: can't locate node [ORB_SLAM] in package [ORB_SLAM]
And indeed I cannot find the ORB_SLAM node within the package. Also when I run the following instruction: rosrun ORB_SLAM ORB_SLAM PATH_TO_VOCABULARY PATH_TO_SETTINGS_FILE, I get:
[rosrun] Couldn't find executable named ORB_SLAM below /home/nils/catkin_ws/src/ORB_SLAM.
Does anyone know how I could solve this error? I would appreciate it a lot. Regards.
The text was updated successfully, but these errors were encountered: