Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
将 speaker_done 发布频率降低到 1Hz see #6 comment 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyparser committed Apr 3, 2017
1 parent e25f1b4 commit f248af2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class RosBridgeCommunicateThread<T> extends HandlerThread {

static {
DEFAULT_DELAY = 1000; // 1000ms = delay 1s
DEFAULT_FREQ = 100; // 100ms = 10Hz
DEFAULT_FREQ = 1000; // 100ms = 10Hz, 1000ms = 1Hz
}

private boolean mSpeakerDone;
Expand Down

0 comments on commit f248af2

Please sign in to comment.