We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c46ae commit de211cfCopy full SHA for de211cf
src/compas_fab/ghpython/components/Cf_VisualizeRobot/code.py
@@ -93,7 +93,9 @@ def RunScript(
93
try:
94
scene = robot.client.get_planning_scene()
95
except BackendFeatureNotSupportedError:
96
- print("The selected backend does not support displaying collision meshes. Feature disabled.")
+ print(
97
+ "The selected backend does not support collision meshes. If you need collision mesh support, use a different backend."
98
+ )
99
scene = None
100
show_cm = False
101
show_acm = False
0 commit comments