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

Bump versions to 0.1.1 #25

Merged
merged 2 commits into from
Nov 20, 2023
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
3 changes: 3 additions & 0 deletions nexus_capabilities/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_capabilities
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides abstract interfaces for defining new capabilities along with several out-of-the-box capabilities.
2 changes: 1 addition & 1 deletion nexus_capabilities/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>nexus_capabilities</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>Utilities to describe and validate hardware capabilities</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_cmake/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_cmake
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides cmake macros and utilities for NEXUS.
2 changes: 1 addition & 1 deletion nexus_cmake/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>nexus_cmake</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>cmake helpers for nexus</description>
<maintainer email="[email protected]">Teo Koon Peng</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides reusable behavior tree modules and utilities.
2 changes: 1 addition & 1 deletion nexus_common/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>nexus_common</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>Common code shared by NEXUS packages</description>
<maintainer email="[email protected]">Teo Koon Peng</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_endpoints/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_endpoints
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ``nexus_endpoints.hpp`` header only file generated via ``redf`` which contains APIs to access endpoint related information within NEXUS.
2 changes: 1 addition & 1 deletion nexus_endpoints/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>nexus_endpoints</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>NEXUS</description>
<maintainer email="[email protected]">Teo Koon Peng</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_integration_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_integration_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides test cases and a demo setup to validate core functionalities in NEXUS.
2 changes: 1 addition & 1 deletion nexus_integration_tests/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>nexus_integration_tests</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>Integration test for system and workcell orchestrators</description>
<maintainer email="[email protected]">Teo Koon Peng</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_lifecycle_manager/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_lifecycle_manager
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ``LifecycleManager`` and ``LifecycleManagerClient`` APIs to manage the lifecycle states of nodes within NEXUS.
2 changes: 1 addition & 1 deletion nexus_lifecycle_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>nexus_lifecycle_manager</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>A controller/manager for the lifecycle nodes of the NEXUS system</description>
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
<license>Apache-2.0</license>
Expand Down
5 changes: 5 additions & 0 deletions nexus_motion_planner/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package nexus_motion_planner
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------
* Use parent node options (`#24 <https://github.com/OpenSourceRobotics/nexus/issues/24>`_)
* Contributors: Yadunund

0.1.0 (2023-11-06)
------------------
* Provides ``nexus_motion_planner`` node which can be queried for motion plans for manipulators.
2 changes: 1 addition & 1 deletion nexus_motion_planner/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>nexus_motion_planner</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>This package implements the Motion Planner Server as a lifecycle node managed by the workcell orchestrator.</description>
<maintainer email="[email protected]">John Tan</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_alarm_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_alarm_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to alarms within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_alarm_msgs/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>nexus_alarm_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>This is a package for ROS 2 interfaces</description>
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_calibration_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_calibration_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to calibration within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_calibration_msgs/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>nexus_calibration_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>A package containing ROS 2 interfaces to communicate with calibration systems</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_detector_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_detector_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to vision systems within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_detector_msgs/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>nexus_detector_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>A package containing ROS 2 interfaces for 3D pose detections</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_dispenser_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_dispenser_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to dispenser systems within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_dispenser_msgs/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>nexus_dispenser_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>ROS 2 interfaces for dispensers</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_lifecycle_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_lifecycle_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to lifecycle management within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_lifecycle_msgs/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>nexus_lifecycle_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>This is a package for ROS 2 interfaces</description>
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_motion_planner_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_motion_planner_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to motion planning within NEXUS.
Expand Down
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_motion_planner_msgs/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>nexus_motion_planner_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>A package containing ROS 2 interfaces for communications between motion planner server and workcell orchestrator</description>
<maintainer email="[email protected]">John Tan</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_orchestrator_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_orchestrator_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to orchestration within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_orchestrator_msgs/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>nexus_orchestrator_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>This is a package for ROS 2 interfaces between system orchestrators and workcells</description>
<maintainer email="[email protected]">john</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_msgs/nexus_transporter_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_transporter_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides ROS 2 interfaces related to transportation systems within NEXUS.
2 changes: 1 addition & 1 deletion nexus_msgs/nexus_transporter_msgs/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>nexus_transporter_msgs</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>A package containing ROS 2 interfaces for communications with tranporters</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_network_configuration/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_network_configuration
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides scripts to generate Zenoh DDS Bridge configurations.
2 changes: 1 addition & 1 deletion nexus_network_configuration/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>nexus_network_configuration</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>This package generates zenoh bridge configurations for the NEXUS Network</description>
<maintainer email="[email protected]">john</maintainer>
<license>Apache License 2.0</license>
Expand Down
2 changes: 1 addition & 1 deletion nexus_network_configuration/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name=package_name,
version='0.1.0',
version='0.1.1',
packages=[package_name],
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
3 changes: 3 additions & 0 deletions nexus_robot_controller/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_robot_controller
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides the ``robot_controller_node`` which wraps the ``ControllerManager`` from ``ros2_controls`` in a LifecyleNode.
2 changes: 1 addition & 1 deletion nexus_robot_controller/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>nexus_robot_controller</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>ros2_control Server package for NEXUS. Has lifecycle capabilities.</description>
<maintainer email="[email protected]">Brandon Ong</maintainer>
<license>Apache-2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_rviz_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_rviz_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides an RViz plugin to manage the activation of the system.
2 changes: 1 addition & 1 deletion nexus_rviz_plugins/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>nexus_rviz_plugins</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>JnJ plugins for RViz2</description>
<maintainer email="[email protected]">Alejandro Hernandez</maintainer>
<license>Apache-2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_system_orchestrator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_system_orchestrator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides the ``nexus_system_orchestrator`` node to orchestrate the execution of work orders at the flowline level.
Expand Down
2 changes: 1 addition & 1 deletion nexus_system_orchestrator/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>nexus_system_orchestrator</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>NEXUS system orchestrator</description>
<maintainer email="[email protected]">Teo Koon Peng</maintainer>
<license>Apache License 2.0</license>
Expand Down
3 changes: 3 additions & 0 deletions nexus_transporter/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package nexus_transporter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0.1.1 (2023-11-20)
------------------

0.1.0 (2023-11-06)
------------------
* Provides the ``nexus_transporter_node`` which interfaces with transportation systems to move material across a flowline.
Expand Down
2 changes: 1 addition & 1 deletion nexus_transporter/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>nexus_transporter</name>
<version>0.1.0</version>
<version>0.1.1</version>
<description>A package for managing systems that offer transportation services</description>
<maintainer email="[email protected]">Yadunund</maintainer>
<license>Apache License 2.0</license>
Expand Down
Loading
Loading