Skip to content

Commit

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

Forthcoming
-----------
* No changes

0.3.4 (2014-01-21)
------------------
* Fix `#67 <https://github.com/ros-industrial/industrial_core/issues/67>`_.
Expand Down
4 changes: 4 additions & 0 deletions industrial_deprecated/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package industrial_deprecated
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* No changes

0.3.4 (2014-01-21)
------------------
* No change
Expand Down
4 changes: 4 additions & 0 deletions industrial_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package industrial_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* No changes

0.3.4 (2014-01-21)
------------------
* No change
Expand Down
14 changes: 14 additions & 0 deletions industrial_robot_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog for package industrial_robot_client
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* 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>`_.
* robot_client: workaround for `#46 <https://github.com/shaun-edwards/industrial_core/issues/46>`_. Fix `#67 <https://github.com/shaun-edwards/industrial_core/issues/67>`_.
This is an updated version of the workaround committed in 9df46977. Instead
of requiring dependent packages to invoke the function defined in the
CFG_EXTRAS cmake snippet, the snippet now sets up the linker path directly.
Dependent packages now only need to remember to explicitly list their
dependency on `industrial_robot_client` and `simple_message` in their
`add_library(..)` statements.
* Contributors: Libor Wagner, gavanderhoorn

0.3.4 (2014-01-21)
------------------
* robot_client: workaround for `#46 <https://github.com/shaun-edwards/industrial_core/issues/46>`_. Fix `#67 <https://github.com/shaun-edwards/industrial_core/issues/67>`_.
Expand Down
19 changes: 19 additions & 0 deletions industrial_robot_simulator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
Changelog for package industrial_robot_simulator
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* 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
* robot_simulator: add TU Delft copyright as well.
* robot_simulator: add BSD license header. Fix `#90 <https://github.com/shaun-edwards/industrial_core/issues/90>`_.
* robot_simulator: set explicit queue size in Publishers. Fix `#99 <https://github.com/shaun-edwards/industrial_core/issues/99>`_.
Queue size of 1 is most likely sufficient for these topics.
* robot_simulator: add GetRobotInfo svc server.
* robot_simulator: quiet down node (use logdebug()).
* Merge pull request `#88 <https://github.com/shaun-edwards/industrial_core/issues/88>`_ from gavanderhoorn/rob_sim_robot_status
Add RobotStatus publishing to robot simulator node
* robot_simulator: remove redundant load_manifest(). Fix `#63 <https://github.com/shaun-edwards/industrial_core/issues/63>`_.
* robot_simulator: update manifest (depend on industrial_msgs).
* robot_simulator: publish RobotStatus msgs as well.
* robot_simulator: make initial joint state configurable. Fix `#73 <https://github.com/shaun-edwards/industrial_core/issues/73>`_.
* Contributors: Shaun Edwards, gavanderhoorn

0.3.4 (2014-01-21)
------------------
* No change
Expand Down
5 changes: 5 additions & 0 deletions industrial_trajectory_filters/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package industrial_trajectory_filters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Added a smoothing filter as a planning request adapter plugin
* Contributors: Chris Lewis

0.3.4 (2014-01-21)
------------------
* No change
Expand Down
5 changes: 5 additions & 0 deletions industrial_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package industrial_utils
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Silent warnings
* Contributors: Victor Lamoine

0.3.4 (2014-01-21)
------------------
* No change
Expand Down
25 changes: 25 additions & 0 deletions simple_message/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
Changelog for package simple_message
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* 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
* Fixed issue `#48 <https://github.com/shaun-edwards/industrial_core/issues/48>`_, logSocketError is now passed errno
* Merge pull request `#70 <https://github.com/shaun-edwards/industrial_core/issues/70>`_ from gt-ros-pkg/hydro-devel
Fixing receiveBytes for UDP
* Macro'ed out GETHOSTBYNAME, and fixed if-statement braces to be on a new line for consistency
* Added support for gethostbyname, for passing host names in addition to IP addresses.
* Making setConnected protected again, adding setDisconnected to public methods so that that method can be used to flag the connection as disconnected.
* Putting back in timeout for receiveBytes
* More formal fix for UDP communication.
This should now make UDP sockets act almost exactly like the
TCP sockets.
* Fixing receiveBytes for UDP
* robot_client: workaround for `#46 <https://github.com/shaun-edwards/industrial_core/issues/46>`_. Fix `#67 <https://github.com/shaun-edwards/industrial_core/issues/67>`_.
This is an updated version of the workaround committed in 9df46977. Instead
of requiring dependent packages to invoke the function defined in the
CFG_EXTRAS cmake snippet, the snippet now sets up the linker path directly.
Dependent packages now only need to remember to explicitly list their
dependency on `industrial_robot_client` and `simple_message` in their
`add_library(..)` statements.
* Contributors: Fred Proctor, Kelsey, Shaun Edwards, gavanderhoorn

0.3.4 (2014-01-21)
------------------
* robot_client: workaround for `#46 <https://github.com/shaun-edwards/industrial_core/issues/46>`_. Fix `#67 <https://github.com/shaun-edwards/industrial_core/issues/67>`_.
Expand Down

0 comments on commit 5143fd6

Please sign in to comment.