MCPcopy Create free account
hub / github.com/InternRobotics/EmbodiedScan / add_line

Method add_line

embodiedscan/utils/line_mesh.py:110–113  ·  view source on GitHub ↗

Adds this line to the visualizer.

(self, vis)

Source from the content-addressed store, hash-verified

108 self.cylinder_segments.append(cylinder_segment)
109
110 def add_line(self, vis):
111 """Adds this line to the visualizer."""
112 for cylinder in self.cylinder_segments:
113 vis.add_geometry(cylinder)
114
115 def remove_line(self, vis):
116 """Removes this line from the visualizer."""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected