Skip to content
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 in using fovis #18

Open
fujisys opened this issue Nov 26, 2015 · 4 comments
Open

Error in using fovis #18

fujisys opened this issue Nov 26, 2015 · 4 comments

Comments

@fujisys
Copy link

fujisys commented Nov 26, 2015

I try to run fovis by using the command:rosrun fovis_ros fovis_mono_depth_odometer

Then I get the following messages:

[ WARN] [1448431567.223441676]: fovis odometry status: NO_DATA
[ WARN] [1448431567.269142475]: fovis odometry status: INSUFFICIENT_INLIERS
[ WARN] [1448431567.330962002]: fovis odometry status: INSUFFICIENT_INLIERS
[ WARN] [1448431570.653291787]: fovis odometry status: REPROJECTION_ERROR

My environment: ROS hydro, Ubuntu 12.04 LTS

@miquelmassot
Copy link
Contributor

Hi @fujisys!

Can you tell us how did you install libfovis and fovis-ros?
It seems that you're using a bagfile. Have you set the ROS parameter use_sim_time to true?

@fujisys
Copy link
Author

fujisys commented Nov 26, 2015

I clone fovis and libfovis from github into a workspace.
And I use catkin_make to build them.

No, I don't use a bagfile.
I run fovis with kinect.

@plnegre
Copy link
Contributor

plnegre commented Nov 26, 2015

Hi @fujisys!

The message NO_DATA appears always at the beginning in the hydro version.
The message INSUFFICIENT_INLIERS means that there are not enough inliers to estimate the motion. Is the node publishing any odometry? I mean, when you subscribe to its odometry message, are you seeing any data?

The message REPROJECTION_ERROR, in stereo images, usually indicates that your calibration is bad.

@yudongFAU
Copy link

yudongFAU commented Jul 5, 2018

Hi @plnegre
i have also the fovis odometry status: INSUFFICIENT_INLIER , when i run fovis in Ubuntu 16.04, kinetic with Intel R200. and my launch file looks like this:

<remap from="/camera/rgb/image_rect"  to="$(arg camera)/rgb/image_rect_mono"/>

<remap from="/camera/rgb/camera_info" to="$(arg camera)/rgb/camera_info"/>

<remap from="/camera/depth_registered/image_rect"  to="$(arg camera)/depth/image_rect"/>

<remap from="/camera/depth_registered/camera_info" to="$(arg camera)/depth/camera_info"/>

and nothing can be seen by odometry message. Maybe any suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants