Skip to content

Commit

Permalink
use same default status_frequency as in python and cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer authored and schani@cob4-20 committed Aug 31, 2018
1 parent f0ffd4b commit d5a7eaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private void publishServer(ConnectedNode node) {
public void run() {
sendStatusTick();
}
}, 2000, 1000);
}, 2000, 200); //default status_frequency is 5Hz for python and cpp
}

/**
Expand Down

0 comments on commit d5a7eaa

Please sign in to comment.