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

rtabmap_ros fails to with exit code -11

asked 2018-11-05 07:53:06 -0500

pk11 gravatar image

updated 2018-11-05 08:21:01 -0500

gvdhoorn gravatar image

Hi,

I am trying to run rtabmap_ros and it fails with error as below. I have tried running the tutorials for RGBD, stereo for my own bag file and checked the output at the topics after remap which works fine. I have also tried running the demo but fails again. Please find the error message below

UBUNTU - 16.04 Ros-Kinetic

$ roslaunch rtabmap_ros demo_robot_mapping.launch

[points_xyzrgb-3] process has died [pid 7293, exit code -11, cmd /opt/ros/kinetic/lib/nodelet/nodelet standalone rtabmap_ros/point_cloud_xyzrgb rgb/image:=/data_throttled_image depth/image:=/data_throttled_image_depth rgb/camera_info:=/data_throttled_camera_info cloud:=voxel_cloud __name:=points_xyzrgb __log:=/home/rongo/.ros/log/9ea6458a-e0f2-11e8-9608-38deade13d8b/points_xyzrgb-3.log].
log file: /home/rongo/.ros/log/9ea6458a-e0f2-11e8-9608-38deade13d8b/points_xyzrgb-3*.log

[rtabmap/rtabmap-1] process has died [pid 7291, exit code -11, cmd /opt/ros/kinetic/lib/rtabmap_ros/rtabmap --delete_db_on_start scan:=/jn0/base_scan rgb/image:=/data_throttled_image depth/image:=/data_throttled_image_depth rgb/camera_info:=/data_throttled_camera_info __name:=rtabmap __log:=/home/rongo/.ros/log/9ea6458a-e0f2-11e8-9608-38deade13d8b/rtabmap-rtabmap-1.log].
log file: /home/rongo/.ros/log/9ea6458a-e0f2-11e8-9608-38deade13d8b/rtabmap-rtabmap-1*.log
[rtabmap/rtabmapviz-2] process has died [pid 7292, exit code -11, cmd /opt/ros/kinetic/lib/rtabmap_ros/rtabmapviz -d /opt/ros/kinetic/share/rtabmap_ros/launch/config/rgbd_gui.ini rgb/image:=/data_throttled_image depth/image:=/data_throttled_image_depth rgb/camera_info:=/data_throttled_camera_info scan:=/jn0/base_scan odom:=/az3/base_controller/odom __name:=rtabmapviz __log:=/home/rongo/.ros/log/9ea6458a-e0f2-11e8-9608-38deade13d8b/rtabmap-rtabmapviz-2.log].
log file: /home/rongo/.ros/log/9ea6458a-e0f2-11e8-9608-38deade13d8b/rtabmap-rtabmapviz-2*.log
all processes on machine have died, roslaunch will exit
shutting down processing monitor...
edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2018-11-05 10:16:16 -0500

matlabbe gravatar image

Try:

$ sudo apt-get upgrade

to make sure all kinetic packages are at latest version. That kind of error is often a mismatch of installed libraries.

edit flag offensive delete link more

Comments

Had the exact same problem, I'm actually impressed this worked.

db gravatar image db  ( 2019-02-20 15:17:56 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-11-05 07:53:06 -0500

Seen: 929 times

Last updated: Nov 05 '18