Skip to content

Commit

Permalink
Updated OpMode instructions in AS
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamsr committed Dec 14, 2024
1 parent d42b295 commit 894e0e7
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,23 @@ On the Driver Station, use the ``TeleOp`` dropdown list control to
display the list of available op modes. Select your op mode
("MyFIRSTJavaOpMode") from the list.
.. image:: images/OpModeSelectionDH.png
:align: center
|
.. image:: images/OnBotDoc_SelectMyFIRSTOpMode.jpg
:align: center
|
Press the "INIT" button to initialize the op mode.
.. image:: images/InitDH.png
:align: center
|
.. image:: images/OnBotDoc_MyFIRSTPushInit.jpg
:align: center
Expand All @@ -415,6 +425,11 @@ the waitForStart statement. It will then wait until you press the start
button (which is represented by the triangular shaped symbol) to
continue.
.. image:: images/RunDH.png
:align: center
|
.. image:: images/OnBotDoc_PressStart.jpg
:align: center
Expand All @@ -424,6 +439,11 @@ Once you press the start button, the op mode will continue to iterate
and send the "Status: Running" message to the Driver Station. To stop
the op mode, press the square-shaped stop button.
.. image:: images/TelemetryDH.png
:align: center
|
.. image:: images/OnBotDoc_PressStop.jpg
:align: center
Expand Down Expand Up @@ -505,18 +525,14 @@ Your op mode takes input from a gamepad and uses this input to control a
DC motor. To run your op mode, you will need to connect a Logitech F310
gamepad to the Driver Station.
Before you connect your gamepad to the phone, verify that the switch on
the bottom of the gamepad is set to the "X" (i.e., the "Xbox" mode)
position.
Connect the gamepad to the Driver Station using the Micro USB OTG
adapter cable.
.. image:: images/RunningOpModeStep1.jpg
.. image:: images/GamepadDHConnection.jpg
:align: center
|
Connect the gamepad to the Driver Station using the Micro USB OTG
adapter cable.
.. image:: images/RunningOpModeStep2.jpg
:align: center
Expand Down Expand Up @@ -549,6 +565,11 @@ the User #1 gamepad icon should highlight green each time you move the
joystick. Also note that the target power and actual motor power values
should be displayed in the telemetry area on the Driver Station.
.. image:: images/TelemetryDH.png
:align: center
|
.. image:: images/OnBotDoc_RunOpModeDCMotor.jpg
:align: center
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 894e0e7

Please sign in to comment.