mirror of
https://github.com/micro-ROS/micro-ROS-Agent.git
synced 2026-09-06 18:05:17 +02:00
Compare commits
9
Commits
rolling
...
92c512dfad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
92c512dfad | ||
|
|
1cc2c1f66d | ||
|
|
0c054f3fad | ||
|
|
f0d809138d | ||
|
|
e733b4b0a1 | ||
|
|
3cb79112ce | ||
|
|
7fdcd34283 | ||
|
|
cda8e875f6 | ||
|
|
045bd30657 |
@@ -12,7 +12,7 @@ assignees: ''
|
||||
- Hardware description: <!-- hardware where you are using micro-ROS -->
|
||||
- RTOS: <!-- RTOS where you are using micro-ROS -->
|
||||
- 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
|
||||
<!-- Detailed instructions on how to reliably reproduce this issue http://sscce.org/-->
|
||||
|
||||
@@ -3,7 +3,7 @@ name: CI micro-ROS Agent
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'rolling'
|
||||
- 'kilted'
|
||||
schedule:
|
||||
- cron: '33 6 * * *'
|
||||
|
||||
@@ -15,10 +15,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
ros_distribution: [ rolling ]
|
||||
ros_distribution: [ kilted ]
|
||||
include:
|
||||
- docker_image: ubuntu:24.04
|
||||
ros_distribution: rolling
|
||||
ros_distribution: kilted
|
||||
container:
|
||||
image: ${{ matrix.docker_image }}
|
||||
steps:
|
||||
|
||||
@@ -2,6 +2,20 @@
|
||||
Changelog for package micro-ros_agent
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
6.1.1 (2026-08-11)
|
||||
------------------
|
||||
* Update maintainers (`#275 <https://github.com/micro-ROS/micro-ROS-Agent/issues/275>`_)
|
||||
* Update CMakeLists.txt (`#247 <https://github.com/micro-ROS/micro-ROS-Agent/issues/247>`_) (`#263 <https://github.com/micro-ROS/micro-ROS-Agent/issues/263>`_)
|
||||
|
||||
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>`_)
|
||||
|
||||
6.0.0 (2024-05-31)
|
||||
------------------
|
||||
* Bump Micro XRCE-DDS Agent (`#226 <https://github.com/micro-ROS/micro-ROS-Agent/issues/226>`_)
|
||||
|
||||
@@ -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
|
||||
@@ -62,16 +62,15 @@ target_include_directories(${PROJECT_NAME}
|
||||
include
|
||||
)
|
||||
|
||||
ament_target_dependencies(${PROJECT_NAME}
|
||||
rosidl_typesupport_fastrtps_cpp
|
||||
rosidl_runtime_cpp
|
||||
rosidl_typesupport_cpp
|
||||
fastcdr
|
||||
fastdds
|
||||
rmw_dds_common
|
||||
rmw
|
||||
rmw_fastrtps_shared_cpp
|
||||
micro_ros_msgs
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
${micro_ros_msgs_TARGETS}
|
||||
${rmw_dds_common_TARGETS}
|
||||
rmw::rmw
|
||||
rmw_dds_common::rmw_dds_common_library
|
||||
rmw_fastrtps_shared_cpp::rmw_fastrtps_shared_cpp
|
||||
rosidl_runtime_cpp::rosidl_runtime_cpp
|
||||
rosidl_typesupport_cpp::rosidl_typesupport_cpp
|
||||
rosidl_typesupport_fastrtps_cpp::rosidl_typesupport_fastrtps_cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
|
||||
@@ -2,10 +2,10 @@
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>micro_ros_agent</name>
|
||||
<version>6.0.0</version>
|
||||
<version>6.1.1</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>
|
||||
|
||||
Reference in New Issue
Block a user