ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

illogical_vectors's profile - activity

2016-10-15 18:00:47 -0500 received badge  Famous Question (source)
2016-10-15 18:00:47 -0500 received badge  Notable Question (source)
2016-10-15 18:00:47 -0500 received badge  Popular Question (source)
2015-06-03 05:38:35 -0500 received badge  Enthusiast
2015-05-31 13:51:06 -0500 asked a question Making custom messages, genc error

Hello,

I'm trying to use catkin_make to put together a package using custom messages. I'm getting an error about "genc". The error is pasted below. I also am getting the same error when trying to custom message tutorial. Any clues on what package I'm missing?

at /opt/ros/indigo/share/genmsg/cmake/genmsg-extras.cmake:29 (find_package): By not providing "Findgenc.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "genc", but CMake did not find one.

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

gencConfig.cmake
genc-config.cmake

Add the installation prefix of "genc" to CMAKE_PREFIX_PATH or set "genc_DIR" to a directory containing one of the above files. If "genc" provides a separate development package or SDK, be sure it has been installed. Call Stack (most recent call first):

/opt/ros/indigo/share/genmsg/cmake/genmsgConfig.cmake:190 (include) /opt/ros/indigo/share/gencpp/cmake/gencppConfig.cmake:165 (find_package) /opt/ros/indigo/share/message_generation/cmake/message_generationConfig.cmake:165 (find_package) /opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:75 (find_package) ratslam_ros/CMakeLists.txt:11 (find_package)

2014-08-05 22:02:25 -0500 received badge  Famous Question (source)
2014-07-14 10:00:53 -0500 received badge  Notable Question (source)
2014-07-14 10:00:53 -0500 received badge  Popular Question (source)
2014-05-22 08:40:31 -0500 asked a question MPU9150 On Hydro

Hello,

Had anyone had any luck getting the MPU9150 9-DOF chip to work well with ROS on the beagle bone black running Ubuntu and ROS Hydro? I'm aware of BB_ROS, but wanted to try to stick to running Ubuntu not Angstrom.

Thanks