Skip to content

sjkelly/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
```

About

WPI IEEE Smart Mouse

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.8%
  • C++ 17.0%
  • C 8.1%
  • Perl 1.6%
  • Java 0.3%
  • Shell 0.2%