Skip to content

Commit

Permalink
Update RandomWalkPlan.java
Browse files Browse the repository at this point in the history
  • Loading branch information
lightyz committed Apr 4, 2016
1 parent 43eaac0 commit adbc75b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import com.robotca.ControlApp.Core.ControlMode;
import com.robotca.ControlApp.Core.RobotController;
import android.media.AudioManager;
import android.media.ToneGenerator;

import java.util.Random;
import java.util.Timer;

Expand Down

1 comment on commit adbc75b

@lightyz
Copy link
Contributor Author

@lightyz lightyz commented on adbc75b May 4, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this causes the audio to be able to work in the entire project, in this instance it gives the option of audio being added to the random walk plan which i used as a way to debug my warning plan class

Please sign in to comment.