Skip to content

Commit de211cf

Browse files
committed
Update error message
1 parent 82c46ae commit de211cf

File tree

1 file changed

+3
-1
lines changed
  • src/compas_fab/ghpython/components/Cf_VisualizeRobot

1 file changed

+3
-1
lines changed

src/compas_fab/ghpython/components/Cf_VisualizeRobot/code.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,9 @@ def RunScript(
9393
try:
9494
scene = robot.client.get_planning_scene()
9595
except BackendFeatureNotSupportedError:
96-
print("The selected backend does not support displaying collision meshes. Feature disabled.")
96+
print(
97+
"The selected backend does not support collision meshes. If you need collision mesh support, use a different backend."
98+
)
9799
scene = None
98100
show_cm = False
99101
show_acm = False

0 commit comments

Comments
 (0)