Skip to content

WPISmartmouse/SmartMouse

 
 

Repository files navigation

The source for the WPI SmartMouse robot, which will be entered into the Brown IEEE Challenge. 


Folder structure:
 * CAD: Contain 3d model of the robot for reprap printing
 * MapleCode: Alex's code for interfacing with the robot
 * MazeGenerator: Trial Java code for analyzing the best way to find the fittest path
 * MouseSimulator: Java code that goes with SmartMouse directory for reading standard i/o input, and making diagrams
 * SmartMouse: Fake robot running on the local machine for trying out the algorithms
 * mouse: Final code for the robot, needs to merge SmartMouse, MapleCode



For setting to setup the repository:
```
echo "Cloning into github: "
git clone [email protected]:Nican/SmartMouse.git smartmouse
echo "Moving into new cloned git repo:"
cd smartmouse
echo "Initializing submodules (clones https://github.com/leaflabs/libmaple into the libmaple folder)"
git submodule init
echo "Downloads/updaing the submodules"
git submodule update
```

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.5%
  • C 17.6%
  • Java 1.1%
  • Shell 0.7%
  • OpenSCAD 0.6%
  • Makefile 0.2%
  • Other 0.3%