-
Notifications
You must be signed in to change notification settings - Fork 17
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
Unable to run properly on TUM-VI dataset #4
Comments
I would check your GTSAM version, I know the newer version have issues that I have not had time to debug. |
Thank you very much for your reply, but I have used the appropriate GTSAM version 4.2a5 with reference to the readme. Also, I'm able to run exp_eth.launch properly for the transformation of the mocap trajectories for the EuRoC dataset, but I have problems with exp_tum.launch for the TUM-VI dataset. Specifically, the nonlinear optimization seems to just end without performing the iteration, and the resulting extrinsics and trajectory are not as expected. Do I need to change some default parameter values in exp_tum.launch (I only specified the path to the rosbag and didn't change any other settings)? Or is there other solutions? Looking forward to your reply. Also, a more detailed run log is as follows, where you can see that the resulting parameters and time offset are both 0, which I don't think should make sense.
|
Hello,
I've encountered an issue while using the exp_tum.launch to run the TUM-VI dataset, such as the room scene. The nonlinear optimization does not seem to run correctly. (When I use exp_eth.launch to run the EuRoC dataset, it runs without any problems.) The log information related to this issue is as follows:
The L-M algorithm ends after 0 iteration, and the generated trajectory is also an incorrect result.
I would greatly appreciate it if you could provide some insight into why this might be happening. Could it be an error in my usage of the tool?
The text was updated successfully, but these errors were encountered: