rpng / open_vins

An open source platform for visual-inertial navigation research.
https://docs.openvins.com
GNU General Public License v3.0
2.06k stars 615 forks source link

build failed on WSL Ubuntu 20.04 ROS 1 neotic #384

Closed kruzel closed 9 months ago

kruzel commented 9 months ago

CMakeFiles/ov_msckf_lib.dir/src/update/UpdaterMSCKF.cpp.o] Error 1

build.make.000.log

image

goldbattle commented 9 months ago

This is likely an out of memory error. Not much I can do besides recommending adding a swapfile or building with catkin build -j1 https://gist.github.com/susanBuck/b9310f8f0886105008a2f6a18a18d7ae

Shouldn't be an issue with WSL, but I have never tried this...

On Wed, Sep 20, 2023 at 1:38 AM Ofer Kruzel @.***> wrote:

CMakeFiles/ov_msckf_lib.dir/src/update/UpdaterMSCKF.cpp.o] Error 1

build.make.000.log https://github.com/rpng/open_vins/files/12670897/build.make.000.log

[image: image] https://user-images.githubusercontent.com/975963/269220748-fde54277-8fb3-4ec4-b7fd-4749968ffd3e.png

— Reply to this email directly, view it on GitHub https://github.com/rpng/open_vins/issues/384, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAQ6TYXEM7F6MVYATH5S72DX3KTSDANCNFSM6AAAAAA47Q5C5U . You are receiving this because you are subscribed to this thread.Message ID: @.***>

kruzel commented 9 months ago

my VM has 32GB RAM, should I increase? Ofer Kruzel M: +972 (54) 4516627

On Fri, Sep 22, 2023 at 2:41 AM Patrick Geneva @.***> wrote:

This is likely an out of memory error. Not much I can do besides recommending adding a swapfile or building with catkin build -j1 https://gist.github.com/susanBuck/b9310f8f0886105008a2f6a18a18d7ae

Shouldn't be an issue with WSL, but I have never tried this...

On Wed, Sep 20, 2023 at 1:38 AM Ofer Kruzel @.***> wrote:

CMakeFiles/ov_msckf_lib.dir/src/update/UpdaterMSCKF.cpp.o] Error 1

build.make.000.log https://github.com/rpng/open_vins/files/12670897/build.make.000.log

[image: image] < https://user-images.githubusercontent.com/975963/269220748-fde54277-8fb3-4ec4-b7fd-4749968ffd3e.png>

— Reply to this email directly, view it on GitHub https://github.com/rpng/open_vins/issues/384, or unsubscribe < https://github.com/notifications/unsubscribe-auth/AAQ6TYXEM7F6MVYATH5S72DX3KTSDANCNFSM6AAAAAA47Q5C5U>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/rpng/open_vins/issues/384#issuecomment-1730494359, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHOIW3ME7OD3EKPATCFV5DX3TGCFANCNFSM6AAAAAA47Q5C5U . You are receiving this because you authored the thread.Message ID: @.***>

kruzel commented 9 months ago

works on non VM machine