Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list of things HOMAR makes easier to include changes in 1.1 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here is a list of all the things HOMAR can do:
* Integration with encoders to provide precise control of position
* An innovation we call "extrinsic course control" that makes it easy for a holonomic robot to go in the same direction no matter which way it is facing
* Controllers
* Ready-to-use PID controller code (we learned calculus so you don't have to! :))
* Ready-to-use, highly-configurable PID controller code (we learned calculus so you don't have to! :))
* Integration with the drivetrain package (see above) and the sensor package (see below), including:
* Support for sensors (e.g. an integrating gyro) that provide both a value and the derivative of that value over time
* Code for tasks (e.g. rotating a robot) that need some way of determining how close to the target value is close enough (we call this a "finishing algorithm")
Expand Down Expand Up @@ -106,6 +106,8 @@ You can find the Javadoc reference for the most recent version of the library at
The files in the `/doc` folder aren't meant to be edited directly. If you have made changes to the Javadoc comments within the library code and would like these to be reflected in the HTML Javadoc reference, you can use Android Studio's built-in terminal to run the command `./gradlew HOMARJavadoc` (Mac/Linux) or `gradlew HOMARJavadoc` (Windows). (On Mac/Linux, you may have to first give yourself execute permissions with the command `chmod +x gradlew`.)

## Changelog
### develop
* **Added** Changes from 1.1 are now reflected in the list of tasks HOMAR makes easier
### 1.1 (released 2019-2-5):
* **Fixed** Non-Git installation instructions and added detail to Git installation instructions
* **Fixed** TankDrivetrain positioning formula
Expand Down