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
When you build it, should not follow README, but bellow:
git clone https://github.com/gxytcrc/Semantic-Graph-based--global-Localization.git
cd semantic-histogram-based-global-localization
mkdir build
cd build
cmake ..
make -j8 #do not catkin_make
By the way, the version of PCL should be lower than 1.10. Otherwise, make will error!!!
The text was updated successfully, but these errors were encountered:
fengshiyu58
changed the title
Some Warning about build this project!!!
Some Warning about building this project!!!
Aug 2, 2022
when you launch it like: ./mapAlignment robot1-foldername startFrameNumber endFrameNumber robot2-foldername startFrameNumber endFrameNumber
the parameter robot1-foldername should be relative path, instead of absolute path, like ./build/mapAlignment ./Dataset/frontward 0 300 ./Dataset/backward 0 300
When you build it, should not follow README, but bellow:
By the way, the version of PCL should be lower than 1.10. Otherwise, make will error!!!
The text was updated successfully, but these errors were encountered: