Compare commits

..
Author SHA1 Message Date
David Laseca Perez 3c258692a7 Bump superbuild Micro XRCE-DDS Agent pin to v3.0.1
v3.0.0 mishandles Fast DDS 3.x's DataWriter::write() return
code (ReturnCode_t misread as bool), causing FastDDSReplier
to treat successful service replies as failed writes. Fixed
upstream in eProsima/Micro-XRCE-DDS-Agent#385.

Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
2026-07-06 11:22:44 +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
Pablo Garrido beac621a94 Update SuperBuild.cmake (#238) 2024-10-16 08:10:36 +02:00
Pablo Garrido 9ededdbfe7 5.0.20 2024-10-14 12:30:21 +02:00
Pablo Garrido f43d2ecb0a Changelog 2024-10-14 12:29:41 +02:00
Carlos Espinoza CurtoandPablo Garrido 055d213294 Bump micro-ROS-Agent to Fast DDS v3.0.1 (#237)
* Bump to Fast DDS v3

Signed-off-by: Carlosespicur <carlosespicur@proton.me>

* Fix xrce agent package name and change git tag in SuperBuild.cmake

Signed-off-by: Carlosespicur <carlosespicur@proton.me>

* Bump XRCE Agent version

---------

Signed-off-by: Carlosespicur <carlosespicur@proton.me>
Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
2024-10-14 12:20:03 +02:00
Pablo Garrido af007872b0 5.0.2 2024-05-31 09:26:52 +02:00
Pablo Garrido e8dc4deda2 Changelog 2024-05-31 09:26:27 +02:00
Pablo Garrido 29aab24f8a Bump Jazzy CI (#227) 2024-05-31 09:24:23 +02:00
5 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ assignees: ''
- Hardware description: <!-- hardware where you are using micro-ROS --> - Hardware description: <!-- hardware where you are using micro-ROS -->
- RTOS: <!-- RTOS where you are using micro-ROS --> - RTOS: <!-- RTOS where you are using micro-ROS -->
- Installation type: <!-- micro_ros_setup, modules, etc --> - Installation type: <!-- micro_ros_setup, modules, etc -->
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, rolling --> - Version or commit hash: <!-- version of micro-ROS used: foxy, rolling -->
#### Steps to reproduce the issue #### Steps to reproduce the issue
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/--> <!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
+3 -3
View File
@@ -3,7 +3,7 @@ name: CI micro-ROS Agent
on: on:
pull_request: pull_request:
branches: branches:
- 'kilted' - 'jazzy'
schedule: schedule:
- cron: '33 6 * * *' - cron: '33 6 * * *'
@@ -15,10 +15,10 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
ros_distribution: [ kilted ] ros_distribution: [ jazzy ]
include: include:
- docker_image: ubuntu:24.04 - docker_image: ubuntu:24.04
ros_distribution: kilted ros_distribution: jazzy
container: container:
image: ${{ matrix.docker_image }} image: ${{ matrix.docker_image }}
steps: steps:
+4 -8
View File
@@ -2,17 +2,13 @@
Changelog for package micro-ros_agent Changelog for package micro-ros_agent
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6.1.0 (2025-07-10) 5.0.20 (2024-10-14)
------------------ -------------------
* Use target_link_libraries instead of ament_target_dependencies (`#253 <https://github.com/micro-ROS/micro-ROS-Agent/issues/253>`_)
* Remove fastrtps_cmake_module from CMakeLists.txt (`#248 <https://github.com/micro-ROS/micro-ROS-Agent/issues/248>`_)
* bump Micro XRCE-DDS Agent (`#245 <https://github.com/micro-ROS/micro-ROS-Agent/issues/245>`_)
* Undo changes in micro-ros agent compilation (`#239 <https://github.com/micro-ROS/micro-ROS-Agent/issues/239>`_)
* Update SuperBuild.cmake (`#238 <https://github.com/micro-ROS/micro-ROS-Agent/issues/238>`_)
* Bump micro-ROS-Agent to Fast DDS v3.0.1 (`#237 <https://github.com/micro-ROS/micro-ROS-Agent/issues/237>`_) * Bump micro-ROS-Agent to Fast DDS v3.0.1 (`#237 <https://github.com/micro-ROS/micro-ROS-Agent/issues/237>`_)
6.0.0 (2024-05-31) 5.0.2 (2024-05-31)
------------------ ------------------
* Jazzy Release
* Bump Micro XRCE-DDS Agent (`#226 <https://github.com/micro-ROS/micro-ROS-Agent/issues/226>`_) * Bump Micro XRCE-DDS Agent (`#226 <https://github.com/micro-ROS/micro-ROS-Agent/issues/226>`_)
5.0.1 (2024-01-29) 5.0.1 (2024-01-29)
+12 -10
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
@@ -35,6 +35,7 @@ find_package(microxrcedds_agent REQUIRED)
find_package(rosidl_cmake REQUIRED) find_package(rosidl_cmake REQUIRED)
find_package(fastcdr REQUIRED) find_package(fastcdr REQUIRED)
find_package(fastdds REQUIRED) find_package(fastdds REQUIRED)
find_package(fastrtps_cmake_module REQUIRED)
find_package(rmw_dds_common REQUIRED) find_package(rmw_dds_common REQUIRED)
find_package(rmw REQUIRED) find_package(rmw REQUIRED)
find_package(rcutils REQUIRED) find_package(rcutils REQUIRED)
@@ -62,15 +63,16 @@ target_include_directories(${PROJECT_NAME}
include include
) )
target_link_libraries(${PROJECT_NAME} ament_target_dependencies(${PROJECT_NAME}
${micro_ros_msgs_TARGETS} rosidl_typesupport_fastrtps_cpp
${rmw_dds_common_TARGETS} rosidl_runtime_cpp
rmw::rmw rosidl_typesupport_cpp
rmw_dds_common::rmw_dds_common_library fastcdr
rmw_fastrtps_shared_cpp::rmw_fastrtps_shared_cpp fastdds
rosidl_runtime_cpp::rosidl_runtime_cpp rmw_dds_common
rosidl_typesupport_cpp::rosidl_typesupport_cpp rmw
rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp rmw_fastrtps_shared_cpp
micro_ros_msgs
) )
target_link_libraries(${PROJECT_NAME} target_link_libraries(${PROJECT_NAME}
+1 -1
View File
@@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3"> <package format="3">
<name>micro_ros_agent</name> <name>micro_ros_agent</name>
<version>6.1.0</version> <version>5.0.20</version>
<description>micro-ROS Agent package</description> <description>micro-ROS Agent package</description>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer> <maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer> <maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>