-
Notifications
You must be signed in to change notification settings - Fork 135
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
Aruco_detect detects 1 marker before dying #144
Comments
I have two problems, I can't change do_pose_estimation to false, if I do it in the launch file, it is still appearing as true in parameters when I run the launch file. And the error that is breaking down my node is due to this function
It seems that frameNum is below 5. |
I think that the error is due to the topic camera_info that is incomplete in the simulation of the realSense camera. I have try with a more simple camera and everything was fine.
|
Since the solution seems to be just calibrating the camera, i am closing this issue. |
I think that the case where there is calibration data, but it is invalid should be handled more gracefully. I will implement a fix, in the next week or two. |
That seams reasonable |
Hi, I do not know if this is still active, but I faced a similar issue with a (simulated) d435 from https://github.com/pal-robotics/realsense_gazebo_plugin I do not know if the problem is the same, but for me the issue was here: fiducials/aruco_detect/src/aruco_detect.cpp Lines 320 to 322 in 1ae8a13
the node crashed because the simulated camera does not fill the D with anything. For now I solved modifying the code of the simulated camera, filling the field with zeros as aruco_detect expect |
I have a small issue with Aruco_detect, when I launched it, I got this :
The log file is empty. I am not quite sure about my launch file, I have tried to modify it to run with the published topic of my Realsense camera that come from my simulation. The topic from the camera works fine.
My launch file :
The text was updated successfully, but these errors were encountered: