Skip to content

Commit

Permalink
mod. loginfo sentence in switchbot_ros_client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
y-yosuke committed Apr 16, 2024
1 parent 261c360 commit f754384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion switchbot_ros/src/switchbot_ros/switchbot_ros_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __init__(self,
actionname,
SwitchBotCommandAction
)
rospy.loginfo("Waiting " + str(timeout) + "[sec] for action server to start .")
rospy.loginfo("Waiting for action server to start. (timeout: " + str(timeout) + "[sec])")
self.action_client.wait_for_server(timeout=rospy.Duration(timeout,0))

def get_devices(self, timeout=None):
Expand Down

0 comments on commit f754384

Please sign in to comment.