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

Build with ROS option #61

Open
hanzheteng opened this issue Feb 4, 2023 · 0 comments
Open

Build with ROS option #61

hanzheteng opened this issue Feb 4, 2023 · 0 comments

Comments

@hanzheteng
Copy link

The following is what I have done:

git clone https://github.com/jedeschaud/ct_icp.git
cd ct_icp
mkdir .cmake-build-superbuild && cd .cmake-build-superbuild
cmake ../superbuild -DWITH_ROS=ON

Then the prompt is

-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    WITH_ROS


-- Build files have been written to: /home/hteng/ct_icp/.cmake-build-superbuild

I have checked the source files and neither the main CMakeLists nor the superbuild CMakeLists has such a flag.

Can you please update the instructions on how to build with ROS wrapper?

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

1 participant