Skip to content

Commit

Permalink
Fixed changelog links to point to main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-edwards committed Mar 24, 2015
1 parent e2eb515 commit 31c3205
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion industrial_deprecated/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Changelog for package industrial_deprecated
0.3.1 (2014-01-09)
------------------
* Purged deprecated packages
* Remove obsolete export tags. Fix `#43 <https://github.com/shaun-edwards/industrial_core/issues/43>`_.
* Remove obsolete export tags. Fix `#43 <https://github.com/ros-industrial/industrial_core/issues/43>`_.
* Corrected spelling of industrial_deprecated package (oops). Updated package dependencies.
* Converted to catkin
* Contributors: Shaun Edwards, gavanderhoorn, jrgnicho
4 changes: 2 additions & 2 deletions industrial_msgs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Changelog for package industrial_msgs

0.3.1 (2014-01-09)
------------------
* Remove obsolete export tags. Fix `#43 <https://github.com/shaun-edwards/industrial_core/issues/43>`_.
* Remove obsolete export tags. Fix `#43 <https://github.com/ros-industrial/industrial_core/issues/43>`_.
* add joint_path_command service to Industrial Robot Client
* Converted to catkin
* Contributors: JeremyZoss, Shaun Edwards, gavanderhoorn, shaun-edwards
* Contributors: JeremyZoss, Shaun Edwards, gavanderhoorn, ros-industrial
10 changes: 5 additions & 5 deletions industrial_robot_client/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Changelog for package industrial_robot_client

0.4.0 (2015-03-21)
------------------
* Fill stamp of the RobotStatus message Fix: `#97 <https://github.com/shaun-edwards/industrial_core/issues/97>`_
* Fill stamp of the RobotStatus message Fix: `#97 <https://github.com/ros-industrial/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>`_.
* Only accept goals after reception of controller feedback. Fix `#85 <https://github.com/ros-industrial/industrial_core/issues/85>`_.
* robot_client: workaround for `#46 <https://github.com/ros-industrial/industrial_core/issues/46>`_. Fix `#67 <https://github.com/ros-industrial/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.
Expand All @@ -18,7 +18,7 @@ Changelog for package industrial_robot_client

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>`_.
* robot_client: workaround for `#46 <https://github.com/ros-industrial/industrial_core/issues/46>`_. Fix `#67 <https://github.com/ros-industrial/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.
Expand All @@ -38,7 +38,7 @@ Changelog for package industrial_robot_client

0.3.1 (2014-01-09)
------------------
* Remove obsolete export tags. Fix `#43 <https://github.com/shaun-edwards/industrial_core/issues/43>`_.
* Remove obsolete export tags. Fix `#43 <https://github.com/ros-industrial/industrial_core/issues/43>`_.
* Removed library export from catkin macro. Packages that depend on these must declare library dependencies explicitly (by name)
* Converted to catkin
* Contributors: JeremyZoss, Shaun Edwards, gavanderhoorn
20 changes: 10 additions & 10 deletions industrial_robot_simulator/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Changelog for package industrial_robot_simulator
* 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>`_.
* robot_simulator: add BSD license header. Fix `#90 <https://github.com/ros-industrial/industrial_core/issues/90>`_.
* robot_simulator: set explicit queue size in Publishers. Fix `#99 <https://github.com/ros-industrial/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
* Merge pull request `#88 <https://github.com/ros-industrial/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: remove redundant load_manifest(). Fix `#63 <https://github.com/ros-industrial/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>`_.
* robot_simulator: make initial joint state configurable. Fix `#73 <https://github.com/ros-industrial/industrial_core/issues/73>`_.
* Contributors: Shaun Edwards, gavanderhoorn

0.3.4 (2014-01-21)
Expand All @@ -35,12 +35,12 @@ Changelog for package industrial_robot_simulator

0.3.1 (2014-01-09)
------------------
* robot_simulator: avoid hardcoded python path. Fix `#53 <https://github.com/shaun-edwards/industrial_core/issues/53>`_.
* Remove obsolete export tags. Fix `#43 <https://github.com/shaun-edwards/industrial_core/issues/43>`_.
* robot_simulator: avoid hardcoded python path. Fix `#53 <https://github.com/ros-industrial/industrial_core/issues/53>`_.
* Remove obsolete export tags. Fix `#43 <https://github.com/ros-industrial/industrial_core/issues/43>`_.
* Add install target for launchfile in sim pkg.
Fix `#35 <https://github.com/shaun-edwards/industrial_core/issues/35>`_.
* Fix issue `#6 <https://github.com/shaun-edwards/industrial_core/issues/6>`_ (Install target fails for industrial_robot_simulator): setup.py file not required for python executables, see http://ros.org/wiki/catkin/migrating_from_rosbuild
* bugFix: `#61 <https://github.com/shaun-edwards/industrial_core/issues/61>`_ - fix joint-name remapping in industrial_robot_simulator
Fix `#35 <https://github.com/ros-industrial/industrial_core/issues/35>`_.
* Fix issue `#6 <https://github.com/ros-industrial/industrial_core/issues/6>`_ (Install target fails for industrial_robot_simulator): setup.py file not required for python executables, see http://ros.org/wiki/catkin/migrating_from_rosbuild
* bugFix: `#61 <https://github.com/ros-industrial/industrial_core/issues/61>`_ - fix joint-name remapping in industrial_robot_simulator
* Added interpolated motion to MotionControllerSimulator class. Includes addition of interpolate(), and modification of _motion_worker()
* New rospy.get_param() added to IndustrialRobotSimulatorNode in order to assign motion_update_rate
* Converted to catkin
Expand Down
4 changes: 2 additions & 2 deletions industrial_utils/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Changelog for package industrial_utils

0.3.1 (2014-01-09)
------------------
* Remove obsolete export tags. Fix `#43 <https://github.com/shaun-edwards/industrial_core/issues/43>`_.
* Fix `#52 <https://github.com/shaun-edwards/industrial_core/issues/52>`_: ignore fixed joints in param_utils::getJointVelocityLimits
* Remove obsolete export tags. Fix `#43 <https://github.com/ros-industrial/industrial_core/issues/43>`_.
* Fix `#52 <https://github.com/ros-industrial/industrial_core/issues/52>`_: ignore fixed joints in param_utils::getJointVelocityLimits
* Converted to catkin
* Contributors: JeremyZoss, Shaun Edwards, gavanderhoorn
10 changes: 5 additions & 5 deletions simple_message/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Changelog for package simple_message
* 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
* Fixed issue `#48 <https://github.com/ros-industrial/industrial_core/issues/48>`_, logSocketError is now passed errno
* Merge pull request `#70 <https://github.com/ros-industrial/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.
Expand All @@ -18,7 +18,7 @@ Changelog for package simple_message
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>`_.
* robot_client: workaround for `#46 <https://github.com/ros-industrial/industrial_core/issues/46>`_. Fix `#67 <https://github.com/ros-industrial/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.
Expand All @@ -29,7 +29,7 @@ Changelog for package simple_message

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>`_.
* robot_client: workaround for `#46 <https://github.com/ros-industrial/industrial_core/issues/46>`_. Fix `#67 <https://github.com/ros-industrial/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.
Expand All @@ -53,4 +53,4 @@ Changelog for package simple_message
* Removed library export from catkin macro. Packages that depend on these must declare library dependencies explicitly (by name)
* Add error message to socket errors (instead of just errno).
* Converted to catkin
* Contributors: Christina Gomez, JeremyZoss, ROS, Shaun Edwards, gavanderhoorn, jrgnicho, kphawkins, shaun-edwards
* Contributors: Christina Gomez, JeremyZoss, ROS, Shaun Edwards, gavanderhoorn, jrgnicho, kphawkins, ros-industrial

0 comments on commit 31c3205

Please sign in to comment.