-
Notifications
You must be signed in to change notification settings - Fork 101
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
Can not build with catkin_make #15
Comments
The problem is with the dependencies, that are not mentioned in this Repo. You need following repositories in your /src folder:
You can find all of them in the ETHZ repositories. |
it does work,thank you! |
I tried to download all these dependencies in the /src folder, but when I did catkin_make agian, an error occurred (see below). Any solutions? Thanks a lot. |
Solved. Check if you have the glog library installed on your system: |
I have put all the 9 repositories in the folder:kitti_to_rosbag/src,when catkin_make,I still got the error: Could not find a package configuration file provided by "catkin_simple"
Add the installation prefix of "catkin_simple" to CMAKE_PREFIX_PATH or set |
The error is shown as:
CMake Error at /home/fangkd/catkin_ws/devel/share/catkin_simple/cmake/catkin_simple-extras.cmake:38 (find_package):
By not providing "Findgflags_catkin.cmake" in CMAKE_MODULE_PATH this
project has asked CMake to find a package configuration file provided by
"gflags_catkin", but CMake did not find one.
Could not find a package configuration file provided by "gflags_catkin"
with any of the following names:
Add the installation prefix of "gflags_catkin" to CMAKE_PREFIX_PATH or set
"gflags_catkin_DIR" to a directory containing one of the above files. If
"gflags_catkin" provides a separate development package or SDK, be sure it
has been installed.
Call Stack (most recent call first):
kitti_to_rosbag/CMakeLists.txt:5 (catkin_simple)
The text was updated successfully, but these errors were encountered: