Skip to content

Commit

Permalink
Update client_node.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelchang committed Apr 27, 2016
1 parent 18093f2 commit bc4e4ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/client_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ def __init__(self, host, port, name, broadcasting, private_key,
# Creates all connections and subscribers and starts them.
# Runs a loop that checks for received messages.
def run(self):
if self.name.startswith("canopy_leaflet_"):
rospy.logerr("{}: names starting with 'canopy_leaflet_'"
" are reserved".format(self.name))
return
for topic, msg_type, trusted in self.broadcasting:
if topic[0] != "/":
topic = "/" + topic
Expand Down

0 comments on commit bc4e4ad

Please sign in to comment.