Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
Changes for 5.1 release (#276)
Browse files Browse the repository at this point in the history
* Remove deprecated .env file

* Update package.xml versions to 5.1.0
  • Loading branch information
dyackzan authored May 16, 2024
1 parent 3af390d commit 8634bd1
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 26 deletions.
17 changes: 0 additions & 17 deletions .env

This file was deleted.

2 changes: 1 addition & 1 deletion src/moveit_studio_ur_pstop_manager/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>moveit_studio_ur_pstop_manager</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>Provides a node to monitor the protective stop state of the UR5, and reset protective
stops when necessary.</description>
<maintainer email="[email protected]">MoveIt Pro Maintainer</maintainer>
Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_base_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_base_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Base configuration package for Picknik's UR robot arms</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_gazebo_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_gazebo_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Site configuration package for the UR5e in PickNik's space station world simulated by Gazebo.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_gazebo_scan_and_plan_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_gazebo_scan_and_plan_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Site configuration package for the UR5e simulated in Gazebo to show "scan and plan" applications.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_mock_hw_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_mock_hw_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Configuration package for a UR arm that can be simulated with mock hardware</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_multi_arm_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_multi_arm_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Example configuration package for multiple UR arms.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_multi_arm_gazebo_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_multi_arm_gazebo_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Experimental configuration package for dual UR arms.</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_site_config/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>picknik_ur_site_config</name>
<version>5.0.0</version>
<version>5.1.0</version>

<description>Site configuration package for a UR arm that can be simulated with mock hardware</description>

Expand Down
2 changes: 1 addition & 1 deletion src/picknik_ur_studio_integration_testing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>picknik_ur_studio_integration_testing</name>
<version>5.0.0</version>
<version>5.1.0</version>
<description>Integration tests for UR with MoveIt Pro.</description>
<maintainer email="[email protected]">MoveIt Pro Maintainer</maintainer>

Expand Down

0 comments on commit 8634bd1

Please sign in to comment.