-
Notifications
You must be signed in to change notification settings - Fork 92
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
make error #15
Comments
What version of GTSAM are you using? On disabling optimize native, it's just checking OFF the CMake flag |
Thank you for your reply ! |
Nope... use On the "ISAM2Params" error, I think that we introduced that structure into gtsam after the release of 4.0.0... Please, take the latest release, from yesterday, I think ;-) |
Any news on this problem? |
Hi,
I am facing a similar problem. Can you describe which fork of gtsam to use
for successful use with MOLA and how to actually build it with cmake-gui or
command prompt on ubuntu 16.
Thanks
Alex
…On Wed, Oct 2, 2019 at 6:19 AM Jose Luis Blanco-Claraco < ***@***.***> wrote:
Any news on this problem?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#15?email_source=notifications&email_token=ACMUMV537QJDZ7CR2E5SG7DQMO5H5A5CNFSM4IYIC6C2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEACY7WA#issuecomment-537235416>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACMUMVZBJITJYP2GNNC5XLLQMO5H5ANCNFSM4IYIC6CQ>
.
|
You can use the current gtsam master branch, and build it with:
You'll need to upgrade cmake to 3.9 or newer. I prefer downloading cmake sources and building them setting
Then go on with the normal compilation of
|
Hi @jlblancoc Thank you for the detailed instructions.
Should I make gtsam with Thanks Alex |
I changed my ubuntu system version from 16.04 to 18.04, and there were no errors. Thanks a lot for your answer! |
@carleft :
Great!
If you want to use ros, gtsam, mola, all together, probably the easiest solution is to:
All programs should now have found ROS' version of Eigen. |
Hello!
I have a error when I making this program :
/home/tb/workspace/mola/modules/mola-slam-gtsam/src/ASLAM_gtsam.cpp:205:20: error: ‘ISAM2UpdateParams’ is not a member of ‘gtsam’ ->gtsam::ISAM2UpdateParams updateParams;
home/tb/workspace/mola/modules/mola-slam-gtsam/src/ASLAM_gtsam.cpp:205:20: note: suggested alternative: ‘ISAM2Params’ ->gtsam::ISAM2UpdateParams updateParams;
/home/tb/workspace/mola/modules/mola-slam-gtsam/src/ASLAM_gtsam.cpp:206:13: error: ‘updateParams’ was not declared in this scope ->updateParams.newAffectedKeys =
And I also met lots of note like this
/home/tb/workspace/mola/modules/mola-slam-gtsam/src/ASLAM_gtsam.cpp:542:75: note: #pragma message: TODO: Disabled temporarily; see comment for
gtsam::IMUHelperimu
How can I solve it?
Also I have noticed that in tutorial 👍
Build GTSAM from sources and disable “optimize native”. Note that make install is not required. Also, using the precompiled version of GTSAM from the PPA is not supported since it’s built using a different version of GCC and ABI incompatibilities will lead to crashes.
but How can I disable "optimaize native" when I am building GTSAM
Thank you very much in advance!
The text was updated successfully, but these errors were encountered: