Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
braraki committed Nov 8, 2017
1 parent 82869e4 commit 33df59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def modify_header_stamp(self, message):

def modify_stamped_message(self, message):
if hasattr(message, 'child_frame_id'):
self.modify_child_frame_msg(message)
self.modify_child_frame(message)

if hasattr(message, 'header'):
self.modify_header_frame_id(message)
Expand Down

0 comments on commit 33df59e

Please sign in to comment.