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

Move GRIP to wpilib-tools #599

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion source/docs/software/vision-processing/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ Vision Processing
:maxdepth: 2

introduction/index
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need something in the vision section that mentions GRIP. Can we add a ¶ to the intro?

grip/index
raspberry-pi/index
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ C++/Java

We have provided a GRIP project and the description below, as well as the example images, bundled into a ZIP that `can be found on TeamForge <https://usfirst.collab.net/sf/frs/do/viewRelease/projects.wpilib/frs.sample_programs.2017_c_java_vision_sample>`_.

See :ref:`docs/software/vision-processing/grip/using-generated-code-in-a-robot-program:Using Generated Code in a Robot Program` for details about integrating GRIP generated code in your robot program.
See :ref:`docs/software/wpilib-tools/grip/using-generated-code-in-a-robot-program:Using Generated Code in a Robot Program` for details about integrating GRIP generated code in your robot program.

The code generated by the included GRIP project will find OpenCV contours for green particles in images like the ones included in the Vision Images folder of this ZIP. From there you may wish to further process these contours to assess if they are the target. To do this:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Vision with GRIP
================
GRIP
====

.. toctree::
:maxdepth: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ You can either download a pre-built release of the code from the github page "Re
(https://github.com/WPIRoboticsProjects/GRIP) or you can clone the source repository and built it yourself. Directions on
building GRIP are on the project page. There is also additional documentation on the project wiki.

So, please play with GRiP and give us feedback here on the forum. If you find bugs, you can either post them here or as a
So, please play with GRIP and give us feedback here on the forum. If you find bugs, you can either post them here or as a
Github project issue on the project page.
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Welcome to the *FIRST*\ |reg| Robotics Competition Control System Documentation!
docs/software/wpilib-tools/shuffleboard/index
docs/software/wpilib-tools/smartdashboard/index
docs/software/wpilib-tools/pathweaver/index
docs/software/wpilib-tools/grip/index
docs/software/wpilib-tools/robotbuilder/index
docs/software/wpilib-tools/robot-simulation/index
docs/software/wpilib-tools/robot-characterization/index
Expand Down