Skip to content

Commit

Permalink
Update XRP and romi vscode screenshots (#2819)
Browse files Browse the repository at this point in the history
* Update XRP and romi vscode screenshots

* Reference image from vscode overview
  • Loading branch information
rzblue authored Nov 6, 2024
1 parent cdf4478 commit b821f3d
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
6 changes: 3 additions & 3 deletions source/docs/romi-robot/programming-romi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ WPILib comes with two templates for Romi projects, including one based on TimedR

Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`, and type "New project" into the prompt. Select the "Create a new project" command:

.. image:: images/programming-romi/romi-vscode-new-project.png
.. image:: /docs/software/vscode-overview/images/creating-robot-program/create-new-project.png

This will bring up the "New Project Creator Window". From here, click on "Select a project type (Example or Template), and pick "Example" from the prompt that appears:

.. image:: images/programming-romi/romi-vscode-select-type.png
.. image:: images/programming-romi/romi-vscode-select-example.png

Next, a list of examples will appear. Scroll through the list to find the "RomiReference" example:

Expand All @@ -43,7 +43,7 @@ To run a Romi program, first, ensure that your Romi is powered on. Next, connect

Now to start your Romi robot code, open the WPILib Command Palette (type :kbd:`Ctrl+Shift+P`) and select "Simulate Robot Code", or press :kbd:`F5`.

.. image:: images/programming-romi/romi-vscode-launch-sim.png
.. image:: images/programming-romi/romi-vscode-simulate.png
:alt: Launching simulation via the WPILib Command Palette

If all goes well, you should see a line in the console output that reads "HALSimWS: WebSocket Connected":
Expand Down
Binary file not shown.
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.
2 changes: 1 addition & 1 deletion source/docs/xrp-robot/programming-xrp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WPILib comes with two templates for XRP projects, including one based on TimedRo

Bring up the Visual Studio Code command palette with :kbd:`Ctrl+Shift+P`, and type "New project" into the prompt. Select the "Create a new project" command:

.. image:: images/programming-xrp/xrp-vscode-new-project.png
.. image:: /docs/software/vscode-overview/images/creating-robot-program/create-new-project.png

This will bring up the "New Project Creator Window". From here, click on "Select a project type (Example or Template)", and pick "Example" from the prompt that appears:

Expand Down

0 comments on commit b821f3d

Please sign in to comment.