-
Notifications
You must be signed in to change notification settings - Fork 767
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
RangeISAMExample Error 'gtsam::ValuesKeyDoesNotExist' #1130
Comments
You are right. The initialization was totally wrong. Probably was originally the smaller plaza1 dataset. |
@dellaert thank you for the quick reply. After pulling a different error occurred. `[100%] Built target RangeISAMExample_plaza2 Thrown when a linear system is ill-posed. The most common cause for this |
Hmm. I don’t have this. Try with a different random seed for |
Error still occurs with other random seeds. The same instance is thrown but is detected near other variables |
Still not solved, do you think it has something to do with the config @dellaert ? |
Turns out it was a parsing error in c++, see #1131 . Waiting on @jerredchen to approve and merge that PR, which now also has a notebook example with graphics. See PR for more details. |
I am fairly new to GTSAM and am trying to run the RangeISAMExample.cpp. When I run the code as is I get the following error:
[100%] Built target RangeISAMExample_plaza2 terminate called after throwing an instance of 'gtsam::ValuesKeyDoesNotExist' what(): Attempting to at the key "L2", which does not exist in the Values. Aborted (core dumped) make[3]: *** [examples/CMakeFiles/RangeISAMExample_plaza2.run.dir/build.make:57: examples/CMakeFiles/RangeISAMExample_plaza2.run] Error 134 make[2]: *** [CMakeFiles/Makefile2:21082: examples/CMakeFiles/RangeISAMExample_plaza2.run.dir/all] Error 2 make[1]: *** [CMakeFiles/Makefile2:21089: examples/CMakeFiles/RangeISAMExample_plaza2.run.dir/rule] Error 2 make: *** [Makefile:8556: RangeISAMExample_plaza2.run] Error 2
The text was updated successfully, but these errors were encountered: