diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6fbcf8c..f9a94d8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
image: ${{ matrix.docker_image }}
steps:
- uses: actions/checkout@v4
- - uses: ros-tooling/setup-ros@0.7.7
+ - uses: ros-tooling/setup-ros@0.7.13
with:
use-ros2-testing: false
required-ros-distributions: ${{ matrix.ros_distribution }}
@@ -31,7 +31,7 @@ jobs:
run: |
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp
- - uses : ros-tooling/action-ros-ci@0.3.13
+ - uses : ros-tooling/action-ros-ci@0.4.3
with:
package-name: "micro_ros_agent"
target-ros2-distro: ${{ matrix.ros_distribution }}
diff --git a/micro_ros_agent/CMakeLists.txt b/micro_ros_agent/CMakeLists.txt
index 6706022..18e8fc3 100644
--- a/micro_ros_agent/CMakeLists.txt
+++ b/micro_ros_agent/CMakeLists.txt
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.11)
option(UROSAGENT_GENERATE_PROFILE
"Generates agent.refs according to the .msgs provided in the .repos" OFF
diff --git a/micro_ros_agent/package.xml b/micro_ros_agent/package.xml
index 0f90fa5..1dfb737 100644
--- a/micro_ros_agent/package.xml
+++ b/micro_ros_agent/package.xml
@@ -4,8 +4,8 @@
micro_ros_agent
5.0.2
micro-ROS Agent package
- Pablo Garrido
- Antonio Cuadros
+ Eugenio Collado
+ Carlos Espinoza
Apache License 2.0
ament_cmake