File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
dimos/robot/unitree_webrtc Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -514,6 +514,7 @@ def _set_goal(goal: LatLon):
514514 self .set_gps_travel_goal_points ([goal ])
515515
516516 unsub = self .websocket_vis .gps_goal .transport .pure_observable ().subscribe (_set_goal )
517+ self ._disposables .add (unsub )
517518
518519 def _deploy_foxglove_bridge (self ):
519520 self .foxglove_bridge = FoxgloveBridge (
@@ -572,7 +573,7 @@ def _deploy_camera(self):
572573 """Deploy and configure the camera module."""
573574 # Connect object tracker inputs
574575 if self .object_tracker :
575- self .object_tracker .color_image .connect (self .connection .video )
576+ self .object_tracker .color_image .connect (self .connection .color_image )
576577 logger .info ("Object tracker connected to camera" )
577578
578579 # Connect bbox navigator inputs
You can’t perform that action at this time.
0 commit comments