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

krishna890227's profile - activity

2017-02-21 03:14:51 -0500 received badge  Famous Question (source)
2017-01-17 04:48:34 -0500 received badge  Notable Question (source)
2016-09-20 02:29:34 -0500 received badge  Popular Question (source)
2016-09-18 22:02:21 -0500 asked a question sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/indigo -j2 or -j4 or -j1

Hi all, I tried many times to run catkin_make on raspberry PI by using this command : sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/indigo -j2 or -j4 or -j1. But every time it gives this error

==> Processing catkin package: 'turtlesim' ==> Building with env: '/opt/ros/indigo/env.sh' ==> cmake /home/pi/ros_catkin_ws/src/ros_tutorials/turtlesim -DCATKIN_DEVEL_PREFIX=/home/pi/ros_catkin_ws/devel_isolated/turtlesim -DCMAKE_INSTALL_PREFIX=/opt/ros/indigo -DCMAKE_BUILD_TYPE=Release -G Unix Makefiles in '/home/pi/ros_catkin_ws/build_isolated/turtlesim' -- Using CATKIN_DEVEL_PREFIX: /home/pi/ros_catkin_ws/devel_isolated/turtlesim -- Using CMAKE_PREFIX_PATH: /opt/ros/indigo -- This workspace overlays: /opt/ros/indigo -- Using PYTHON_EXECUTABLE: /usr/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: /home/pi/ros_catkin_ws/build_isolated/turtlesim/test_results -- Found gtest sources under '/usr/src/gtest': gtests will be built -- Using Python nosetests: /usr/bin/nosetests-2.7 -- catkin 0.6.18 -- Using these message generators: gencpp;genlisp;genpy qmake: could not exec '/usr/lib/arm-linux-gnueabihf/qt4/bin/qmake': No such file or directory CMake Error at /usr/share/cmake-3.0/Modules/FindQt4.cmake:1316 (message): Found unsuitable Qt version "" from NOTFOUND, this code requires Qt 4.x Call Stack (most recent call first): CMakeLists.txt:6 (find_package)

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

Reproduce this error by running: ==> cd /home/pi/ros_catkin_ws/build_isolated/turtlesim && /opt/ros/indigo/env.sh cmake /home/pi/ros_catkin_ws/src/ros_tutorials/turtlesim -DCATKIN_DEVEL_PREFIX=/home/pi/ros_catkin_ws/devel_isolated/turtlesim -DCMAKE_INSTALL_PREFIX=/opt/ros/indigo -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles'

I am new on raspberry pi as well as ROS. I hope you all help me to move forward on raspberry pi...

2016-07-04 02:02:42 -0500 answered a question bash: /opt/ros/indigo/setup.bash: No such file or director

Hi friends I am also suffering from same problems in my raspberryPI 3B. My operating system is NOOBS, but i found command line instruction for Wheezy or Jessie. How can i solve these problems.