-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invisible .dae meshes on Windows #74
Comments
thanks for the very nice bug report! unfortunately I don't know what's going on here yet. |
just wondering if you also have RViz open (at the same time?) and if you see any issues in RViz, too? |
I vaguely remember some similar issue on vcpkg-based build on Gazebo (the one from https://github.com/robotology/robotology-superbuild-dependencies-vcpkg) when the same iCub model was removed and then re-inserted in the simulation, but in that case spawning a new Gazebo was solving the problem, so it was not particularly problematic. I think the problem is related due to a behavior change from Ogre 1.9 to Ogre 1.10, that changed a lot of aspects related to the resource handling (see ros-visualization/rviz#1251 and ros-visualization/rviz#1049 for a related bugs on the RViz side or even gazebosim/gazebo-classic#2321 and https://osrf-migration.github.io/gazebo-gh-pages/#!/osrf/gazebo/pull-requests/2718/page/1?slug=remove-duplicate-material-block-in for related Gazebo issues). The strange thing is that ROROnWindows/Chocolatey Melodic is not affected by this bug, as Ogre 1.10 is used also there (see https://github.com/ms-iot/ros-windows-build/blob/17c45551a500230674bad77c951989e0747c2d6b/ros/melodic/CHANGELOG.md). However, I investigated a bit and it seems that ROSOnWindows/Chocolatey Melodic is using a fork of Gazebo ( https://github.com/ms-iot/ros-windows-build/blob/17c45551a500230674bad77c951989e0747c2d6b/ros/melodic/CHANGELOG.md ) and checking in that branch it seems that the |
The related change is documented in Ogre 1.10 Release Notes ( https://github.com/OGRECave/ogre/blob/master/Docs/1.10-Notes.md ) as:
|
@wolfv I don't use RViz yet but it seems to have visual issues as well when I add It does not seem to throw any errors. RViz messages:
However, the all-white-links issue is uncorrelated from whether or not the same robot appears correctly in Gazebo. The UR10, which works properly in Gazebo, is afflicted the same as the UR5 which doesn't work in Gazebo. I dumped the UR10 URDF from the parameter server in this gist RViz UR10 visualization by adding I think this visualization issue is a separate known issue mentioned here, and I suppose that affects RViz on Focal equally. I'll check that on Monday and get back to you. (Obviously the |
Fix invisible meshes (fix #74)
Hi @danzimmerman - please give the new version a go and let us know if that fixed your problem (will take a few hours to build + propagate in the CDN). If not, please re-open the issue :) |
The RViz issue is not an issue at all, I'm just unfamiliar with RViz. It boots up in the |
Great, thanks for letting us know @danzimmerman :) |
I'm having an issue with missing Collada (
.dae
) link visuals on conda-installed Gazebo 11.5.1 (also affects conda-installed Gazebo 11.3 before I updated everything this afternoon) on Windows 10.I've observed this so far on certain robots from the
melodic-devel-staging
branch of https://github.com/ros-industrial/universal_robot/The universal_robot robots otherwise work without issues with Gazebo 11.3 from
ros-noetic-desktop-full
on my coworker's Focal machine and all of my Melodic installations (Bionic and Chocolatey Windows 10, bothros-melodic-desktop-full
binary installs), so I thought I'd raise it here first.Issue Description
If I try to visualize the UR5 robot described by:
ur_description
ur_description/config
ur_gazebo
I run
roslaunch ur_gazebo ur5_bringup.launch
and I'm missing the forearm and upper-arm visuals. The URDF and STL collision geometries (visualized in orange) are fine, and the robot moves properly.Passing
verbose
to Gazebo through the launch file gives errors like:I can get the link visuals to appear by opening the
.dae
files in Meshlab and re-exporting, but this appears to simply strip all the visual materials out of the file so that there's nothing to trigger the Ogre material error above.Anyone else having an issue with this? Any ideas?
Environment,
conda list
output:Details about
conda
and system (conda info
):The text was updated successfully, but these errors were encountered: