Compare commits

...
Author SHA1 Message Date
5bae418fb0 Update maintainers (backport #259) (#274)
* Update maintainers (#259)

(cherry picked from commit e733b4b0a1)

* Update maintainers

Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>

---------

Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
Co-authored-by: Antón Casas <antoncasas@eprosima.com>
Co-authored-by: David Laseca Perez <davidlaseca@eprosima.com>
2026-07-07 08:26:10 +02:00
mergify[bot]andRafal Gorecki b4350945ec Update CMakeLists.txt (#247) (#273)
(cherry picked from commit 52abdf5a98)

Co-authored-by: Rafal Gorecki <126687345+rafal-gorecki@users.noreply.github.com>
2026-07-06 10:58:52 +02:00
mergify[bot]andAntón Casas 6feb61e801 Bump setup-ros and action-ros-ci (#249) (#272)
(cherry picked from commit 0e6e8e3673)

Signed-off-by: Antón Casas <antoncasas@eprosima.com>
Co-authored-by: Antón Casas <antoncasas@eprosima.com>
2026-07-06 10:57:05 +02:00
Raul Sanchez-Mateos Lizano 91461248d2 Undo changes in micro-ros agent compilation (#239)
* Remove microxrcedds_agent ros dependency

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

* Bring old xrceanget name back for superbuild

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

---------

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
2024-10-16 09:52:28 +02:00
4 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -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 }}
+2 -2
View File
@@ -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
@@ -31,10 +31,10 @@ else()
endif()
find_package(ament_cmake REQUIRED)
find_package(microxrcedds_agent REQUIRED)
find_package(rosidl_cmake REQUIRED)
find_package(fastcdr REQUIRED)
find_package(fastdds REQUIRED)
find_package(microxrcedds_agent REQUIRED)
find_package(fastrtps_cmake_module REQUIRED)
find_package(rmw_dds_common REQUIRED)
find_package(rmw REQUIRED)
+4 -4
View File
@@ -19,10 +19,10 @@ unset(_deps)
enable_language(C)
enable_language(CXX)
unset(microxrcedds_agent_DIR CACHE)
find_package(microxrcedds_agent 3 EXACT QUIET)
unset(xrceagent_DIR CACHE)
find_package(xrceagent 3 EXACT QUIET)
if(NOT xrceagent_FOUND)
ExternalProject_Add(microxrcedds_agent
ExternalProject_Add(xrceagent
GIT_REPOSITORY
https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
GIT_TAG
@@ -64,5 +64,5 @@ ExternalProject_Add(micro_ros_agent
INSTALL_COMMAND
""
DEPENDS
microxrcedds_agent
xrceagent
)
+2 -3
View File
@@ -4,8 +4,8 @@
<name>micro_ros_agent</name>
<version>5.0.20</version>
<description>micro-ROS Agent package</description>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>
<maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
<maintainer email="davidlaseca@eprosima.com">David Laseca</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
@@ -20,7 +20,6 @@
<depend>rmw_fastrtps_shared_cpp</depend>
<depend>rmw_dds_common</depend>
<depend>micro_ros_msgs</depend>
<depend>microxrcedds_agent</depend>
<test_depend>rosidl_typesupport_fastrtps_cpp</test_depend>
<test_depend>ament_cmake_gtest</test_depend>