Replies: 1 comment
-
Does setting the visual material as glass solves the problem for you? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I was following the tutorial on Orbit about the differential IK controller (Link)
For my application I need to visualize several non-physical entities in the scene, such as spheres on a table or markers.
For the non-physical spheres, I tried to spawn them as follows in the
class TableTopSceneCfg(InteractiveSceneCfg)
(line 60 oforbit/source/standalone/tutorials/05_controllers/run_diff_ik.py
):and got spheres as shown in the picture, with a default color and default opacity:
My question is whether there is a way for Orbit where I could spawn such a sphere with any color & opacity as needed, so that the sphere can be seen through and the scene/objects inside the sphere become visible.
I found that it is possible to create a custom marker with customized opacity similar to the ones in
/orbit/source/extensions/omni.isaac.orbit/omni/isaac/orbit/markers/config/__init__.py
by setting the opacity of theirsim_utils.PreviewSurfaceCfg
config (/orbit/source/extensions/omni.isaac.orbit/omni/isaac/orbit/sim/spawners/materials/visual_materials_cfg.py
); however, for the marker setting, the opacity doesn't make the markers transparent, but "only affects the surface's appearance during interactive rendering."As a further question, I saw from the Isaac Sim 2023.1.1 release note that Franka Research 3 (FR3) manipulator has been added as a new robot. I'd like to kindly ask whether FR3 will also be added to Orbit later, because I didn't find it under the {ISAAC_ORBIT_NUCLEUS_DIR}/Robots/ path.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions