ros-lyrical-hri (2.9.0-3resolute) resolute; urgency=high

  * jazzy compat
  * update URLs and authors in package.xml
  * [doc] minor doc
  * [doc] minor doc
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Tue, 03 Feb 2026 00:00:00 -0000

ros-lyrical-hri (2.8.0-3resolute) resolute; urgency=high

  * ament_auto_package now requires USE_SCOPED_HEADER_INSTALL_DIR
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 10 Sep 2025 00:00:00 -0000

ros-lyrical-hri (2.7.0-3resolute) resolute; urgency=high

  * in pyhri, spin manually with spin_all instead of spin_some
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Thu, 26 Jun 2025 00:00:00 -0000

ros-lyrical-hri (2.6.2-3resolute) resolute; urgency=high

  * more robust destroyers
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 28 Oct 2024 00:00:00 -0000

ros-lyrical-hri (2.6.1-3resolute) resolute; urgency=high

  * bring back dependencies on tf2 and cv_bridge as <depends> so that <build_export_depend> is implied
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Tue, 10 Sep 2024 00:00:00 -0000

ros-lyrical-hri (2.6.0-3resolute) resolute; urgency=high

  * add face expression
  * change build to ament_cmake_auto
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 09 Sep 2024 00:00:00 -0000

ros-lyrical-hri (2.5.1-3resolute) resolute; urgency=high



 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 21 Aug 2024 00:00:00 -0000

ros-lyrical-hri (2.5.0-3resolute) resolute; urgency=high

  * readd deprecated function signatures
  * add voice locale
  * add tests for gaze transform
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Fri, 02 Aug 2024 00:00:00 -0000

ros-lyrical-hri (2.4.1-3resolute) resolute; urgency=high

  * [doc] minor fixes
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 19 Jun 2024 00:00:00 -0000

ros-lyrical-hri (2.4.0-3resolute) resolute; urgency=high

  * adding doxygen documentation
  * adding body description support for Body objects
  * Contributors: lorenzoferrini

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 13 May 2024 00:00:00 -0000

ros-lyrical-hri (2.3.0-3resolute) resolute; urgency=high



 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 18 Mar 2024 00:00:00 -0000

ros-lyrical-hri (2.2.0-3resolute) resolute; urgency=high

  * add clear functions; lower missing tf log level
  * add bitwise operators to FeatureType
  * revert feature constness for getters
  * add remaining interfaces to NodeInterfaces
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Thu, 18 Jan 2024 00:00:00 -0000

ros-lyrical-hri (2.1.0-3resolute) resolute; urgency=high

  * add tf listener to the callback group
  * add pyhri tests and align hri ones with the former
  * add pybind11 based python bindings to pyhri
  * add pyhri python bindings package
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Thu, 18 Jan 2024 00:00:00 -0000

ros-lyrical-hri (2.0.0-3resolute) resolute; urgency=high

  Port the ROS 2.This release is *not* backward compatible with series libhri-0.x!
  * fix version; use safer cmake variables
  * add author; rename example node
  * getters return pointers to const objects
  * change example folder location
  * add example instructions
  * invalidate non-tracked/known features
  * do not use const feature trackers
    they do not allow the registration of feature tracker callbacks (e.g. hri::Voice::onSpeech), while the members are already private and thus protected
  * naming consistency
  * review fixes
    - pass const objects to callbacks
    - emplace new tracked features
    - fix documentation
  * review polish
    - add support for LifecycleNode
    - feature getters return const objects
    - avoid trivial typedefs
    - remove legacy docgen files
  * fixez in cmake install, QoS, tests
  * pass safer weak pointer of HRIListener to Person
  * move FeatureTracker::init() to constructor
    avoid accidental re-initialization using public init() function
  * bump version ahead of release 2.0.0
  * remove unnecessary compile local files
  * replace returned ROS messages with cpp types
  * big cleanup
    - collect types in types.hpp
    - comply to coding guidelines (headers reordering, renaming, ...)
    - make all subscribed info optional
  * cleanup tests
  * group common functionalities into FeatureTracker
  * simplify the execution architecture
    - HRIListener uses an external node for subscribing to topics
    - FeatureTracker collects additional common members
  * do not use const pointers
    they are deceptive, actually the callbacks are modifying the 'const' objects
  * switch license to apache 2.0
  * use shared pointers instead of weak ones
  * switch to std::optional
  * building cleanup
    - target-based CMake
    - add back the copyright in the license
    - fix file naming
    - reorder depencencies alphabetically
  * Merge main 0.6.4 into humble-devel 0.5.3
    3ff30aa3263abe2c6e7d2500165889e3bf0a5c36 into f50816fa0f65cc71e8057c25a8edba1ccee676bc
  * Merge pull request #2 from juandpenan/humble-devel
    Code migrated to ROS2 Humble
  * all tests passed
  * changed buffer to buffercore
  * test added
  * voice sub fixed
  * body sub fixed
  * change bodies from weak to shared
  * face callbacks fixed
  * face listener working
  * tf_listener fashon added
  * ros1 fashon
  * using namespace removed
  * header guards changed
  * testing
  * revert to weak
  * test added
  * ID error fixed
  * Merge pull request #1 from Juancams/humble-devel
    Migrated to ROS2 Humble
  * Migrated to ROS2 Humble
  * first_commit
  * first_commit
  * Contributors: Francisco Martín Rico, Juan Diego, Juancams, Luka Juricic, Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Tue, 19 Dec 2023 00:00:00 -0000

ros-lyrical-hri (0.6.4-3resolute) resolute; urgency=high

  * Fix Typo in voice.h
    re-apply patch from  juandpenan
    https://github.com/ros4hri/libhri/pull/3
    (patch removed by mistake)
  * Contributors: juandpenan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 05 Jul 2023 00:00:00 -0000

ros-lyrical-hri (0.6.3-3resolute) resolute; urgency=high

  * change ROI message type to hri_msgs/NormalizedRegionOfInterest2D
  * fix tests use of EXPECT_CALL and timeouts
  * Contributors: Luka Juricic

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 05 Jul 2023 00:00:00 -0000

ros-lyrical-hri (0.6.2-3resolute) resolute; urgency=high

  * anonymous field as optional
  * Contributors: lorenzoferrini

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Fri, 21 Apr 2023 00:00:00 -0000

ros-lyrical-hri (0.6.1-3resolute) resolute; urgency=high

  * add callbacks for when speech is detected on a voice
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 16 Jan 2023 00:00:00 -0000

ros-lyrical-hri (0.6.0-3resolute) resolute; urgency=high

  * redefine hri::FeatureType enum to be used as bitmask
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Thu, 05 Jan 2023 00:00:00 -0000

ros-lyrical-hri (0.5.3-3resolute) resolute; urgency=high

  * bodies: expose the skeleton2d points
  * package.xml: add libhri URL
  * Contributors: Séverin Lemaignan, lorenzoferrini

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 26 Oct 2022 00:00:00 -0000

ros-lyrical-hri (0.5.2-3resolute) resolute; urgency=high

  * expose the 3D transform of the voices
  * expose face + gaze transform
  * expose the 3D transform of the bodies
  * minor refactor for safer access to engagement_status
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 10 Oct 2022 00:00:00 -0000

ros-lyrical-hri (0.5.1-3resolute) resolute; urgency=high

  * add comparision between 'feature trackers'
  * update to new hri_msgs-0.8.0 names
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 31 Aug 2022 00:00:00 -0000

ros-lyrical-hri (0.5.0-3resolute) resolute; urgency=high

  * expose the current TF frame + transform of the person
  * expose engagement status of people
  * expose softbiometrics (age/gender) in faces
  * add support for persons' aliases
    if a /humans/persons/<id>/alias points to another person id, libhri will use
    return the same pointer
  * add callbacks when face/body/... are lost + support for known vs tracked persons
  * add support for 'anonymous' persons
    Anonymous persons are persons that *may* disappear at any point.
    They are typically created because we *know* that a person is there (eg,
    we've detected a face), but that person is not yet permanently
    identified.
    API change: HriListener::getPersons() now returns *weak* pointers that
    need to be locked before being used.
  * ensure the cropped and aligned face do not re-use the same underlying data
  * add simple libhri example to display aligned faces
  * remove spurious logging on cout
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Thu, 26 May 2022 00:00:00 -0000

ros-lyrical-hri (0.4.3-3resolute) resolute; urgency=high

  * fix gmock 'Call' syntax for older version of gmock (1.8). This was causing
    issues on ubuntu 18.04 (ROS melodic)
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Thu, 28 Apr 2022 00:00:00 -0000

ros-lyrical-hri (0.4.2-3resolute) resolute; urgency=high

  * add callback support for faces, bodies, voices, persons.
    Eg, call onFace(cb) to register callback invoked everytime a face is detected
  * expose the aligned face in the Face class
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 27 Apr 2022 00:00:00 -0000

ros-lyrical-hri (0.4.1-3resolute) resolute; urgency=high

  * Fixed wrong feature subscribers indexing
  * Contributors: lorenzoferrini

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 07 Mar 2022 00:00:00 -0000

ros-lyrical-hri (0.4.0-3resolute) resolute; urgency=high

  * Facial Landmarks implementation
    Implementation of methods and structures required to access the
    facial landmarks
    Face Landmarks object size correction
  * add tests for the person.face_id attribute
  * actually subscribe to the person's face/body/voice id updates
  * Contributors: Séverin Lemaignan, lorenzoferrini

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 21 Feb 2022 00:00:00 -0000

ros-lyrical-hri (0.3.1-3resolute) resolute; urgency=high

  * add/update BSD license
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 07 Feb 2022 00:00:00 -0000

ros-lyrical-hri (0.3.0-3resolute) resolute; urgency=high

  * expose enum with the 4 feature types person,face,body,voice
  * add voices and persons + improve const semantics
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Mon, 07 Feb 2022 00:00:00 -0000

ros-lyrical-hri (0.2.3-3resolute) resolute; urgency=high

  * Body::{getRoI->roi} + RoI not optional + add Body::cropped
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Fri, 21 Jan 2022 00:00:00 -0000

ros-lyrical-hri (0.2.2-3resolute) resolute; urgency=high

  * Face::{getRoI->roi} + RoI not optional + add Face::cropped
    In the latest revision of the ROS4HRI spec, the region of interest is
    always expected to be available (as well as the cropped face). As such,
    no point in using a boost::optional there.
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Fri, 21 Jan 2022 00:00:00 -0000

ros-lyrical-hri (0.2.1-3resolute) resolute; urgency=high

  * replace hri_msgs::RegionOfInterestStamped by sensor_msgs::RegionOfInterest
    Follows changes in hri_msgs 0.2.0
  * add skeleton of hri::Person class
  * add empty Voice class
  * expose the features' topic namespace + doc
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Fri, 14 Jan 2022 00:00:00 -0000

ros-lyrical-hri (0.2.0-3resolute) resolute; urgency=high

  * add basic support for bodies; only the RoIs for now
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 05 Jan 2022 00:00:00 -0000

ros-lyrical-hri (0.1.0-3resolute) resolute; urgency=high

  * use boost::optional for faces' features like RoI
  * doc: setup rosdoc. Run rosdoc_lite . to generate
  * test: expand the test suite
  * cmake: explicit SYSTEM headers to avoid ROS shadowing issues
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 05 Jan 2022 00:00:00 -0000

ros-lyrical-hri (0.0.3-3resolute) resolute; urgency=high

  * do not try to compile hri_demo (internal test)
  * Contributors: Séverin Lemaignan

 -- Séverin Lemaignan <severin.lemaignan@pal-robotics.com>  Wed, 05 Jan 2022 00:00:00 -0000


