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

ThiagoWind's profile - activity

2016-06-02 14:56:57 -0500 received badge  Student (source)
2016-04-27 09:44:46 -0500 received badge  Popular Question (source)
2016-04-27 09:44:46 -0500 received badge  Notable Question (source)
2015-12-10 12:51:16 -0500 received badge  Scholar (source)
2015-12-06 21:39:02 -0500 asked a question ROSARIA make error (jade)

I am trying to install Rosaria on a brand new ros-jade-full-desktop install.

I have followed the tutorial instructions but I am getting the following error when trying to 'catkin_make' with the rosaria source:

Base path: /opt/ros/jade/catkin_ws
Source space: /opt/ros/jade/catkin_ws/src
Build space: /opt/ros/jade/catkin_ws/build
Devel space: /opt/ros/jade/catkin_ws/devel
Install space: /opt/ros/jade/catkin_ws/install
####
#### Running command: "cmake /opt/ros/jade/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/opt/ros/jade/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/opt/ros/jade/catkin_ws/install -G Unix Makefiles" in "/opt/ros/jade/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /opt/ros/jade/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/jade
-- This workspace overlays: /opt/ros/jade
-- Using PYTHON_EXECUTABLE: /home/thiago/anaconda3/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /opt/ros/jade/catkin_ws/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /home/thiago/anaconda3/bin/nosetests
-- catkin 0.6.16
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~  traversing 1 packages in topological order:
-- ~~  - rosaria_client
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'rosaria_client'
-- ==> add_subdirectory(rosaria_client)
CMake Error at /opt/ros/jade/share/catkin/cmake/catkinConfig.cmake:75 (find_package):
  Could not find a package configuration file provided by "rosaria" with any
  of the following names:

    rosariaConfig.cmake
    rosaria-config.cmake

  Add the installation prefix of "rosaria" to CMAKE_PREFIX_PATH or set
  "rosaria_DIR" to a directory containing one of the above files.  If
  "rosaria" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  rosaria_client/CMakeLists.txt:7 (find_package)


-- Configuring incomplete, errors occurred!
See also "/opt/ros/jade/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/opt/ros/jade/catkin_ws/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed 

I am running Ubuntu 14.04.3 with anaconda 3.5 build of python. Don't know what else could be relevant.

thanks in advance