Skip to content

Commit ddce50c

Browse files
committed
001
1 parent 67a53f8 commit ddce50c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dimos/robot/unitree_webrtc/unitree_go2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)