-
Notifications
You must be signed in to change notification settings - Fork 103
Description
Rviz crash when I try to create targets.
How to reproduce :
roslaunch ur10_moveit_config demo.launch
Add the handEyeCalibration of moveit_calibration gui
Either click on create target button or add an image topic
The error printed :
[rviz_softmanbot_HP_Z2_Tower_G5_Workstation_104184_6014999650425201243-4] process has died [pid 104204, exit code -11, cmd /opt/ros/noetic/lib/rviz/rviz -d /home/softmanbot/catkin_ws/src/fmauch_universal_robot/ur10_moveit_config/launch/moveit.rviz __name:=rviz_softmanbot_HP_Z2_Tower_G5_Workstation_104184_6014999650425201243 __log:=/home/softmanbot/.ros/log/e40cab08-a9b9-11ec-9038-99fad0a21714/rviz_softmanbot_HP_Z2_Tower_G5_Workstation_104184_6014999650425201243-4.log].
log file: /home/softmanbot/.ros/log/e40cab08-a9b9-11ec-9038-99fad0a21714/rviz_softmanbot_HP_Z2_Tower_G5_Workstation_104184_6014999650425201243-4*.log
I also cannot find the related log file, as described by other users here
https://answers.ros.org/question/53108/cannot-find-log-files/
I tried debugging, it seems to be the call of
board->draw(image_size, image, separation_, border_bits_)
that crashes (handeye_target_arucco.cpp, line 158)
Ubuntu 20.04 is used with Noetic. Moveit built from sources.