Revision d8feb404 client/python/hlrc_client/RobotController.py

View differences:

client/python/hlrc_client/RobotController.py
56 56
                self.logger.error("failed to import ROS or the necessary data types: {}".format(e))
57 57
                sys.exit(errno.EINVAL)
58 58

  
59
            # import worked, safe to instantiate RSB mw now
59
            # import worked, safe to instantiate ROS mw now
60 60
            self.middleware = MiddlewareROS(self.scope, self.loglevel, timeout)
61 61
        else:
62 62
            self.logger.error("invalid middleware requested (%s). supported: {ROS}\n\n" % (self.mw))

Also available in: Unified diff