Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update metainfo #5

Merged
merged 3 commits into from
Nov 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.5)

project(ur_interfaces)
project(urinterfaces)

# Default to C++17
if(NOT CMAKE_CXX_STANDARD)
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# 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)

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.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.1"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ur_interfaces</name>
<version>0.0.2</version>
<name>urinterfaces</name>
<version>0.0.3</version>
<description>A package containing ROS2 ur message definitions.</description>
<maintainer email="support@universal-robots.com">Universal Robots A/S</maintainer>
<maintainer email="ros@universal-robots.com">Universal Robots A/S</maintainer>
<license>BSD-3-Clause</license>

<author email="support@universal-robots.com">Universal Robots A/S</author>
<author email="ros@universal-robots.com">Universal Robots A/S</author>

<buildtool_depend>ament_cmake</buildtool_depend>

Expand Down
Loading