Skip to content

Commit

Permalink
Activating FM mixset
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLethbridge committed Jul 18, 2018
1 parent 5aa730b commit 3269d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/RoverController.ump
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Adapted from work by Author: Michal Pasternak originally in Java
// Umplified and modifies by author: Timothy Lethbridge

// One classes are being left un-umplifed (in Java)
// One class is being left un-umplifed (in Java)
external SocketCommunicator {}

// Class that formats and sends commands
Expand All @@ -18,8 +18,8 @@ mixset FM {
mixset AM {
use RoverController_AMfolllow.ump;
}
// use FM; // Activate the FM mixset
use AM; // Activate the AM mixset
use FM; // Activate the FM mixset (works better)
//use AM; // Activate the AM mixset


// Generic Rover class
Expand Down

0 comments on commit 3269d49

Please sign in to comment.