You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# in zsh:
source ~/ros2_install/ros2-osx/setup.zsh
ros2 run rviz2 rviz2
Expected behavior
rviz should launch successfully
Actual behavior
The rviz launch screen appears for a second with "Initializing" in its status bar, followed by an alert rviz2 quit unexpectedly and the following in the shell:
[INFO] [rviz2]: Stereo is NOT SUPPORTED
[INFO] [rviz2]: OpenGl version: 2.1 (GLSL 1.2)
[INFO] [rviz2]: Stereo is NOT SUPPORTED
one time there was a fourth line in the shell output: objc[13970]: Attempt to use unknown class 0x7fd79ec18b60.
The text was updated successfully, but these errors were encountered:
We experienced problems recently with RViz on OSX which hopefully should be resolved with this PR.
Could you try compiling RViz from source?
Also, I am closing this issue as because this ROS2 repo might not be the best place for it. For specific issues regarding RViz, I recommend opening tickets directly at the RViz2 repo.
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
rviz should launch successfully
Actual behavior
The rviz launch screen appears for a second with "Initializing" in its status bar, followed by an alert
rviz2 quit unexpectedly
and the following in the shell:one time there was a fourth line in the shell output:
objc[13970]: Attempt to use unknown class 0x7fd79ec18b60.
The text was updated successfully, but these errors were encountered: