Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-edwards committed Mar 21, 2015
1 parent 5143fd6 commit e2eb515
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions industrial_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* No changes

0.3.4 (2014-01-21)
Expand Down
2 changes: 1 addition & 1 deletion industrial_core/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_core</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>ROS-Industrial core stack contains packages and libraries for supporing industrial systems</description>

<maintainer email="[email protected]">Shaun Edwards</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions industrial_deprecated/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_deprecated
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* No changes

0.3.4 (2014-01-21)
Expand Down
2 changes: 1 addition & 1 deletion industrial_deprecated/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_deprecated</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>
The Industrial deprecated package contains nodes, launch files, etc... that are slated for
deprecation. This package is the last place something will end up before being deleted.
Expand Down
4 changes: 2 additions & 2 deletions industrial_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* No changes

0.3.4 (2014-01-21)
Expand Down
2 changes: 1 addition & 1 deletion industrial_msgs/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_msgs</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>
The industrial message package containes industrial specific messages
definitions. This package is part of the ROS-Industrial program.
Expand Down
4 changes: 2 additions & 2 deletions industrial_robot_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_robot_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* Fill stamp of the RobotStatus message Fix: `#97 <https://github.com/shaun-edwards/industrial_core/issues/97>`_
Just edited on a github didn't test it.
* Only accept goals after reception of controller feedback. Fix `#85 <https://github.com/shaun-edwards/industrial_core/issues/85>`_.
Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_client/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_robot_client</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>industrial robot client contains generic clients for connecting
to industrial robot controllers with servers that adhere to the
simple message protocol.
Expand Down
4 changes: 2 additions & 2 deletions industrial_robot_simulator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_robot_simulator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* Fixed roslaunch test dependency and build depends for robot simulator package
* Corrected roslaunch test and added rospy depends to industrial_robot_simulator package
* Removed extraneous dependencies. Re-enable launch test
Expand Down
2 changes: 1 addition & 1 deletion industrial_robot_simulator/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_robot_simulator</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>The industrial robot simulator is a stand in for industrial robot driver node(s). It adheres to the driver specification for industrial robot controllers.</description>

<maintainer email="[email protected]">Shaun Edwards</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions industrial_trajectory_filters/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_trajectory_filters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* Added a smoothing filter as a planning request adapter plugin
* Contributors: Chris Lewis

Expand Down
2 changes: 1 addition & 1 deletion industrial_trajectory_filters/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_trajectory_filters</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>
<p>
ROS Industrial libraries/plugins for filtering trajectories.
Expand Down
4 changes: 2 additions & 2 deletions industrial_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package industrial_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* Silent warnings
* Contributors: Victor Lamoine

Expand Down
2 changes: 1 addition & 1 deletion industrial_utils/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>industrial_utils</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>Industrial utils is a library package that captures common funcitonality for the ROS-Industrial distribution.</description>

<maintainer email="[email protected]">Shaun Edwards</maintainer>
Expand Down
4 changes: 2 additions & 2 deletions simple_message/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package simple_message
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
0.4.0 (2015-03-21)
------------------
* Moved common socket contstructor code to simple_socket base class
* Updated simple message header to reflect vendor ranges specified in REP-I0004
* Correctly initialized connected state for udp connections
Expand Down
2 changes: 1 addition & 1 deletion simple_message/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>simple_message</name>
<version>0.3.4</version>
<version>0.4.0</version>
<description>
simple_message defines a simple messaging connection and protocol for communicating
with an industrial robot controller. Additional handler and manager classes are
Expand Down

0 comments on commit e2eb515

Please sign in to comment.