bit-bots / humanoid_league_misc

MIT License
0 stars 2 forks source link

Teamcomm uses broken ros timer #92

Closed SammyRamone closed 3 years ago

SammyRamone commented 3 years ago

Team comm uses the standard ros timer which does not work in simulation. Should be replaced with something else rospy.Timer(rospy.Duration.from_sec(1 / self.config['rate']), self.send_message)