We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccef24c commit 316fafeCopy full SHA for 316fafe
1 file changed
examples/apps/proximity_mapper/proximity_mapper.py
@@ -317,6 +317,8 @@ def open_point_sort_func(position: Vector3):
317
# Creates the 3D Viewer for the connected robot.
318
viewerInstance = OpenGLViewer(robot=robotInstance, show_viewer_controls=False)
319
320
+ robotInstance.behavior.drive_off_charger()
321
+
322
# The OpenGLViewer has to run on the main thread, so control is given to
323
# it via the blocking 'run' call. The core loop of our program is injected into
324
# this call to run in parallel on a secondary thread. When the injected function
0 commit comments