From d2726d812cd705a3e6bf7d2a47778ed0ae6be89f Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 27 Nov 2024 10:32:12 +0100 Subject: [PATCH 1/3] Update README with some more information --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c77f8ed..ad286b5 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) This repository contains Universal Robots ROS(2) interfaces like messages, services and actions. + +In contrast to the +[`ur_msgs`](https://index.ros.org/p/ur_msgs/github-ros-industrial-ur_msgs/#rolling) package, this +package contains the messages as they are published by the robot controller natively starting from +Polyscope 10.7. + +The [`ur_robot_driver`](https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver) still uses +the `ur_msgs` package, but it is planned to switch to this package in the future. From 363bf61d697fe72151a951dcebe887259265b956 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 27 Nov 2024 10:34:18 +0100 Subject: [PATCH 2/3] Update name to urinterfaces This is the same as it is on the robot controller --- CMakeLists.txt | 2 +- README.md | 4 ++-- package.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d8f0c10..8fab1bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(ur_interfaces) +project(urinterfaces) # Default to C++17 if(NOT CMAKE_CXX_STANDARD) diff --git a/README.md b/README.md index ad286b5..e5d8d71 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# ur_interfaces +# urinterfaces -[![industrial_ci](https://github.com/UniversalRobots/ur_interfaces/actions/workflows/industrial_ci.yml/badge.svg?branch=master)](https://github.com/UniversalRobots/ur_interfaces/actions/workflows/industrial_ci.yml) +[![industrial_ci](https://github.com/UniversalRobots/urinterfaces/actions/workflows/industrial_ci.yml/badge.svg?branch=master)](https://github.com/UniversalRobots/urinterfaces/actions/workflows/industrial_ci.yml) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause) diff --git a/package.xml b/package.xml index 1ee5c38..444c1b6 100644 --- a/package.xml +++ b/package.xml @@ -1,8 +1,8 @@ - ur_interfaces - 0.0.2 + urinterfaces + 0.0.3 A package containing ROS2 ur message definitions. Universal Robots A/S BSD-3-Clause From bc7780255b62935e3ad1925d0b4e9c0057e3886b Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Wed, 27 Nov 2024 11:24:40 +0100 Subject: [PATCH 3/3] Use ros@universal-robots.com as maintainer and author --- package.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.xml b/package.xml index 444c1b6..9607698 100644 --- a/package.xml +++ b/package.xml @@ -4,10 +4,10 @@ urinterfaces 0.0.3 A package containing ROS2 ur message definitions. - Universal Robots A/S + Universal Robots A/S BSD-3-Clause - Universal Robots A/S + Universal Robots A/S ament_cmake