ros-noetic-hector-pose-estimation (0.4.0-1focal) focal; urgency=high

  * Update maintainer email address
  * Increase minimum CMake version to 3.0.2 to avoid the CMP0048 warning
    See
    http://wiki.ros.org/noetic/Migration#Increase_required_CMake_version_to_avoid_author_warning
    for details.
  * Merge pull request #12 <https://github.com/tu-darmstadt-ros-pkg/hector_localization/issues/12> from mikaelarguedas/patch-1
    update to use non deprecated pluginlib macro
  * update to use non deprecated pluginlib macro
  * Contributors: Johannes Meyer, Mikael Arguedas

 -- Johannes Meyer <joh@nnes-meyer.de>  Mon, 15 Feb 2021 23:00:00 -0000

ros-noetic-hector-pose-estimation (0.3.0-1focal) focal; urgency=high

  * hector_pose_estimation: removed trailing / in directory install rule
  * Contributors: Johannes Meyer

 -- Johannes Meyer <joh@nnes-meyer.de>  Sun, 26 Jun 2016 22:00:00 -0000

ros-noetic-hector-pose-estimation (0.2.2-1focal) focal; urgency=high

  * hector_pose_estimation: cleaned up example launch file and add install rule for launch/ and rviz_cfg/
  * update rviz file
  * add .rviz config file for hector pose estimation
  * add launch file for hector_pose_estimation
  * Contributors: Johannes Meyer, libing64

 -- Johannes Meyer <joh@nnes-meyer.de>  Thu, 23 Jun 2016 22:00:00 -0000

ros-noetic-hector-pose-estimation (0.2.1-1focal) focal; urgency=high



 -- Johannes Meyer <joh@nnes-meyer.de>  Sat, 07 Nov 2015 23:00:00 -0000

ros-noetic-hector-pose-estimation (0.2.0-1focal) focal; urgency=high

  * added QUIET flag when finding optional hector_timing
  * immediately reset the gps measurement when fix is lost
  * disabled publish_world_nav_transform parameter by default and added deprecation warnings for publish_world_map_transform and map_frame
  * fixed sensor_pose correction if reference heading != 0
  * added new publisher /geopose with type geographic_msgs/GeoPose
  * instrumented code for timing measurements using hector_diagnostics
    See https://github.com/tu-darmstadt-ros-pkg/hector_diagnostics/tree/master/hector_timing.
  * added raw, unfiltered sensor pose publisher
    This is for debugging purposes only. The raw sensor pose combines the information from
    IMU acceleration/gravity, magnetic, GPS and height/barometric pressure sensors.
  * added world to nav transform broadcaster and global/reference (geographic_msgs/GeoPose) publisher
  * Added missing orientation-orientation derivative in GenericQuaternionSystemModel
  * Readded dimension paramters to SystemModel templates
  * Readded class BaseState and State::base() accessors (currently unused)
  * Added typed getters PoseEstimation::getSystem_<T>(name) and PoseEstimation::getMeasurement_<T>(name)
  * IMU-based prediction is now in the GenericQuaternionSystemModel class again.
    The accelerometer and gyro models are added automatically if GenericQuaternionSystemModel::init() found an IMU input.
    GenericQuaternionSystemModel calls methods on the IMU model classes to get the errors, derivatives and noise.
    The IMU models themselves do not add
  * Added class SkewSymmetricMatrix
  * Avoid calling SymmetricMatrix::symmetric() as, surprisingly, this method seems to be quite expensive. Symmetry is only
    enforced if assigned from a matrix which is not a SymmetricMatrix.
  * Added Eigen optimizations (avoid copies and added alignment macros)
  * Moved system and measurement status management from class Filter to PoseEstimation
  * first functional version with multiplicative EKF
  * added support for dynamic states (full, orientation only, position/velocity only, ...)
  * Contributors: Johannes Meyer

 -- Johannes Meyer <joh@nnes-meyer.de>  Sat, 21 Feb 2015 23:00:00 -0000

ros-noetic-hector-pose-estimation (0.1.5-1focal) focal; urgency=high

  * hector_pose_estimation: make private variables protected to allow access from specialized pose_estimation classes
  * hector_pose_estimation: fixed wrong indicies bug in GPS pose publisher
  * Contributors: Johannes Meyer

 -- Johannes Meyer <joh@nnes-meyer.de>  Wed, 01 Oct 2014 22:00:00 -0000

ros-noetic-hector-pose-estimation (0.1.4-1focal) focal; urgency=high



 -- Johannes Meyer <joh@nnes-meyer.de>  Wed, 27 Aug 2014 22:00:00 -0000

ros-noetic-hector-pose-estimation (0.1.3-1focal) focal; urgency=high



 -- Johannes Meyer <joh@nnes-meyer.de>  Tue, 08 Jul 2014 22:00:00 -0000

ros-noetic-hector-pose-estimation (0.1.2-1focal) focal; urgency=high



 -- Johannes Meyer <joh@nnes-meyer.de>  Sun, 01 Jun 2014 22:00:00 -0000

ros-noetic-hector-pose-estimation (0.1.1-1focal) focal; urgency=high

  * Fixed boost 1.53 issues
    changed boost::shared_dynamic_cast to boost::dynamic_pointer_cast and
    boost::shared_static_cast to boost::static_pointer_cast
  * readded tf_prefix support (was removed from tf::TransformBroadcaster in hydro)
  * hector_pose_estimation/rtt_hector_pose_estimation: removed optional usage of package hector_uav_msgs and created a separate package hector_quadrotor_pose_estimation instead
  * fixed unresolved symbols when loading the nodelet, renamed plugin description xml file
  * Contributors: Christopher Hrabia, Johannes Meyer

 -- Johannes Meyer <joh@nnes-meyer.de>  Sat, 29 Mar 2014 23:00:00 -0000

ros-noetic-hector-pose-estimation (0.1.0-1focal) focal; urgency=high

  * catkinized stack hector_localization

 -- Johannes Meyer <joh@nnes-meyer.de>  Mon, 02 Sep 2013 22:00:00 -0000


