Compare commits

..
3 Commits
Author SHA1 Message Date
Rafal Gorecki 52abdf5a98 Update CMakeLists.txt (#247) 2025-09-30 07:44:51 +02:00
mergify[bot]andAntón Casas b9164d08a9 Update maintainers (#259) (#261)
(cherry picked from commit e733b4b0a1)

Co-authored-by: Antón Casas <antoncasas@eprosima.com>
2025-09-16 09:34:43 +02:00
Antón Casas 0e6e8e3673 Bump setup-ros and action-ros-ci (#249)
Signed-off-by: Antón Casas <antoncasas@eprosima.com>
2025-06-03 11:07:14 +02:00
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ jobs:
image: ${{ matrix.docker_image }} image: ${{ matrix.docker_image }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@0.7.7 - uses: ros-tooling/setup-ros@0.7.13
with: with:
use-ros2-testing: false use-ros2-testing: false
required-ros-distributions: ${{ matrix.ros_distribution }} required-ros-distributions: ${{ matrix.ros_distribution }}
@@ -31,7 +31,7 @@ jobs:
run: | run: |
apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs apt-get install ros-${{ matrix.ros_distribution }}-micro-ros-msgs
apt-get install ros-${{ matrix.ros_distribution }}-rmw-fastrtps-cpp 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: with:
package-name: "micro_ros_agent" package-name: "micro_ros_agent"
target-ros2-distro: ${{ matrix.ros_distribution }} target-ros2-distro: ${{ matrix.ros_distribution }}
+1 -1
View File
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.11)
option(UROSAGENT_GENERATE_PROFILE option(UROSAGENT_GENERATE_PROFILE
"Generates agent.refs according to the .msgs provided in the .repos" OFF "Generates agent.refs according to the .msgs provided in the .repos" OFF
+2 -2
View File
@@ -4,8 +4,8 @@
<name>micro_ros_agent</name> <name>micro_ros_agent</name>
<version>5.0.2</version> <version>5.0.2</version>
<description>micro-ROS Agent package</description> <description>micro-ROS Agent package</description>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer> <maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer> <maintainer email="carlosespinoza@eprosima.com">Carlos Espinoza</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend> <buildtool_depend>ament_cmake</buildtool_depend>