Skip to content

Commit

Permalink
Deploying to gh-pages from @ 6f6cf09 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanperez-keera committed Jan 11, 2024
1 parent 29ed404 commit ca12e72
Show file tree
Hide file tree
Showing 36 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rolling/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 5a7ebf9eed4a43b014599e0b3aeeeed1
config: ed7a0af1cbc9e5a50927b418f5b71f04
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified rolling/.doctrees/Demos.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Demos/Canadarm.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Demos/Mars-Rover.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Getting-Started.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Getting-Started/Building-From-Source.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Getting-Started/Docker-Images.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/MC-DC-Testing-Tool.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/Reproducing-CI-Results.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/Use-Cobra.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/Use-Custom-Allocator.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/Use-Simulation-Assets.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/Use-The-Dashboard.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/How-To-Guides/Use-VSCode-With-Docker.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Introduction.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Introduction/About-Space-ROS.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Introduction/Dev-And-Release-Model.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Introduction/How-Space-ROS-Differs.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Related-Projects.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Related-Projects/Cobra.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Related-Projects/Doorstop.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Related-Projects/FRET.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Related-Projects/IKOS.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Related-Projects/Ogma.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/The-Space-ROS-Project/Contributing.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Tutorials.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Tutorials/Back-Porting-Requirements.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Tutorials/Eventing-And-Telemetry.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/Tutorials/First-Time-Building.doctree
Binary file not shown.
Binary file not shown.
Binary file modified rolling/.doctrees/Tutorials/Run-On-RTEMS.doctree
Binary file not shown.
Binary file modified rolling/.doctrees/environment.pickle
Binary file not shown.
Binary file modified rolling/.doctrees/index.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion rolling/How-To-Guides/Use-The-Dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h1>Using the Space ROS Dashboard<a class="headerlink" href="#using-the-space-ro
<h2>Prerequisites<a class="headerlink" href="#prerequisites" title="Permalink to this headline"></a></h2>
<p>In order to use the Space ROS Dashboard, you will have to install <a class="reference external" href="https://code.visualstudio.com/">Visual Studio Code</a> and the <a class="reference external" href="https://marketplace.visualstudio.com/items?itemName=openrobotics.spaceros-dashboard">Space ROS Dashboard extension</a>.</p>
<p>You will also need to have SARIF data to view, which you can obtain through running <code class="xref any docutils literal notranslate"><span class="pre">colcon</span> <span class="pre">build</span></code> and then <code class="xref any docutils literal notranslate"><span class="pre">colcon</span> <span class="pre">test</span></code>.
Note, that you will have to enable exporting of the compile commands, which you can do by running <code class="xref any docutils literal notranslate"><span class="pre">colcon</span> <span class="pre">build</span></code> with <code class="xref any docutils literal notranslate"><span class="pre">--cmake-args</span> <span class="pre">-DCMAKE_EXPORT_COMPILE_COMMANDS</span></code> or by adding <code class="xref any docutils literal notranslate"><span class="pre">set(COLCON_EXPORT_COMPILE_COMMANDS</span> <span class="pre">ON)</span></code> in the package’s <code class="xref any docutils literal notranslate"><span class="pre">CMakeLists.txt</span></code> file.</p>
Note, that you will have to enable exporting of the compile commands, which you can do by running <code class="xref any docutils literal notranslate"><span class="pre">colcon</span> <span class="pre">build</span></code> with <code class="xref any docutils literal notranslate"><span class="pre">--cmake-args</span> <span class="pre">-DCMAKE_EXPORT_COMPILE_COMMANDS=ON</span></code> or by adding <code class="xref any docutils literal notranslate"><span class="pre">set(COLCON_EXPORT_COMPILE_COMMANDS</span> <span class="pre">ON)</span></code> in the package’s <code class="xref any docutils literal notranslate"><span class="pre">CMakeLists.txt</span></code> file.</p>
<p>Optionally, you can use <a class="reference external" href="https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers">Microsoft’s Dev Containers Extension</a> to use the Space ROS Dashboard with Visual Studio Code inside of a Docker container.</p>
</div>
<div class="section" id="dispositioning-issues">
Expand Down
2 changes: 1 addition & 1 deletion rolling/_sources/How-To-Guides/Use-The-Dashboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Prerequisites
In order to use the Space ROS Dashboard, you will have to install `Visual Studio Code <https://code.visualstudio.com/>`_ and the `Space ROS Dashboard extension <https://marketplace.visualstudio.com/items?itemName=openrobotics.spaceros-dashboard>`_.

You will also need to have SARIF data to view, which you can obtain through running `colcon build` and then `colcon test`.
Note, that you will have to enable exporting of the compile commands, which you can do by running `colcon build` with `--cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS` or by adding `set(COLCON_EXPORT_COMPILE_COMMANDS ON)` in the package's `CMakeLists.txt` file.
Note, that you will have to enable exporting of the compile commands, which you can do by running `colcon build` with `--cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=ON` or by adding `set(COLCON_EXPORT_COMPILE_COMMANDS ON)` in the package's `CMakeLists.txt` file.


Optionally, you can use `Microsoft's Dev Containers Extension <https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers>`_ to use the Space ROS Dashboard with Visual Studio Code inside of a Docker container.
Expand Down

0 comments on commit ca12e72

Please sign in to comment.