Fixed some typos in the comments of MotorEncoderFixture.java, a method name in CANMotorEncoderFixture.java, and the README files

Change-Id: I87d982068f3e7cdcce6e5b06c34a7ef326f5eae0
This commit is contained in:
Tyler Veness
2015-11-23 00:35:34 -08:00
parent 75d1891a57
commit 5cee85f921
5 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
## Simulation Directory
Observe the following directory structure
Observe the following directory structure:
.
|-- frc_gazebo_plugins (contains Gazebo Plugins)
@@ -21,7 +21,7 @@ Observe the following directory structure
The gazbeo plugins are currently built with CMake.
Eventually they will be built with gradle.
All of this is delivered to students via a zip file
All of this is delivered to students via a zip file.
## Building
see the top level building.md
See the top level README.md.