8 Commits
Author SHA1 Message Date
mergify[bot]andAntón Casas 100bf269e7 Update maintainers (#16) (#17)
(cherry picked from commit 2ea89dcb89)

Signed-off-by: Antón Casas <antoncasas@eprosima.com>
Co-authored-by: Antón Casas <antoncasas@eprosima.com>
2025-09-15 16:29:59 +02:00
mergify[bot]andPablo Garrido 325af0192c Bump maintainer (#12) (#14)
(cherry picked from commit b935f634ba)

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
2025-07-16 08:30:05 +02:00
Pablo Garrido 10be4d005f 3.0.1 2024-02-01 07:33:57 +01:00
Pablo Garrido 84af3303ea Changelog 2024-02-01 07:33:50 +01:00
mergify[bot]andPablo Garrido 9f9ab03b5d Add contributing file (#9) (#10)
(cherry picked from commit 9bf9ddf7ce)

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
2023-12-05 14:40:32 +01:00
mergify[bot] 69855ee965 Update package.xml (#4) (#5) 2023-09-05 19:50:28 +02:00
acuadros95 3e7eb50f5b 3.0.0 2023-06-06 10:04:08 +00:00
acuadros95 519bdd9d20 Changelog 2023-06-06 10:03:59 +00:00
2 changed files with 7 additions and 6 deletions
+4 -4
View File
@@ -2,12 +2,12 @@
Changelog for package micro_ros_msgs Changelog for package micro_ros_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5.0.1 (2024-02-01) 3.0.1 (2024-02-01)
------------------ ------------------
* Add contributing file (`#9 <https://github.com/micro-ROS/micro_ros_msgs/issues/9>`_) (`#11 <https://github.com/micro-ROS/micro_ros_msgs/issues/11>`_) * Add contributing file (`#9 <https://github.com/micro-ROS/micro_ros_msgs/issues/9>`_) (`#10 <https://github.com/micro-ROS/micro_ros_msgs/issues/10>`_)
* Update package.xml (`#4 <https://github.com/micro-ROS/micro_ros_msgs/issues/4>`_) (`#6 <https://github.com/micro-ROS/micro_ros_msgs/issues/6>`_) * Update package.xml (`#4 <https://github.com/micro-ROS/micro_ros_msgs/issues/4>`_) (`#5 <https://github.com/micro-ROS/micro_ros_msgs/issues/5>`_)
5.0.0 (2023-06-06) 3.0.0 (2023-06-06)
------------------ ------------------
1.0.0 (2021-08-30) 1.0.0 (2021-08-30)
+3 -2
View File
@@ -2,9 +2,10 @@
<?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_msgs</name> <name>micro_ros_msgs</name>
<version>5.0.1</version> <version>3.0.1</version>
<description>Definitions for the ROS 2 msgs entities information used by micro-ROS to leverage its functionality to the same level as ROS 2, by means of a dedicated graph manager</description> <description>Definitions for the ROS 2 msgs entities information used by micro-ROS to leverage its functionality to the same level as ROS 2, by means of a dedicated graph manager</description>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer> <maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</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>