ros-indigo-gazebo-ros-control (2.4.16-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 03 Jun 2018 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.15-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Tue, 08 Aug 2017 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.14-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Fri, 23 Jun 2017 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.13-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Mon, 27 Feb 2017 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.12-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Sat, 26 Nov 2016 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.11-1trusty) trusty; urgency=high

  * missing link_directories()
  * Contributors: John Hsu, Jose Luis Rivero

 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 13 Jul 2016 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.10-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 24 Feb 2016 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.9-1trusty) trusty; urgency=high

  * Import changes from jade-branch
  * add missing dependencies
  * Fix DefaultRobotHWSim puts robotNamespace twice
    DefaultRobotHWSim::initSim() member function uses both
    namespaced NodeHandle and robot_namespace string to create
    parameter names.
    For example,  if a robotNamespace is "rrbot",
    DefaultRobotHWSim tries to get parameters from following names:
    - /rrbot/rrbot/gazebo_ros_control/pid_gains/*
    - /rrbot/rrbot/joint_limits/*
    This commit change these names to:
    - /rrbot/gazebo_ros_control/pid_gains/*
    - /rrbot/joint_limits/*
  * Add ifdefs to fix build with gazebo2
    It was broken by #315 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/315>.
    Fixes #321 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/321>.
  * Use Joint::SetParam for joint velocity motors
    Before gazebo5, Joint::SetVelocity and SetMaxForce
    were used to set joint velocity motors.
    The API has changed in gazebo5, to use Joint::SetParam
    instead.
    The functionality is still available through the SetParam API.
  * Set GAZEBO_CXX_FLAGS to fix c++11 compilation errors
  * Contributors: Akiyoshi Ochiai, Jose Luis Rivero, Steven Peters, ipa-fxm

 -- Jonathan Bohren <jbo@jhu.edu>  Sat, 15 Aug 2015 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.8-1trusty) trusty; urgency=high

  * Merge pull request #244 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/244> from cottsay/control-urdf-fix
    gazebo_ros_control: add urdf to downstream catkin deps
  * Added emergency stop support.
  * Contributors: Adolfo Rodriguez Tsouroukdissian, Jim Rothrock, Scott K Logan

 -- Jonathan Bohren <jbo@jhu.edu>  Mon, 16 Mar 2015 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.7-1trusty) trusty; urgency=high

  * move declaration for DefaultRobotHWSim to header file
  * Contributors: ipa-fxm

 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 14 Dec 2014 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.6-1trusty) trusty; urgency=high

  * Update default_robot_hw_sim.cpp
  * Reduced changes
  * Fix to work with gazebo3
  * Fix build with gazebo4 and indigo
  * Update package.xml
    Add new maintainer.
  * Contributors: Adolfo Rodriguez Tsouroukdissian, Jose Luis Rivero, Nate Koenig, hsu

 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 31 Aug 2014 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.5-1trusty) trusty; urgency=high

  * Fix typo: GAZEBO_VERSION_MAJOR -> GAZEBO_MAJOR_VERSION
  * Port fix_build branch for indigo-devel
    See pull request #221 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/221>
  * Contributors: Jose Luis Rivero, Steven Peters

 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 17 Aug 2014 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.4-1trusty) trusty; urgency=high

  * Update package.xml
    Add new maintainer.
  * Should fix build error for binary releases.
    See: http://www.ros.org/debbuild/indigo.html?q=gazebo_ros_control
  * Updated package.xml
  * gazebo_ros_control: default_robot_hw_sim:  Suppressing pid error message
    Depends on ros-controls/control_toolbox#21 <https://github.com/ros-controls/control_toolbox/issues/21>
  * Revert 4776545, as it belongs in indigo-devel.
  * Fix repo names in package.xml's
  * gazebo_ros_control: default_robot_hw_sim: Suppressing pid error message, depends on ros-controls/control_toolbox#21 <https://github.com/ros-controls/control_toolbox/issues/21>
  * gazebo_ros_control: Add dependency on angles
  * gazebo_ros_control: Add build-time dependency on gazebo
    This fixes a regression caused by a889ef8b768861231a67b78781514d834f631b8e
  * Contributors: Adolfo Rodriguez Tsouroukdissian, Alexander Bubeck, Dave Coleman, Jon Binney, Jonathan Bohren, Scott K Logan

 -- Jonathan Bohren <jbo@jhu.edu>  Thu, 17 Jul 2014 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.3-1trusty) trusty; urgency=high

  * Compatibility with Indigo's ros_control.
    Also fixes #184 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/184>.
  * Remove build-time dependency on gazebo_ros.
  * Fix broken build due to wrong rosconsole macro use
  * Contributors: Adolfo Rodriguez Tsouroukdissian

 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 11 May 2014 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.2-1trusty) trusty; urgency=high

  * merging from hydro-devel
  * bump patch version for indigo-devel to 2.4.1
  * merging from indigo-devel after 2.3.4 release
  * Merge branch 'hydro-devel' of github.com:ros-simulation/gazebo_ros_pkgs into indigo-devel
  * "2.4.0"
  * catkin_generate_changelog
  * Contributors: John Hsu

 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 26 Mar 2014 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.1-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Tue, 12 Nov 2013 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.4.0-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 13 Oct 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.3.5-1trusty) trusty; urgency=high

  * Removed some debugging code.
  * joint->SetAngle() and joint->SetVelocity() are now used to control
    position-controlled joints and velocity-controlled joints that do not
    have PID gain values stored on the Parameter Server.
  * Position-controlled and velocity-controlled joints now use PID controllers
    instead of calling SetAngle() or SetVelocity(). readSim() now longer calls
    angles::shortest_angular_distance() when a joint is prismatic.
    PLUGINLIB_EXPORT_CLASS is now used to register the plugin.
  * gazebo_ros_control now depends on control_toolbox.
  * Added support for the position hardware interface. Completed support for the
    velocity hardware interface.
  * Removed the "support more hardware interfaces" line.
  * Contributors: Jim Rothrock

 -- Jonathan Bohren <jbo@jhu.edu>  Tue, 25 Mar 2014 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.3.4-1trusty) trusty; urgency=high

  * rerelease because sdformat became libsdformat, but we also based change on 2.3.4 in hydro-devel.
  * Merge pull request #144 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/144> from meyerj/fix-125
    Fixed #125 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/125>: ``gazebo_ros_control``: controlPeriod greater than the simulation period causes unexpected results
  * Merge pull request #134 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/134> from meyerj/gazebo-ros-control-use-model-nh
    ``gazebo_ros_control``: Use the model NodeHandle to get the ``robot_description`` parameter
  * ``gazebo_ros_control``: added GazeboRosControlPlugin::Reset() method that resets the timestamps on world reset
  * ``gazebo_ros_control``: call writeSim() for each Gazebo world update independent of the control period
  * ``gazebo_ros_pkgs``: use GetMaxStepSize() for the Gazebo simulation period
  * ``gazebo_ros_control``: use the model NodeHandle to get the ``robot_description`` parameter
  * Add missing ``run_depend`` to urdf in ``gazebo_ros_control``
  * Remove dependency to meta-package ``ros_controllers``

 -- Jonathan Bohren <jbo@jhu.edu>  Tue, 12 Nov 2013 23:00:00 -0000

ros-indigo-gazebo-ros-control (2.3.3-1trusty) trusty; urgency=high

  * Eliminated a joint_name variable and replaced it with joint_names_[j].
    Modified some lines so that they fit in 100 columns. These changes were made
    in order to be consistent with the rest of the file.
  * Merge remote-tracking branch 'upstream/hydro-devel' into hydro-devel
  * joint_limits_interface is now used to enforce limits on effort-controlled
    joints.
  * Added "joint_limits_interface" and "urdf" to the component list.
  * Additional parameters are passed to robot_hw_sim->initSim(). These parameters
    are used by the joint limits interface.
  * Added "joint_limits_interface" and "urdf" to the build dependency list.
  * Added the robot_namespace and urdf_model parameters to initSim().
  * Added the urdf_string parameter to parseTransmissionsFromURDF().

 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 09 Oct 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.3.2-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 18 Sep 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.3.1-1trusty) trusty; urgency=high

  * Cleaned up template, fixes for header files
  * Renamed plugin to match file name, tweaked CMakeLists
  * Created a header file for the ros_control gazebo plugin

 -- Jonathan Bohren <jbo@jhu.edu>  Mon, 26 Aug 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.3.0-1trusty) trusty; urgency=high

  * Renamed ros_control_plugin, updated documentation

 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 11 Aug 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.2.1-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 28 Jul 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.2.0-1trusty) trusty; urgency=high

  * Standardized the way ROS nodes are initialized in gazebo plugins
  * Remove find_package(SDF) from CMakeLists.txt
    It is sufficient to find gazebo, which will export the information
    about the SDFormat package.
  * Merge branch 'hydro-devel' into tranmission_parsing
  * Doc and debug update
  * Merged hydro-devel
  * Hid debug info
  * Merged from Hydro-devel
  * Merge branch 'hydro-devel' into tranmission_parsing
  * Moved trasmission parsing to ros_control

 -- Jonathan Bohren <jbo@jhu.edu>  Sun, 28 Jul 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.1.5-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 17 Jul 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.1.4-1trusty) trusty; urgency=high

  * Fixed for Jenkins broken dependency on SDF in ros_control

 -- Jonathan Bohren <jbo@jhu.edu>  Sat, 13 Jul 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.1.3-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Fri, 12 Jul 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.1.2-1trusty) trusty; urgency=high

  * Cleaned up CMakeLists.txt for all gazebo_ros_pkgs
  * 2.1.1

 -- Jonathan Bohren <jbo@jhu.edu>  Thu, 11 Jul 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.1.1-1trusty) trusty; urgency=high

  * Fixed errors and deprecation warnings from Gazebo 1.9 and the sdformat split
  * making RobotHWSim::initSim pure virtual
  * Cleaning up code
  * Adding install targets

 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 10 Jul 2013 17:11:00 -0000

ros-indigo-gazebo-ros-control (2.1.0-1trusty) trusty; urgency=high

  * Made version match the rest of gazebo_ros_pkgs per bloom
  * Added dependency on ros_controllers
  * Clarifying language in readme
  * Made default period Gazebo's period
  * Made control period optional
  * Tweaked README
  * Added support for reading <tranmission> tags and other cleaning up
  * Renamed RobotSim to RobotHWSim
  * Renaming all gazebo_ros_control stuff to be in the same package
  * Refactoring gazebo_ros_control packages into a single package, removing exampls (they will go elsewhere)
  * updating readme for gazebo_ros_control
  * Merging in gazebo_ros_control
  * making gazebo_ros_control a metapackage
  * Moving readme
  * Merging readmes
  * eating this
  * Merging gazebo_ros_control and ros_control_gazebo

 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 26 Jun 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.0.2-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Wed, 19 Jun 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.0.1-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Tue, 18 Jun 2013 22:00:00 -0000

ros-indigo-gazebo-ros-control (2.0.0-1trusty) trusty; urgency=high



 -- Jonathan Bohren <jbo@jhu.edu>  Mon, 17 Jun 2013 22:00:00 -0000


