ros-kinetic-swri-transform-util (0.2.3-0wily) wily; urgency=high



 -- Marc Alban <malban@swri.org>  Fri, 09 Dec 2016 06:00:00 -0000

ros-kinetic-swri-transform-util (0.2.2-0wily) wily; urgency=high

  * Migrated OpenCV to 3.1 (default in Kinetic)
  * Contributors: Brian Holt

 -- Marc Alban <malban@swri.org>  Wed, 07 Dec 2016 06:00:00 -0000

ros-kinetic-swri-transform-util (0.2.1-0wily) wily; urgency=high

  * Improve georeferencing warnings.
  * Contributors: Marc Alban

 -- Marc Alban <malban@swri.org>  Sun, 23 Oct 2016 05:00:00 -0000

ros-kinetic-swri-transform-util (0.2.0-0wily) wily; urgency=high



 -- Marc Alban <malban@swri.org>  Tue, 21 Jun 2016 05:00:00 -0000

ros-kinetic-swri-transform-util (0.1.5-0wily) wily; urgency=high



 -- Marc Alban <malban@swri.org>  Fri, 13 May 2016 05:00:00 -0000

ros-kinetic-swri-transform-util (0.1.4-0wily) wily; urgency=high

  * Add great circle distance method for tf::Vector3 type.
  * Fixed compile error when ros-indigo-opencv3 is installed (#307 <https://github.com/evenator/marti_common/issues/307>)
    * Fixed compile error when package ros-indigo-opencv3 is installed.
    swri_geometry_util uses wrong version of OpenCV when the package
    ros-indigo-opencv3 is installed. This patch fixes the issue.
    * Updated all CMakeFiles.txt to specify OpenCV version 2
    The find_package for OpenCV is now:
    ./swri_opencv_util/CMakeLists.txt:find_package(OpenCV 2 REQUIRED)
    ./swri_geometry_util/CMakeLists.txt:find_package(OpenCV 2 REQUIRED)
    ./swri_image_util/CMakeLists.txt:find_package(OpenCV 2)
    ./swri_transform_util/CMakeLists.txt:find_package(OpenCV 2 REQUIRED)
    Conflicts:
    swri_geometry_util/CMakeLists.txt
  * Contributors: Kim Mathiassen, Marc Alban

 -- Marc Alban <malban@swri.org>  Thu, 12 May 2016 05:00:00 -0000

ros-kinetic-swri-transform-util (0.1.3-0wily) wily; urgency=high

  * Fixes initialize_origin.py diagnostic reporting a warning that the
    origin is not automatic when it is.
  * Adds transform publisher to initialize_origin.py that publishes an
    identity transform from the local_xy_frame to an anonymous unused
    frame.  In doing so, the local_xy_frame will show up
    in the /tf tree without any additional nodes running so that
    TransformManager can properly transform between /wgs84 and /map.
    This change should not interfere with any existing systems.
  * Expands some of the TransformManager warnings to be more
    informative.  This is to reduce the impact of common problems that we
    run into when setting up a new environment by making it easier to
    distinguish the exact nature of the error, as well as provide
    suggestions when appropriate.
    In particular, this fixes the misleading
    "No transfomer from /wgs84 to /map" error and upgrades a warning
    about null pointers to an error.
  * Contributors: Elliot Johnson

 -- Marc Alban <malban@swri.org>  Fri, 04 Mar 2016 06:00:00 -0000

ros-kinetic-swri-transform-util (0.1.2-0wily) wily; urgency=high

  * Account for non-zero reference angles when calculating orientations to and from WGS84.
  * Support arbitrary local_xy reference angles.
    * The reference heading has been renamed to reference angle.
    * It's not recommended to set a non-zero reference angle.
    * A parameter is provided to ignore the reference heading for backwards compatibility.
  * Fix backwards compatibility issue with swri_yaml_cpp call.
  * Contributors: Kris Kozak, Marc Alban

 -- Marc Alban <malban@swri.org>  Wed, 06 Jan 2016 06:00:00 -0000

ros-kinetic-swri-transform-util (0.1.1-0wily) wily; urgency=high

  * Adds a GetTF method to transform_util::Transform.
  * Installing the initialize_origin.py node.
  * Add extension type (e.g. png) in geo file
  * Contributors: Edward Venator, P. J. Reed, Vincent Rousseau

 -- Marc Alban <malban@swri.org>  Tue, 17 Nov 2015 06:00:00 -0000

ros-kinetic-swri-transform-util (0.1.0-0wily) wily; urgency=high

  * Updates lot_lon_tf_echo to use geometry_msgs/PoseStamped.
    See issue #246 <https://github.com/evenator/marti_common/issues/246>
  * Removes dependency on gps_common
    The gps_common package was removed in ROS Jade, so a different message
    type is needed for the local XY origin message. (Issue #246 <https://github.com/swri-robotics/marti_common/issues/246>).
    This replaces the gps_common/GPSFix message with a
    geometry_msgs/PoseStamped message. The latitude is stored in
    pose.position.y, the longitude is stored in pose.position.x, and the
    altitude is stored in pose.position.z. As before, the local xy frame is
    fixed in rotation such that the Z axis points away from the center of
    the Earth and the Y axis points north. However, the choice of
    geometry_msgs/PoseStamped allows for headings to be added in the future.
  * Refactors initialize origin and fixes a bug.
  * Contributors: Edward Venator

 -- Marc Alban <malban@swri.org>  Tue, 29 Sep 2015 05:00:00 -0000

ros-kinetic-swri-transform-util (0.0.5-0wily) wily; urgency=high



 -- Marc Alban <malban@swri.org>  Sun, 27 Sep 2015 05:00:00 -0000

ros-kinetic-swri-transform-util (0.0.4-0wily) wily; urgency=high

  * Fixes missing dependencies. #239 <https://github.com/swri-robotics/marti_common/issues/239>.
  * Contributors: Ed Venator

 -- Marc Alban <malban@swri.org>  Sun, 27 Sep 2015 05:00:00 -0000

ros-kinetic-swri-transform-util (0.0.3-0wily) wily; urgency=high



 -- Marc Alban <malban@swri.org>  Sat, 26 Sep 2015 05:00:00 -0000

ros-kinetic-swri-transform-util (0.0.2-0wily) wily; urgency=high

  * Renames yaml_util to swri_yaml_util. Refs #231 <https://github.com/swri-robotics/marti_common/issues/231>.
  * Renames transform_util to swri_transform_util. Refs #231 <https://github.com/swri-robotics/marti_common/issues/231>.
  * Contributors: Edward Venator

 -- Marc Alban <malban@swri.org>  Fri, 25 Sep 2015 05:00:00 -0000

ros-kinetic-swri-transform-util (0.0.1-0wily) wily; urgency=high



 -- Marc Alban <malban@swri.org>  Fri, 25 Sep 2015 05:00:00 -0000


