Skip to content

Commit 51668a7

Browse files
committed
test fix
1 parent ef738ba commit 51668a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dimos/multiprocess/actors3/test_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def test_deployment(dimos):
129129
robot.lidar.transport = LCMTransport("/lidar", LidarMessage)
130130

131131
# odometry using just a pickle over LCM
132-
robot.odometry.transport = pLCMTransport("/odom")
132+
# robot.odometry.transport = pLCMTransport("/odom")
133133

134134
# this one uses default dask transport
135135
# nav.mov.transport = pLCMTransport("/mov")

0 commit comments

Comments
 (0)