Skip to content

Commit 212e140

Browse files
Update Micro ROS Setup tag (#259)
* Refs #23937: Update Micro ROS Setup tag & Free space Signed-off-by: Carlos Ferreira González <[email protected]> * Refs #23937: Apply cleaning to other branches Signed-off-by: Carlos Ferreira González <[email protected]> * Refs #23937: Use Prerequisites Signed-off-by: Carlos Ferreira González <[email protected]> * Refs #23937: Add video to VulcanAI overview Signed-off-by: Carlos Ferreira González <[email protected]> --------- Signed-off-by: Carlos Ferreira González <[email protected]>
1 parent cda9aae commit 212e140

File tree

7 files changed

+25
-3
lines changed

7 files changed

+25
-3
lines changed

.github/workflows/humble_sources_ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
runs-on: ubuntu-22.04
2020

2121
steps:
22+
- name: Free disk space
23+
uses: eProsima/eProsima-CI/ubuntu/free_disk_space@v0
24+
2225
- uses: actions/checkout@v4
2326
with:
2427
ref: ${{ github.head_ref || 'humble'}}

.github/workflows/iron_sources_ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
runs-on: ubuntu-22.04
2020

2121
steps:
22+
- name: Free disk space
23+
uses: eProsima/eProsima-CI/ubuntu/free_disk_space@v0
24+
2225
- uses: actions/checkout@v4
2326
with:
2427
ref: ${{ github.head_ref || 'iron'}}

.github/workflows/jazzy_sources_ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
runs-on: ubuntu-24.04
2020

2121
steps:
22+
- name: Free disk space
23+
uses: eProsima/eProsima-CI/ubuntu/free_disk_space@v0
24+
2225
- name: Remove default swig version
2326
run: sudo apt-get remove -y swig
2427

.github/workflows/kilted_sources_ubuntu.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
runs-on: ubuntu-24.04
2222

2323
steps:
24+
- name: Free disk space
25+
uses: eProsima/eProsima-CI/ubuntu/free_disk_space@v0
26+
2427
- name: Remove default swig version
2528
run: sudo apt-get remove -y swig
2629

docs/rst/tutorials/vulcanai/turtlesim/requirements.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _tutorials_vulcanai_turtlesim_requirements:
22

3-
Requisites
4-
==========
3+
Prerequisites
4+
=============
55

66
.. note::
77
VulcanAI is currently in active development, and new features and improvements are being added regularly.

docs/rst/vulcanai/vulcanai_introduction.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ The following sections describe the main features of VulcanAI and introduces its
2424

2525
vulcanai_installation/vulcanai_installation.rst
2626
vulcanai_tools/vulcanai_tools.rst
27+
28+
A simple demo of the potential of VulcanAI can be found in the following video:
29+
30+
.. raw:: html
31+
32+
<div class="video-center">
33+
<video controls playsinline muted loop>
34+
<source src="../../_static/resources/tutorials/vulcanai/pentagon.mp4">
35+
</video>
36+
</div>

vulcanexus.repos

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ repositories:
6666
eProsima/Micro-ROS-Setup:
6767
type: git
6868
url: https://github.com/micro-ROS/micro_ros_setup.git
69-
version: 6.0.0
69+
version: 6.0.1
7070
eProsima/Micro-XRCE-DDS-Agent:
7171
type: git
7272
url: https://github.com/eProsima/Micro-XRCE-DDS-Agent

0 commit comments

Comments
 (0)