-
Notifications
You must be signed in to change notification settings - Fork 64
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
Reconstruction.yaml missing from stereo slam package #3
Comments
Hey, Content
My Best |
Thank you. Have you got this package up and running? I need a bit of help. LN On 12 August 2015 at 02:19, Markus Solbach [email protected] wrote:
|
No big deal. :) |
Thank you once again. I was not able to run it at all. I got few more ERROR: cannot launch node of type [stereo_slam/collector]: can't locate Do you have this node? On 12 August 2015 at 02:27, Markus Solbach [email protected] wrote:
|
I am trying to find from the commits, but please let me know if you had LN On 12 August 2015 at 02:33, Jagadeesh Sparrow [email protected] wrote:
|
Yes, you are right. This node is missing currently and was part of stereo_slam one year ago (https://github.com/srv/stereo_slam/tree/3dc6cbf6263e56121030af05504a4fd92639eff3/src). |
Any idea why this is happening? Is it supposed to be a update? On 12 August 2015 at 03:04, Markus Solbach [email protected] wrote:
|
I am using Ros Indigo. I think the commits you showed are from Hydro. On 12 August 2015 at 03:24, Jagadeesh Sparrow [email protected] wrote:
|
Hey mate. Any help? Just wanted to know if you got somewhere. Check this On 12 August 2015 at 02:19, Markus Solbach [email protected] wrote:
|
so... I have it running without any errors. I am also able to visualize the odometry in rviz. Since I don't have loop-closing data and my images are bigger than 700px ( in width, less is recommended(!) ) I am not able to test the whole algorithm. But I think with the following steps, you can push your progress.
You will discover that the devel branch doesn't have any launch file and some files are missing (msg, launch) and the CMakeLists.txt is not complete. Let's work on that: Missing file stereo_crop_decimate.launch
Missing messages
Missing Launch FileCopy the following lines and place it in catkin_ws/src/stereo_slam/stereo.launch
Please let me know if that helped. Also if you are able to reconstruct or get the graph_viewer running, tell me. |
Hi Solbach, Your input is very helpful. The program can run on my side, but there is still one issue. I can't view the topic /graph_camera_odometry in rViz, the reason is that the frame_id is empty. I am not sure what the reason is. Does it work well on your side? BTW, it is really appreciated if you can share a input bag file with me. Thanks a lot Yanming |
Hey, Cheers |
I am trying to use a stereo slam package,and by following the instructions, I completed the installation. I am trying to run this slam with drcsim Atlas bot, spawned in a gazebo vrc task environment.
Now, by editing the demo.launch file of the package, I can link the stereo_slam package to subscribe to topics which provide with the stereo pair of images. The edited launch file
When executing
I get the following error
Upon searching, neither directory /etc nor the file reconstruction.yaml exited. Has anybody made use of this package? If yes, can you please tell me how to solve this? Is it a file and folder I should create by myself? Thanks in advance
The text was updated successfully, but these errors were encountered: