mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Compare commits
12
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3cb79112ce | ||
|
|
7fdcd34283 | ||
|
|
cda8e875f6 | ||
|
|
045bd30657 | ||
|
|
cbc5bf069c | ||
|
|
dfa6221e92 | ||
|
|
8a7b5baf1b | ||
|
|
96a24c0fa7 | ||
|
|
a939d1d407 | ||
|
|
e77dca435b | ||
|
|
904d890366 | ||
|
|
5edc16903c |
@@ -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: foxy, rolling -->
|
- Version or commit hash: <!-- version of micro-ROS used: humble, jazzy, kilted, 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,7 +3,7 @@ name: CI micro-ROS Agent
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- 'jazzy'
|
- 'kilted'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '33 6 * * *'
|
- cron: '33 6 * * *'
|
||||||
|
|
||||||
@@ -15,15 +15,15 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [ ubuntu-latest ]
|
os: [ ubuntu-latest ]
|
||||||
ros_distribution: [ jazzy ]
|
ros_distribution: [ kilted ]
|
||||||
include:
|
include:
|
||||||
- docker_image: ubuntu:24.04
|
- docker_image: ubuntu:24.04
|
||||||
ros_distribution: jazzy
|
ros_distribution: kilted
|
||||||
container:
|
container:
|
||||||
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 }}
|
||||||
|
|||||||
@@ -2,13 +2,17 @@
|
|||||||
Changelog for package micro-ros_agent
|
Changelog for package micro-ros_agent
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
5.0.20 (2024-10-14)
|
6.1.0 (2025-07-10)
|
||||||
-------------------
|
------------------
|
||||||
|
* 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>`_)
|
||||||
|
|
||||||
5.0.2 (2024-05-31)
|
6.0.0 (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)
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ 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)
|
||||||
@@ -63,16 +62,15 @@ target_include_directories(${PROJECT_NAME}
|
|||||||
include
|
include
|
||||||
)
|
)
|
||||||
|
|
||||||
ament_target_dependencies(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
rosidl_typesupport_fastrtps_cpp
|
${micro_ros_msgs_TARGETS}
|
||||||
rosidl_runtime_cpp
|
${rmw_dds_common_TARGETS}
|
||||||
rosidl_typesupport_cpp
|
rmw::rmw
|
||||||
fastcdr
|
rmw_dds_common::rmw_dds_common_library
|
||||||
fastdds
|
rmw_fastrtps_shared_cpp::rmw_fastrtps_shared_cpp
|
||||||
rmw_dds_common
|
rosidl_runtime_cpp::rosidl_runtime_cpp
|
||||||
rmw
|
rosidl_typesupport_cpp::rosidl_typesupport_cpp
|
||||||
rmw_fastrtps_shared_cpp
|
rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp
|
||||||
micro_ros_msgs
|
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(${PROJECT_NAME}
|
target_link_libraries(${PROJECT_NAME}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ if(NOT xrceagent_FOUND)
|
|||||||
GIT_REPOSITORY
|
GIT_REPOSITORY
|
||||||
https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
|
https://github.com/eProsima/Micro-XRCE-DDS-Agent.git
|
||||||
GIT_TAG
|
GIT_TAG
|
||||||
v3.0.0
|
v3.0.1
|
||||||
PREFIX
|
PREFIX
|
||||||
${PROJECT_BINARY_DIR}/agent
|
${PROJECT_BINARY_DIR}/agent
|
||||||
INSTALL_DIR
|
INSTALL_DIR
|
||||||
|
|||||||
@@ -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>5.0.20</version>
|
<version>6.1.0</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user