gazebosim / gz-gui

Builds on top of Qt to provide widgets which are useful when developing robotics applications, such as a 3D view, plots, dashboard, etc, and can be used together in a convenient unified interface.
https://gazebosim.org
Apache License 2.0
67 stars 39 forks source link

Pose attribute is empty in the Component Inspector #488

Closed gaileyleseman closed 1 year ago

gaileyleseman commented 1 year ago

Bug Decription

Steps to reproduce

  1. Gazebo Garden 7.0.0~pre1 binary installation on Ubuntu 22.04
  2. gz sim shapes.sdf
  3. Select an object.
  4. Expand the pose attribute in the Component Inspector in the right side panel

Screenshot from 2022-09-10 02-28-49

Environment

Rendering system info

See details.

```bash $ LANG=C lspci -nn | grep VGA 00:02.0 VGA compatible controller [0300]: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] [8086:3e9b] 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP107GLM [Quadro P1000 Mobile] [10de:1cbb] (rev a1) ``` ``` $ echo "$DISPLAY" :1 ``` ``` $ LANG=C glxinfo -B | grep -i '\(direct rendering\|opengl\|profile\)' direct rendering: Yes Preferred profile: core (0x1) Max core profile version: 4.6 Max compat profile version: 4.6 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 OpenGL vendor string: Intel OpenGL renderer string: Mesa Intel(R) UHD Graphics 630 (CFL GT2) OpenGL core profile version string: 4.6 (Core Profile) Mesa 22.0.5 OpenGL core profile shading language version string: 4.60 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile OpenGL version string: 4.6 (Compatibility Profile) Mesa 22.0.5 OpenGL shading language version string: 4.60 OpenGL context flags: (none) OpenGL profile mask: compatibility profile OpenGL ES profile version string: OpenGL ES 3.2 Mesa 22.0.5 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20 ``` ``` $ ps aux | grep Xorg gailey 2056 0.5 0.8 27200740 144020 tty2 Rl+ sep10 20:48 /usr/lib/xorg/Xorg vt2 -displayfd 3 -auth /run/user/1000/gdm/Xauthority -nolisten tcp -background none -noreset -keeptty -novtswitch -verbose 3 gailey 48272 0.0 0.0 17868 2328 pts/0 S+ 00:46 0:00 grep --color=auto Xorg ``` ``` $ sudo env LANG=C X -version X.Org X Server 1.21.1.3 X Protocol Version 11, Revision 0 Current Operating System: Linux zbook 5.15.0-47-generic #51-Ubuntu SMP Thu Aug 11 07:51:15 UTC 2022 x86_64 Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.15.0-47-generic root=UUID=bb4da8d4-c255-46ee-bb34-4395db58cee0 ro quiet splash vt.handoff=7 xorg-server 2:21.1.3-2ubuntu2.1 (For technical support please see http://www.ubuntu.com/support) Current version of pixman: 0.40.0 Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. ``` ### Ogre2 Log [ogre2.log](https://github.com/gazebosim/gz-gui/files/9552243/ogre2.log)
ahcorde commented 1 year ago

This PR should fix the issue https://github.com/gazebosim/gz-sim/pull/1680

azeey commented 1 year ago

Fixed by https://github.com/gazebosim/gz-sim/pull/1680. Please reopen if that's not the case.