From 7773b8d393029b8dbfb8fef949bd7ea843bd6b85 Mon Sep 17 00:00:00 2001 From: nlamprian Date: Tue, 18 Aug 2020 00:55:15 +0200 Subject: [PATCH] 0.1.0 --- CHANGELOG.rst | 39 +++++++++++++++++++++++++++++++++++++++ package.xml | 24 +++++++++++------------- 2 files changed, 50 insertions(+), 13 deletions(-) create mode 100644 CHANGELOG.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..b3aee76 --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,39 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package roboticsgroup_gazebo_plugins +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +0.1.0 (2020-08-14) +------------------ +* Added DisableLink Model Plugin +* Added sensitiveness parameter to MimicJointPlugin +* Added maxEffort parameter to MimicJoint plugin +* Added PID control capability to mimic joint plugin +* Move catkin_package macro so it is called before targets are defined. + Fixes plugins not getting found when doing isolated builds +* Add missing setForce() call (otherwise PID option doesn't do anything) +* Support of Gazebo 7 was added +* Support all PID gain parameters, dynamic_reconfigure + This change does the following: + * the PID controllers will read all PID gain parameters (p, i, d, i_clamp, antiwindup, publish_state, ...) + * a warning will be printed if none of those parameters could be found + * it's possible to adjust the parameters using dynamic_reconfigure +* Adjust to Gazebo 8 API + Note about the DisconnectWorldUpdateBegin: This function was deprecated + in favor of resetting the ConnectionPtr, see here: + https://bitbucket.org/osrf/gazebo/pull-requests/2329/deprecate-event-disconnect-connectionptr/diff +* Add fix for gazebo_ros_pkgs#612 + This issue also affects the mimic joint plugin: + https://github.com/ros-simulation/gazebo_ros_pkgs/issues/612 + The commit here fixes that issue for Gazebo 9. We should change the + GAZEBO_MAJOR_VERSION check to >= 7 if the following PR gets backported + to Gazebo 7 and 8: + https://bitbucket.org/osrf/gazebo/pull-requests/2814/fix-issue-2111-by-providing-options-to/diff +* Add warning when triggering gazebo_ros_pkgs#612 +* Update parameters + * Default max effort to limit from sdf model + * Default namespace to empty string + * Fix sensitiveness calculation +* Add option to change the namespace of the pid +* Set CMP0054 for building with Gazebo9 +* Use SetParam for effort limit +* Add license notice diff --git a/package.xml b/package.xml index c5e4733..8d14d5c 100644 --- a/package.xml +++ b/package.xml @@ -18,32 +18,30 @@ SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, I DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> - +> roboticsgroup_gazebo_plugins - 0.0.1 - Collection of small gazebo plugins + 0.1.0 + Collection of gazebo plugins + Konstantinos Chatzilygeroudis Konstantinos Chatzilygeroudis + Nick Lamprianidis BSD https://github.com/roboticsgroup/roboticsgroup_gazebo_plugins https://github.com/roboticsgroup/roboticsgroup_gazebo_plugins/issues - Konstantinos Chatzilygeroudis - catkin - - gazebo_ros roscpp control_toolbox - - - gazebo_ros - roscpp - control_toolbox - + gazebo_ros + roscpp + control_toolbox + gazebo_ros + roscpp + control_toolbox -- 2.12.0