ros-drivers / rosserial

A ROS client library for small, embedded devices, such as Arduino. See: http://wiki.ros.org/rosserial
517 stars 525 forks source link

By not providing "Findrosserial_msgs.cmake" in CMAKE_MODULE_PATH this #511

Open matveylapin opened 4 years ago

matveylapin commented 4 years ago

`CMake Error at CMakeLists.txt:12 (find_package): By not providing "Findrosserial_msgs.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "rosserial_msgs", but CMake did not find one.

Could not find a package configuration file provided by "rosserial_msgs" with any of the following names:

rosserial_msgsConfig.cmake
rosserial_msgs-config.cmake

Add the installation prefix of "rosserial_msgs" to CMAKE_PREFIX_PATH or set "rosserial_msgs_DIR" to a directory containing one of the above files. If "rosserial_msgs" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/pi/ros_catkin_ws/build_isolated/rosserial_client/CMakeFiles/CMakeOutput.log". See also "/home/pi/ros_catkin_ws/build_isolated/rosserial_client/CMakeFiles/CMakeError.log". <== Failed to process package 'rosserial_client': Command '['/home/pi/ros_catkin_ws/devel_isolated/rosbag_storage/env.sh', 'cmake', '/home/pi/ros_catkin_ws/src/rosserial/rosserial_client', '-DCATKIN_DEVEL_PREFIX=/home/pi/ros_catkin_ws/devel_isolated/rosserial_client', '-DCMAKE_INSTALL_PREFIX=/home/pi/ros_catkin_ws/install_isolated', '-G', 'Unix Makefiles']' returned non-zero exit status 1

Reproduce this error by running: ==> cd /home/pi/ros_catkin_ws/build_isolated/rosserial_client && /home/pi/ros_catkin_ws/devel_isolated/rosbag_storage/env.sh cmake /home/pi/ros_catkin_ws/src/rosserial/rosserial_client -DCATKIN_DEVEL_PREFIX=/home/pi/ros_catkin_ws/devel_isolated/rosserial_client -DCMAKE_INSTALL_PREFIX=/home/pi/ros_catkin_ws/install_isolated -G 'Unix Makefiles'`

ROS kinetic on rpi 3, when I try install rosserial. I take instruction from http://wiki.ros.org/rosserial_arduino/Tutorials/Arduino%20IDE%20Setup .

Can you help me pls?