Revision 67f533d7
| client/python/hlrc_client/MiddlewareROS.py | ||
|---|---|---|
| 59 | 59 |
""" |
| 60 | 60 |
self.logger.info("initialising ROS middleware connection on scope %s" % (self.base_scope))
|
| 61 | 61 |
|
| 62 |
rospy.init_node('hlrc_client', anonymous=True)
|
|
| 62 |
try: |
|
| 63 |
rospy.init_node('hlrc_client', anonymous=True)
|
|
| 64 |
except rospy.exceptions.ROSException as e: |
|
| 65 |
print e |
|
| 63 | 66 |
|
| 64 | 67 |
self.logger.info("creating action clients")
|
| 65 | 68 |
|
Also available in: Unified diff