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 II
Browse files Browse the repository at this point in the history
  • Loading branch information
fqez authored Oct 25, 2017
1 parent 2ae4faf commit 42a8371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libs/comm_py/comm/rgbdClient.py.ros.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 @@ -81,4 +81,4 @@ def getRgbdClient (jdrc, prefix):

cons = [__Rgbddisabled, __getRgbdIceClient, __getListenerRgbd]

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

0 comments on commit 42a8371

Please sign in to comment.