Compare commits

..
Author SHA1 Message Date
Raul Sanchez-Mateos ffdb12fb67 Bring old xrceanget name back for superbuild
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
2024-10-16 09:01:10 +02:00
Raul Sanchez-Mateos 2a0501d53a Remove microxrcedds_agent ros dependency
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
2024-10-16 08:29:28 +02:00
3 changed files with 5 additions and 5 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.13
- uses: ros-tooling/setup-ros@0.7.7
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.4.3
- uses : ros-tooling/action-ros-ci@0.3.13
with:
package-name: "micro_ros_agent"
target-ros2-distro: ${{ matrix.ros_distribution }}
+1 -1
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.11)
cmake_minimum_required(VERSION 3.5)
option(UROSAGENT_GENERATE_PROFILE
"Generates agent.refs according to the .msgs provided in the .repos" OFF
+2 -2
View File
@@ -4,8 +4,8 @@
<name>micro_ros_agent</name>
<version>5.0.20</version>
<description>micro-ROS Agent package</description>
<maintainer email="eugeniocollado@eprosima.com">Eugenio Collado</maintainer>
<maintainer email="davidlaseca@eprosima.com">David Laseca</maintainer>
<maintainer email="pablogarrido@eprosima.com">Pablo Garrido</maintainer>
<maintainer email="antoniocuadros@eprosima.com">Antonio Cuadros</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>