summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Walter Fetter Lages [Fri, 8 Oct 2021 04:13:08 +0000 (01:13 -0300)]
Port to Galactic.
nlamprian [Sun, 20 Dec 2020 01:41:38 +0000 (02:41 +0100)]
Update minimum cmake version
nlamprian [Thu, 20 Aug 2020 22:31:04 +0000 (00:31 +0200)]
0.2.0
nlamprian [Thu, 20 Aug 2020 22:25:38 +0000 (00:25 +0200)]
Clean up package
nlamprian [Thu, 20 Aug 2020 21:47:57 +0000 (23:47 +0200)]
Rename package
nlamprian [Mon, 17 Aug 2020 22:55:15 +0000 (00:55 +0200)]
0.1.0
nlamprian [Mon, 17 Aug 2020 22:54:36 +0000 (00:54 +0200)]
Add license notice
Nick Lamprianidis [Fri, 7 Aug 2020 11:18:39 +0000 (13:18 +0200)]
Merge pull request #22 from roboticsgroup/nlamprian/fix-effort
Use SetParam for effort limit
Nick Lamprianidis [Thu, 6 Aug 2020 10:55:10 +0000 (12:55 +0200)]
Use SetParam for effort limit
Nick Lamprianidis [Sun, 2 Aug 2020 21:18:46 +0000 (23:18 +0200)]
Merge pull request #21 from ssr-yuki/feature/set_cmp
Set CMP0054
Yuki Onishi [Thu, 30 Jul 2020 09:53:54 +0000 (18:53 +0900)]
Set CMP0054 for building with Gazebo9
Konstantinos Chatzilygeroudis [Thu, 21 Feb 2019 11:36:05 +0000 (12:36 +0100)]
Merge pull request #14 from roboticsgroup/pid_ns
Add option to change the namespace of the pid
nlamprian [Thu, 21 Feb 2019 11:21:56 +0000 (12:21 +0100)]
Add option to change the namespace of the pid
Konstantinos Chatzilygeroudis [Tue, 19 Feb 2019 23:49:55 +0000 (00:49 +0100)]
Merge pull request #13 from roboticsgroup/parameters
Update parameters
nlamprian [Tue, 19 Feb 2019 13:20:21 +0000 (14:20 +0100)]
Update parameters
* Default max effort to limit from sdf model
* Default namespace to empty string
* Fix sensitiveness calculation
Konstantinos Chatzilygeroudis [Wed, 4 Apr 2018 08:38:25 +0000 (10:38 +0200)]
Merge pull request #12 from mintar/gazebo8
Adjust to Gazebo 8 API and fix gazebo_ros_pkgs#612
Martin Günther [Tue, 20 Mar 2018 13:49:07 +0000 (14:49 +0100)]
Improve namespace handling
Konstantinos Chatzilygeroudis [Tue, 20 Mar 2018 12:28:35 +0000 (13:28 +0100)]
Fix README
Martin Günther [Tue, 20 Mar 2018 12:12:53 +0000 (13:12 +0100)]
Add warning when triggering gazebo_ros_pkgs#612
Martin Günther [Fri, 16 Mar 2018 15:59:13 +0000 (16:59 +0100)]
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
Martin Günther [Fri, 16 Mar 2018 10:25:22 +0000 (11:25 +0100)]
Remove unnecessary kill_sim member
Martin Günther [Fri, 16 Mar 2018 10:24:00 +0000 (11:24 +0100)]
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
Konstantinos Chatzilygeroudis [Sat, 24 Feb 2018 23:13:58 +0000 (00:13 +0100)]
Merge pull request #10 from mikaelarguedas/install_rules_for_plugins
add install rules for the gazebo plugins
Mikael Arguedas [Sat, 24 Feb 2018 22:32:07 +0000 (14:32 -0800)]
add install rules for the gazebo plugins
Konstantinos Chatzilygeroudis [Thu, 25 Jan 2018 21:08:34 +0000 (22:08 +0100)]
Fix README
Konstantinos Chatzilygeroudis [Thu, 25 Jan 2018 21:06:52 +0000 (22:06 +0100)]
Merge pull request #9 from mintar/pid_gains
Support all PID gain parameters, dynamic_reconfigure
Martin Günther [Wed, 24 Jan 2018 16:46:21 +0000 (17:46 +0100)]
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
Konstantinos Chatzilygeroudis [Thu, 9 Mar 2017 15:27:39 +0000 (16:27 +0100)]
Minor formatting
Konstantinos Chatzilygeroudis [Tue, 7 Mar 2017 12:16:06 +0000 (13:16 +0100)]
Merge pull request #8 from roboticsgroup/formatting
Formatting
Konstantinos Chatzilygeroudis [Tue, 7 Mar 2017 12:15:21 +0000 (13:15 +0100)]
New error messages
Konstantinos Chatzilygeroudis [Tue, 7 Mar 2017 12:11:49 +0000 (13:11 +0100)]
New formatting
Konstantinos Chatzilygeroudis [Tue, 7 Mar 2017 12:10:12 +0000 (13:10 +0100)]
Merge pull request #7 from roboticsgroup/gazebo7
Gazebo7 Support
Konstantinos Chatzilygeroudis [Tue, 7 Mar 2017 09:55:01 +0000 (10:55 +0100)]
Better CMake
Konstantinos Chatzilygeroudis [Tue, 7 Mar 2017 09:52:00 +0000 (10:52 +0100)]
Merge pull request #6 from projectmrk/master
Support of Gazebo 7 in process
Dmitry Suvorov [Fri, 14 Oct 2016 15:13:35 +0000 (18:13 +0300)]
Support of Gazebo 7 was added.
Konstantinos Chatzilygeroudis [Tue, 31 May 2016 12:48:31 +0000 (14:48 +0200)]
Merge pull request #3 from tu-darmstadt-ros-pkg/add_set_force_for_pid_option_pr_upstream
Add missing setForce() call (otherwise PID option doesn't do anything)
Stefan Kohlbrecher [Tue, 31 May 2016 09:33:54 +0000 (11:33 +0200)]
Add missing setForce() call (otherwise PID option doesn't do anything)
Konstantinos Chatzilygeroudis [Thu, 26 May 2016 09:18:33 +0000 (11:18 +0200)]
Merge pull request #2 from tu-darmstadt-ros-pkg/master
Move catkin_package macro so it is called before targets are defined.
Stefan Kohlbrecher [Wed, 25 May 2016 14:02:40 +0000 (16:02 +0200)]
Move catkin_package macro so it is called before targets are defined.
Fixes plugins not getting found when doing isolated builds
Konstantinos Chatzilygeroudis [Sat, 7 Mar 2015 17:44:24 +0000 (19:44 +0200)]
Code cleaning...
costashatz [Fri, 6 Mar 2015 14:08:11 +0000 (16:08 +0200)]
README typo
costashatz [Fri, 6 Mar 2015 14:07:11 +0000 (16:07 +0200)]
Added PID control capability to mimic joint plugin
Konstantinos Chatzilygeroudis [Mon, 7 Jul 2014 17:52:37 +0000 (20:52 +0300)]
Added maxEffort parameter to MimicJoint plugin
Konstantinos Chatzilygeroudis [Mon, 2 Jun 2014 19:36:59 +0000 (22:36 +0300)]
Added sensitiveness parameter to MimicJointPlugin
Konstantinos Chatzilygeroudis [Mon, 2 Jun 2014 14:05:36 +0000 (17:05 +0300)]
Changed name of package
Konstantinos Chatzilygeroudis [Fri, 30 May 2014 23:04:27 +0000 (02:04 +0300)]
Fixed typo in README and added checks in mimic plugin
Konstantinos Chatzilygeroudis [Fri, 30 May 2014 22:57:05 +0000 (01:57 +0300)]
Added DisableLink Model Plugin
Konstantinos Chatzilygeroudis [Fri, 30 May 2014 00:21:23 +0000 (03:21 +0300)]
Updated README
Konstantinos Chatzilygeroudis [Thu, 29 May 2014 23:22:30 +0000 (02:22 +0300)]
Fixed small error in MimicJointPlugin
Konstantinos Chatzilygeroudis [Thu, 29 May 2014 20:03:25 +0000 (23:03 +0300)]
Fixed type in README
Konstantinos Chatzilygeroudis [Thu, 29 May 2014 19:51:11 +0000 (22:51 +0300)]
Initial commit..MimicJointPlugin..