You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compile err gtsam/gtsam_unstable/slam/PartialPriorFactor.h:124:53: error: invalid initialization of reference of type 'const std::vector<bool>&' from expression of type 'const std::vector<long unsigned int>'
#63
Open
dbdxnuliba opened this issue
Mar 10, 2023
· 1 comment
Install GTSAM.
conda activate gpmp2
git clone https://github.com/borglab/gtsam.git
cd gtsam
git checkout wrap-export
mkdir build && cd build
cmake -DGTSAM_INSTALL_CYTHON_TOOLBOX:=ON ..
make check # optional, run unit tests
it occurs compile err info:
/home/dell/ref/gtsam/gtsam_unstable/slam/PartialPriorFactor.h:124:53: error: invalid initialization of reference of type 'const std::vector&' from expression of type 'const std::vector'
124 | const std::vector& mask() const { return mask_; }
| ^~~~~
The text was updated successfully, but these errors were encountered:
Install GTSAM.
conda activate gpmp2
git clone https://github.com/borglab/gtsam.git
cd gtsam
git checkout wrap-export
mkdir build && cd build
cmake -DGTSAM_INSTALL_CYTHON_TOOLBOX:=ON ..
make check # optional, run unit tests
it occurs compile err info:
/home/dell/ref/gtsam/gtsam_unstable/slam/PartialPriorFactor.h:124:53: error: invalid initialization of reference of type 'const std::vector&' from expression of type 'const std::vector'
124 | const std::vector& mask() const { return mask_; }
| ^~~~~
The text was updated successfully, but these errors were encountered: