From 31c320505e88052c2749f36c0c9ab3e30d1c9f28 Mon Sep 17 00:00:00 2001 From: Shaun Edwards Date: Mon, 23 Mar 2015 21:32:36 -0500 Subject: [PATCH] Fixed changelog links to point to main repo --- industrial_deprecated/CHANGELOG.rst | 2 +- industrial_msgs/CHANGELOG.rst | 4 ++-- industrial_robot_client/CHANGELOG.rst | 10 +++++----- industrial_robot_simulator/CHANGELOG.rst | 20 ++++++++++---------- industrial_utils/CHANGELOG.rst | 4 ++-- simple_message/CHANGELOG.rst | 10 +++++----- 6 files changed, 25 insertions(+), 25 deletions(-) diff --git a/industrial_deprecated/CHANGELOG.rst b/industrial_deprecated/CHANGELOG.rst index 1967fb2f..9a417532 100644 --- a/industrial_deprecated/CHANGELOG.rst +++ b/industrial_deprecated/CHANGELOG.rst @@ -21,7 +21,7 @@ Changelog for package industrial_deprecated 0.3.1 (2014-01-09) ------------------ * Purged deprecated packages -* Remove obsolete export tags. Fix `#43 `_. +* Remove obsolete export tags. Fix `#43 `_. * Corrected spelling of industrial_deprecated package (oops). Updated package dependencies. * Converted to catkin * Contributors: Shaun Edwards, gavanderhoorn, jrgnicho diff --git a/industrial_msgs/CHANGELOG.rst b/industrial_msgs/CHANGELOG.rst index 31e356dc..ae16e634 100644 --- a/industrial_msgs/CHANGELOG.rst +++ b/industrial_msgs/CHANGELOG.rst @@ -20,7 +20,7 @@ Changelog for package industrial_msgs 0.3.1 (2014-01-09) ------------------ -* Remove obsolete export tags. Fix `#43 `_. +* Remove obsolete export tags. Fix `#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 diff --git a/industrial_robot_client/CHANGELOG.rst b/industrial_robot_client/CHANGELOG.rst index bfe9fda7..985191e8 100644 --- a/industrial_robot_client/CHANGELOG.rst +++ b/industrial_robot_client/CHANGELOG.rst @@ -4,10 +4,10 @@ Changelog for package industrial_robot_client 0.4.0 (2015-03-21) ------------------ -* Fill stamp of the RobotStatus message Fix: `#97 `_ +* Fill stamp of the RobotStatus message Fix: `#97 `_ Just edited on a github didn't test it. -* Only accept goals after reception of controller feedback. Fix `#85 `_. -* robot_client: workaround for `#46 `_. Fix `#67 `_. +* Only accept goals after reception of controller feedback. Fix `#85 `_. +* robot_client: workaround for `#46 `_. Fix `#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. @@ -18,7 +18,7 @@ Changelog for package industrial_robot_client 0.3.4 (2014-01-21) ------------------ -* robot_client: workaround for `#46 `_. Fix `#67 `_. +* robot_client: workaround for `#46 `_. Fix `#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. @@ -38,7 +38,7 @@ Changelog for package industrial_robot_client 0.3.1 (2014-01-09) ------------------ -* Remove obsolete export tags. Fix `#43 `_. +* Remove obsolete export tags. Fix `#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 diff --git a/industrial_robot_simulator/CHANGELOG.rst b/industrial_robot_simulator/CHANGELOG.rst index e12b7880..f2097b23 100644 --- a/industrial_robot_simulator/CHANGELOG.rst +++ b/industrial_robot_simulator/CHANGELOG.rst @@ -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 `_. -* robot_simulator: set explicit queue size in Publishers. Fix `#99 `_. +* robot_simulator: add BSD license header. Fix `#90 `_. +* robot_simulator: set explicit queue size in Publishers. Fix `#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 `_ from gavanderhoorn/rob_sim_robot_status +* Merge pull request `#88 `_ from gavanderhoorn/rob_sim_robot_status Add RobotStatus publishing to robot simulator node -* robot_simulator: remove redundant load_manifest(). Fix `#63 `_. +* robot_simulator: remove redundant load_manifest(). Fix `#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 `_. +* robot_simulator: make initial joint state configurable. Fix `#73 `_. * Contributors: Shaun Edwards, gavanderhoorn 0.3.4 (2014-01-21) @@ -35,12 +35,12 @@ Changelog for package industrial_robot_simulator 0.3.1 (2014-01-09) ------------------ -* robot_simulator: avoid hardcoded python path. Fix `#53 `_. -* Remove obsolete export tags. Fix `#43 `_. +* robot_simulator: avoid hardcoded python path. Fix `#53 `_. +* Remove obsolete export tags. Fix `#43 `_. * Add install target for launchfile in sim pkg. - Fix `#35 `_. -* Fix issue `#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 `_ - fix joint-name remapping in industrial_robot_simulator + Fix `#35 `_. +* Fix issue `#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 `_ - 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 diff --git a/industrial_utils/CHANGELOG.rst b/industrial_utils/CHANGELOG.rst index e76fd7c5..db11e4d8 100644 --- a/industrial_utils/CHANGELOG.rst +++ b/industrial_utils/CHANGELOG.rst @@ -22,7 +22,7 @@ Changelog for package industrial_utils 0.3.1 (2014-01-09) ------------------ -* Remove obsolete export tags. Fix `#43 `_. -* Fix `#52 `_: ignore fixed joints in param_utils::getJointVelocityLimits +* Remove obsolete export tags. Fix `#43 `_. +* Fix `#52 `_: ignore fixed joints in param_utils::getJointVelocityLimits * Converted to catkin * Contributors: JeremyZoss, Shaun Edwards, gavanderhoorn diff --git a/simple_message/CHANGELOG.rst b/simple_message/CHANGELOG.rst index 36bca8f6..59908fe4 100644 --- a/simple_message/CHANGELOG.rst +++ b/simple_message/CHANGELOG.rst @@ -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 `_, logSocketError is now passed errno -* Merge pull request `#70 `_ from gt-ros-pkg/hydro-devel +* Fixed issue `#48 `_, logSocketError is now passed errno +* Merge pull request `#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. @@ -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 `_. Fix `#67 `_. +* robot_client: workaround for `#46 `_. Fix `#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. @@ -29,7 +29,7 @@ Changelog for package simple_message 0.3.4 (2014-01-21) ------------------ -* robot_client: workaround for `#46 `_. Fix `#67 `_. +* robot_client: workaround for `#46 `_. Fix `#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. @@ -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