3D acceleration breaks rendering in ROS2 Ignition Gazebo on Ubuntu 20.04

LandonH

Bit poster
When trying to run a simulation in Ignition Gazebo (a ROS2 simulation environment), 3D acceleration causes the renderer to output garbage. When 3D acceleration is turned off, it looks fine, but it is incredibly slow (obviously, because no 3d gpu acceleration).

This is happening on a 2019 16" MBP with i9 and Radeon Pro 5500M (4gb).Screen Shot 2022-06-17 at 3.47.01 PM.jpgScreen Shot 2022-06-17 at 3.54.16 PM.jpg

Any ideas?
 
When trying to run a simulation in Ignition Gazebo (a ROS2 simulation environment), 3D acceleration causes the renderer to output garbage. When 3D acceleration is turned off, it looks fine, but it is incredibly slow (obviously, because no 3d gpu acceleration).

This is happening on a 2019 16" MBP with i9 and Radeon Pro 5500M (4gb).View attachment 19639View attachment 19640

Any ideas?
Hello @LandonH, Please refer to the below steps and check.
> Virtual Machine's Configuration > Hardware > Boot Order > Advanced Settings > Boot flags.
Under Boot Flag attach below flags:
video.metal=0
video.untrimmed_dynamic_cbuffers=1
 
Back
Top