Skip to content

Commit

Permalink
Making the use_local_time parameter local
Browse files Browse the repository at this point in the history
  • Loading branch information
a20r committed Nov 8, 2017
1 parent 8a5c94c commit 82869e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ def descriptionSend(self):
types = rospy.get_param("~types", [])
trusted = rospy.get_param("~trusted", [])
global_frames = rospy.get_param("~global_frames", [])
leaflets = rospy.get_param("leaflets", [])
use_local_time = rospy.get_param("use_local_time", False)
leaflets = rospy.get_param("~leaflets", [])
use_local_time = rospy.get_param("~use_local_time", False)
host = rospy.get_param("~host")
port = rospy.get_param("~port")
private_key = rospy.get_param("~private_key")
Expand Down

0 comments on commit 82869e4

Please sign in to comment.