Skip to content
This repository has been archived by the owner on Feb 21, 2021. It is now read-only.

Commit

Permalink
solved bug in comm_py I
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez authored Oct 25, 2017
1 parent 7096396 commit 2ae4faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/comm_py/comm/rgbdClient.py.only-ice.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sys
import Ice
import rospy
from .ice.cameraIceClient import RgbdIceClient
from .ice.rgbdIceClient import RgbdIceClient

#if (sys.version_info[0] == 2):
# from .ros.listenerRgbd import ListenerRgbd
Expand Down Expand Up @@ -73,4 +73,4 @@ def getRgbdClient (jdrc, prefix):

cons = [__Rgbddisabled, __getRgbdIceClient, __getListenerRgbd]

return cons[server](jdrc, prefix)
return cons[server](jdrc, prefix)

0 comments on commit 2ae4faf

Please sign in to comment.