Skip to content

Commit

Permalink
Add jazzy dashboards (#26)
Browse files Browse the repository at this point in the history
Signed-off-by: Yadunund <yadunund@intrinsic.ai>
  • Loading branch information
Yadunund committed Jun 17, 2024
1 parent 9f765f8 commit 06f353a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/rmf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ distributions:
rmf-iron:
url: https://raw.githubusercontent.com/open-rmf/rmf/iron/rmf.repos
rosdistro_url: https://raw.githubusercontent.com/ros/rosdistro/master/iron/distribution.yaml
rmf-jazzy:
url: https://raw.githubusercontent.com/open-rmf/rmf/jazzy/rmf.repos
rosdistro_url: https://raw.githubusercontent.com/ros/rosdistro/master/jazzy/distribution.yaml
rmf-rolling:
url: https://raw.githubusercontent.com/open-rmf/rmf/main/rmf.repos
rosdistro_url: https://raw.githubusercontent.com/ros/rosdistro/master/rolling/distribution.yaml
3 changes: 3 additions & 0 deletions config/ros2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ distributions:
iron:
url: https://raw.githubusercontent.com/ros2/ros2/iron/ros2.repos
rosdistro_url: https://raw.githubusercontent.com/ros/rosdistro/master/iron/distribution.yaml
jazzy:
url: https://raw.githubusercontent.com/ros2/ros2/jazzy/ros2.repos
rosdistro_url: https://raw.githubusercontent.com/ros/rosdistro/master/jazzy/distribution.yaml
rolling:
url: https://raw.githubusercontent.com/ros2/ros2/rolling/ros2.repos
rosdistro_url: https://raw.githubusercontent.com/ros/rosdistro/master/rolling/distribution.yaml
2 changes: 2 additions & 0 deletions pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ <h1 id="head"></h1>
<ul>
<li><a href="?distribution=humble">Humble</a></li>
<li><a href="?distribution=iron">Iron</a></li>
<li><a href="?distribution=jazzy">Jazzy</a></li>
<li><a href="?distribution=rolling">Rolling</a></li>
</ul>

Expand All @@ -43,6 +44,7 @@ <h1 id="head"></h1>
<ul>
<li><a href="?distribution=rmf-humble">Open-RMF-Humble</a></li>
<li><a href="?distribution=rmf-iron">Open-RMF-Iron</a></li>
<li><a href="?distribution=rmf-jazzy">Open-RMF-Jazzy</a></li>
<li><a href="?distribution=rmf-rolling">Open-RMF-Rolling</a></li>
</ul>

Expand Down

0 comments on commit 06f353a

Please sign in to comment.