You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When initializing the projector, I encountered the following problem that prevented real-time updating of the topographic map. How can I resolve this issue?
WARNING:param.panel_extension: A HoloViz extension was loaded previously. This means the extension is already initialized and custom raw_css resources could not be loaded. If you are loading custom extensions with pn.extension(...) ensure that this is calledbefore any other HoloViz extension such as hvPlot or HoloViews.
The text was updated successfully, but these errors were encountered:
This is what happens when I run the Topography.ipynb.
Initialize main thread for live update
from sandbox.main_thread import MainThread
main = MainThread(sensor=sensor, projector=projector, aruco= aruco if 'aruco' in globals() else None)
WARNING:param.panel_extension: A HoloViz extension was loaded previously. This means the extension is already initialized and custom raw_css resources could not be loaded. If you are loading custom extensions with pn.extension(...) ensure that this is calledbefore any other HoloViz extension such as hvPlot or HoloViews.
sandbox.projector.contourlines: INFO | ContourLinesModule loaded successfully
sandbox.projector.shading: INFO | LightSource set to address RWTH Aachen, Germany at datetime Sun Apr 2 14:10:52 2023
sandbox.projector.cmap: INFO | CmapModule loaded successfully
Start the thread
main.run()
sandbox.main_thread: INFO | Thread started or resumed...
The topographic map is static, and I know what is causing this situation. Is there any solution??
When initializing the projector, I encountered the following problem that prevented real-time updating of the topographic map. How can I resolve this issue?
WARNING:param.panel_extension: A HoloViz extension was loaded previously. This means the extension is already initialized and custom raw_css resources could not be loaded. If you are loading custom extensions with pn.extension(...) ensure that this is calledbefore any other HoloViz extension such as hvPlot or HoloViews.
The text was updated successfully, but these errors were encountered: