-
Notifications
You must be signed in to change notification settings - Fork 162
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
Tutorial worked first time only #40
Comments
Don't know if it is relevant but I get these messages when building: /home/karl/catkin_ws/src/ethzasl_sensor_fusion/ssf_updates/src/viconpos_sensor.cpp: In member function ‘void PositionSensorHandler::measurementCallback(const TransformStampedConstPtr&)’: |
Also logged at ROS answers: http://answers.ros.org/question/217554/ethzasl_sensor_fusion-only-works-first-time/ |
hi,ButlerRobotics , |
@robberm No sorry. Love to know what the issue is but no one seems to know. Please let me know if you figure it out. |
Make sure that in viconpos_sensor.cpp you commented only IF part of "// take covariance from sensor", ELSE part should not be commented. |
@ButlerRobotics Hi,ButlerRobotics,
Now I was completely obsessed with this. Plz help me! |
@ButlerRobotics Excuse me! I would like to know if you finally succeeded. I am a novice in this area andmeet the same problem as you did. |
Strangest thing happened at the end of completing the getting started tutorial:
http://wiki.ros.org/ethzasl_sensor_fusion/Tutorials/getting_started
I followed the instructions and then ran the launch file. I see the graph working as expected (updated to rqt_plot). I then let the bag file run until it gets to the end. I'm thinking so far so good but then I try to run it again, now it won't work for me.
I have tried reinitialization everything again. I try over and over. The graph is now flat lining. I can't understand why it would only work once when nothing has changed.
The only thing that I can think of that may be different each time, is the time that I initialize the filter. This is always different as I stop the bag file after running it for approximately 1 second and then initialize as per instructions.
I either get an error warning:
=== ERROR === update: NAN at index 0
=== ERROR === prediction p: NAN at index 0
Or I get this message:
[ WARN] [1441884003.214357239]: large time-gap re-initializing to last state
And sometimes this:
[ WARN] [1441884003.679369485]: Negative scale detected: -0.39217. Correcting to 0.1
It is different depending on where the 'play head' is when I initialize.
I am running Indigo on Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: