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 while building ros package: Kannala #33

Open
shashankyld opened this issue Apr 3, 2023 · 2 comments
Open

Error while building ros package: Kannala #33

shashankyld opened this issue Apr 3, 2023 · 2 comments

Comments

@shashankyld
Copy link

The error message suggests that there are warnings and errors related to the initialization order of some variables in the KannalaBrandt8 class definition.

The warning message indicates that the precision variable will be initialized after the mvLappingArea variable, which may result in unexpected behavior during runtime.
Untitled

@SaundersJE97
Copy link

I get this same issue

@thien94
Copy link
Owner

thien94 commented Apr 26, 2023

Hi @shashankyld and @SaundersJE97 , sorry for the late reply.

Based on the error message, I don't think the error is about the KannalaBrandt8 class or this ROS wrapper but because your computer ran out of memory while building the packages (see the fatal error line).

Perhaps you can follow the guide here mlpack/mlpack#2775, basically you can try to reduce the number of cores used (build with make -j1), increase the size of your swap partition, or both.

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

3 participants