Compare commits
No commits in common. "groups" and "master" have entirely different histories.
@ -28,7 +28,7 @@ class QtWrapper:
|
|||||||
|
|
||||||
if lang == 'eng':
|
if lang == 'eng':
|
||||||
self.language = ET
|
self.language = ET
|
||||||
self.log_info('Started english version of plugin')
|
self.log_info('Started english version of plugin NEW')
|
||||||
elif lang == 'pol':
|
elif lang == 'pol':
|
||||||
self.language = PT
|
self.language = PT
|
||||||
self.log_info('Polska wersja pluginu uruchomiona')
|
self.log_info('Polska wersja pluginu uruchomiona')
|
||||||
|
@ -57,10 +57,10 @@ class ROSWrapper:
|
|||||||
if self.periodic_timer != None:
|
if self.periodic_timer != None:
|
||||||
self.shutdown_timer(self.periodic_timer)
|
self.shutdown_timer(self.periodic_timer)
|
||||||
self.periodic_timer = rospy.Timer(rospy.Duration(0.1),self.publish_periodic_update)
|
self.periodic_timer = rospy.Timer(rospy.Duration(0.1),self.publish_periodic_update)
|
||||||
|
print("NEW")
|
||||||
if self.connection_timer != None:
|
if self.connection_timer != None:
|
||||||
self.shutdown_timer(self.connection_timer)
|
self.shutdown_timer(self.connection_timer)
|
||||||
self.connection_timer = rospy.Timer(rospy.Duration(1.5),self.handle_robot_connection_lost)
|
self.connection_timer = rospy.Timer(rospy.Duration(5),self.handle_robot_connection_lost)
|
||||||
|
|
||||||
if self.master_connection_timer != None:
|
if self.master_connection_timer != None:
|
||||||
self.shutdown_timer(self.master_connection_timer)
|
self.shutdown_timer(self.master_connection_timer)
|
||||||
|
Loading…
Reference in New Issue
Block a user