CMake Error: Unknown CMake command "add_message_files". [closed]
catkin_make --force-cmake
Base path: /home/jackcviers/Development/ros_piksi_ws
Source space: /home/jackcviers/Development/ros_piksi_ws/src
Build space: /home/jackcviers/Development/ros_piksi_ws/build
Devel space: /home/jackcviers/Development/ros_piksi_ws/devel
Install space: /home/jackcviers/Development/ros_piksi_ws/install
####
#### Running command: "cmake /home/jackcviers/Development/ros_piksi_ws/src - DCATKIN_DEVEL_PREFIX=/home/jackcviers/Development/ros_piksi_ws/devel -DCMAKE_INSTALL_PREFIX=/home/jackcviers/Development/ros_piksi_ws/install" in "/home/jackcviers/Development/ros_piksi_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/jackcviers/Development/ros_piksi_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/hydro
-- This workspace overlays: /opt/ros/hydro
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Python version: 2.7
-- Using Debian Python package layout
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/jackcviers/Development/ros_piksi_ws/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- catkin 0.5.88
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~ traversing 2 packages in topological order:
-- ~~ - piksi_sensor_msgs
-- ~~ - piksi_driver
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'piksi_sensor_msgs'
-- ==> add_subdirectory(piksi_sensor_msgs)
CMake Error at piksi_sensor_msgs/CMakeLists.txt:47 (add_message_files):
Unknown CMake command "add_message_files".
-- Configuring incomplete, errors occurred!
Invoking "cmake" failed
-- Relevant CMakeLists.txt:
OS: Ubuntu 13.04
ROS: Hydro
Any ideas what is causing this issue? I'd love to show you the cmake file, but for some reason it thinks I'm trying to post a link if I do and I don't have enough karma...
Hi, this is off topic but I have been searching the forum for solutions for using piksi with ROS. So far I have not been able to find much. It looks as though that is what you are working on here? Did you ever get it to work. Would really appreciate some help with this.