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

jitsunen's profile - activity

2020-08-14 21:51:59 -0500 received badge  Nice Question (source)
2020-03-09 10:47:55 -0500 marked best answer (RT_LIBRARY-NOTFOUND) unset. Message: RT Library

Hello,

I am trying to follow the ROS tutorial and create my own package. I see the following error when I try to invoke catkin_make:

Base path: /home/parth/dev/ros
Source space: /home/parth/dev/ros/src
Build space: /home/parth/dev/ros/build
Devel space: /home/parth/dev/ros/devel
Install space: /home/parth/dev/ros/install
####
#### Running command: "cmake /home/parth/dev/ros/src -DCATKIN_DEVEL_PREFIX=/home/parth/dev/ros/devel -DCMAKE_INSTALL_PREFIX=/home/parth/dev/ros/install -G Unix Makefiles" in "/home/parth/dev/ros/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/parth/dev/ros/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/lunar
-- This workspace overlays: /opt/ros/lunar
-- Using PYTHON_EXECUTABLE: /home/parth/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: /home/parth/dev/ros/build/test_results
-- Found gmock sources under '/usr/src/gmock': gmock will be built
-- Found gtest sources under '/usr/src/gmock': gtests will be built
-- Using Python nosetests: /home/parth/anaconda3/bin/nosetests
CMake Error at /opt/ros/lunar/share/catkin/cmake/assert.cmake:17 (message):


  Assertion failed: check for file existence, but filename
  (RT_LIBRARY-NOTFOUND) unset.  Message: RT Library

Call Stack (most recent call first):
  /opt/ros/lunar/share/catkin/cmake/tools/rt.cmake:42 (assert_file_exists)
  /opt/ros/lunar/share/catkin/cmake/all.cmake:147 (include)
  /opt/ros/lunar/share/catkin/cmake/catkinConfig.cmake:20 (include)
  CMakeLists.txt:52 (find_package)

-- Configuring incomplete, errors occurred!
See also "/home/parth/dev/ros/build/CMakeFiles/CMakeOutput.log".
See also "/home/parth/dev/ros/build/CMakeFiles/CMakeError.log".
Invoking "cmake" failed
2019-01-31 19:42:42 -0500 received badge  Student (source)
2018-12-23 06:56:42 -0500 received badge  Famous Question (source)
2018-12-23 06:56:42 -0500 received badge  Notable Question (source)
2018-08-08 13:40:28 -0500 received badge  Famous Question (source)
2018-07-30 04:09:48 -0500 received badge  Self-Learner (source)
2018-07-30 04:09:48 -0500 received badge  Teacher (source)
2018-07-20 23:00:19 -0500 commented question Cannot build a package

Thanks Mikhail!. I just switched to a new laptop with Ubuntu 18.04 (bionic), installed ROS Melodic and tried the above

2018-07-18 22:13:07 -0500 commented question Cannot build a package

Thanks for answering, Mikhail. I tried adding add_compile_options(-pthread) to the package's CMakeLists.txt, unfortunate

2018-07-18 04:17:19 -0500 received badge  Popular Question (source)
2018-07-17 23:46:26 -0500 received badge  Notable Question (source)
2018-07-17 23:16:15 -0500 edited question Cannot build a package

Cannot build a package I did the following steps and got error 'tried to find library pthread...'. I am using ros lunar

2018-07-17 23:15:20 -0500 edited question Cannot build a package

Cannot build a package I did the following steps and got error 'tried to find library pthread...'. I am using ros lunar

2018-07-17 23:12:59 -0500 edited question Cannot build a package

Cannot build a package I did the following steps and got error 'tried to find library pthread...'. I am using ros lunar

2018-07-17 23:12:59 -0500 received badge  Editor (source)
2018-07-17 22:01:38 -0500 asked a question Cannot build a package

Cannot build a package I did the following steps and got error 'tried to find library pthread...'. I am using ros lunar

2018-07-17 21:36:42 -0500 edited answer (RT_LIBRARY-NOTFOUND) unset. Message: RT Library

Tom Moore, thanks for the tip! In order to make catkin build work, I discovered that some of the python modules were mis

2018-07-17 21:30:00 -0500 answered a question (RT_LIBRARY-NOTFOUND) unset. Message: RT Library

Tom Moore, thanks for the tip! In order to make catkin build work, I discovered that some of the python modules were mis

2018-07-17 10:33:04 -0500 received badge  Popular Question (source)
2018-07-15 21:14:23 -0500 asked a question catkin_make error on ubuntu

catkin_make error on ubuntu Hello, I am trying to build a new package, when I invoke catkin_make I get the following er

2018-07-15 21:14:23 -0500 asked a question (RT_LIBRARY-NOTFOUND) unset. Message: RT Library

(RT_LIBRARY-NOTFOUND) unset. Message: RT Library Hello, I am trying to follow the ROS tutorial and create my own packa