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

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

asked 2021-11-27 07:27:19 -0500

luna wu gravatar image

updated 2021-11-28 07:44:15 -0500

Mike Scheutzow gravatar image

when i want to run catkin_build ,there is an error

wjh@wjh:~/catkin_ws$ catkin build davis_ros_driver
--------------------------------------------------------
Profile:                     default
Extending:        [explicit] /opt/ros/melodic
Workspace:                   /home/wjh/catkin_ws
--------------------------------------------------------
Build Space:        [exists] /home/wjh/catkin_ws/build
Devel Space:        [exists] /home/wjh/catkin_ws/devel
Install Space:      [unused] /home/wjh/catkin_ws/install
Log Space:          [exists] /home/wjh/catkin_ws/logs
Source Space:       [exists] /home/wjh/catkin_ws/src
DESTDIR:            [unused] None
--------------------------------------------------------
Devel Space Layout:          merged
Install Space Layout:        None
--------------------------------------------------------
Additional CMake Args:       -DCMAKE_BUILD_TYPE=Release
Additional Make Args:        None
Additional catkin Make Args: None
Internal Make Job Server:    True
Cache Job Environments:      False
--------------------------------------------------------
Whitelisted Packages:        None
Blacklisted Packages:        None
--------------------------------------------------------
Workspace configuration appears valid.
--------------------------------------------------------
[build] Found '9' packages in 0.0 seconds.                                                          
[build] Package table is up to date.                                                                
Starting  >>> catkin_simple                                                                         
____________________________________________________________________________________________________
*****Errors**     << catkin_simple:cmake /home/wjh/catkin_ws/logs/catkin_simple/build.cmake.001.log        
CMake Error at /opt/ros/melodic/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/melodic/share/catkin/cmake/tools/rt.cmake:44 (assert_file_exists)
  /opt/ros/melodic/share/catkin/cmake/all.cmake:164 (include)
  /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:20 (include)
  CMakeLists.txt:4 (find_package)


cd /home/wjh/catkin_ws/build/catkin_simple; catkin build --get-env catkin_simple | catkin env -si  /usr/bin/cmake /home/wjh/catkin_ws/src/catkin_simple --no-warn-unused-cli -DCATKIN_DEVEL_PREFIX=/home/wjh/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/home/wjh/catkin_ws/install -DCMAKE_BUILD_TYPE=Release; cd -
....................................................................................................
Failed     << catkin_simple:cmake             [ Exited with code 1 ]                                
Failed    <<< catkin_simple                   [ 0.1 seconds ]                                       
Abandoned <<< dvs_msgs                        [ Unrelated job failed ]                              
Abandoned <<< davis_ros_driver                [ Unrelated job failed ]                              
[build] Summary: 0 of 3 packages succeeded.                                                         
[build]   Ignored:   6 packages were skipped or are blacklisted.                                    
[build]   Warnings:  None.                                                                          
[build]   Abandoned: 2 packages were abandoned.                                                     
[build]   Failed:    1 packages failed.                                                             
[build] Runtime: 0.2 seconds total.
edit retag flag offensive close merge delete

Comments

In the future, please format Terminal output using the 101010 button. It makes it much easier to read.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-11-28 07:45:19 -0500 )edit

My guess is that you have not installed system libraries (using apt) that this package needs.

Mike Scheutzow gravatar image Mike Scheutzow  ( 2021-11-28 07:50:44 -0500 )edit

https://github.com/uzh-rpg/rpg_dvs_ros

Are you following the Driver Installation instructions in the link above? If not, we recommend that you do so first. Note that you need to replace the word kinetic with melodic.

miura gravatar image miura  ( 2021-11-28 17:04:38 -0500 )edit
1

And I did use this website,and converted kinetic to melodic.

I have used the following link to solve my problem: https://answers.ros.org/question/6697...

luna wu gravatar image luna wu  ( 2021-11-28 18:53:48 -0500 )edit
1

Thank you all !

luna wu gravatar image luna wu  ( 2021-11-28 18:54:59 -0500 )edit

@luna wu Congratulations on the resolution. It would be great if you could post your solution as an answer. It will help others with the same issue.

miura gravatar image miura  ( 2021-11-29 17:58:01 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-12-01 20:29:26 -0500

luna wu gravatar image

I have used the following link to solve my problem: https://answers.ros.org/question/6697... thanks

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2021-11-27 07:13:38 -0500

Seen: 228 times

Last updated: Dec 01 '21