File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ impl RemoteControllerStateInterface for MujocoHardwareInterface {
266266 self . remote_controller_state_receiver
267267 . lock ( )
268268 . blocking_recv ( )
269- . ok_or_eyre ( "channel closed" )
269+ . ok_or_eyre ( "remote controller state channel closed" )
270270 }
271271}
272272
@@ -275,7 +275,7 @@ impl TFMessageInterface for MujocoHardwareInterface {
275275 self . transform_stamped_receiver
276276 . lock ( )
277277 . blocking_recv ( )
278- . ok_or_eyre ( "channel closed" )
278+ . ok_or_eyre ( "tfmessage channel closed" )
279279 }
280280}
281281
@@ -284,7 +284,7 @@ impl RGBDSensorsInterface for MujocoHardwareInterface {
284284 self . rgbd_sensors_receiver
285285 . lock ( )
286286 . blocking_recv ( )
287- . ok_or_eyre ( "channel closed" )
287+ . ok_or_eyre ( "rgbd sensors channel closed" )
288288 }
289289}
290290
You can’t perform that action at this time.
0 commit comments