-
Here are the terminal logs and coredump information. Could you please advise on how to solve this? Thank you all. [ERROR] [rviz2-68]: process has died [pid 705343, exit code -11, cmd '/opt/ros/humble/lib/rviz2/rviz2 -d /home/soan/autoware/install/autoware_launch/share/autoware_launch/rviz/autoware.rviz -s /home/soan/autoware/install/autoware_launch/share/autoware_launch/rviz/image/autoware.png --ros-args -r __node:=rviz2 -p use_sim_time:=True -p wheel_radius:=0.383 -p wheel_width:=0.235 -p wheel_base:=2.79 -p wheel_tread:=1.64 -p front_overhang:=1.0 -p rear_overhang:=1.1 -p left_overhang:=0.128 -p right_overhang:=0.128 -p vehicle_height:=2.5 -p max_steer_angle:=0.7']. --Type for more, q to quit, c to continue without paging-- |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I also recently came by a similar problem where rviz2 would crash with a segmentation fault when launched with Autoware. (i.e. In my case, the error included outputs like the ones below:
The problem was that in the Ubuntu Settings, under the "Displays" panel, the "Scale" of the display was set to 200% instead of the default 100%. Changing this back to 100% fixed the issue. I'm not sure whether this will solve your issue, but I'll put this out there for anyone with similar issues. |
Beta Was this translation helpful? Give feedback.
-
Just FYI I also encountered a similar issue. Segmentation fault occurs when just launching rviz2. |
Beta Was this translation helpful? Give feedback.
I also recently came by a similar problem where rviz2 would crash with a segmentation fault when launched with Autoware. (i.e.
rviz2 -d /home/ywc/autoware/install/autoware_launch/share/autoware_launch/rviz/autoware.rviz)
.In my case, the error included outputs like the ones below:
The problem was that in the Ubuntu Settings, under the "Displays" panel, the "Scale" of the display was set to 200% instead of the default 100%. Changing this back to 100% fixed the i…