Skip to content

Commit

Permalink
Merge pull request #449 from CMU-Robotics-Club/vivaan_nuke_unused
Browse files Browse the repository at this point in the history
Remove unused files and moved others around
  • Loading branch information
VivaanBahl authored Dec 3, 2016
2 parents bb58c37 + f7b95b9 commit 885b12e
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 469 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.roboclub.robobuggy.utilities;
package com.roboclub.robobuggy.main;

import java.lang.reflect.Field;
import java.util.Arrays;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import com.roboclub.robobuggy.robots.AbstractRobot;
import com.roboclub.robobuggy.robots.TransistorDataCollection;
import com.roboclub.robobuggy.ui.Gui;
import com.roboclub.robobuggy.utilities.JNISetup;


/**
Expand Down

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.roboclub.robobuggy.map;

/**
* Representation of a point on a {@link Map}.
* Representation of a point on a Map.
* For now this value will be stored as a 2d (x,y) pair
*/
public class Point implements MapObject {
public class Point {
private double x;
private double y;

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 885b12e

Please sign in to comment.