bit-bots / humanoid_league_misc

MIT License
0 stars 2 forks source link

Use current time in teamdata message #98

Closed timonegk closed 3 years ago

timonegk commented 3 years ago

Proposed changes

Multiple robots can have different clocks. That might lead to problems in the team communication. This pull request fixes the issue by using the current rostime of the receiving robot for the teamdata message.

Necessary checks