Skip to content

Commit

Permalink
3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Juricic committed Sep 10, 2024
1 parent 7bc7f72 commit 549e9e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package hri_body_detect
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
3.1.4 (2024-09-10)
------------------
* Changed quality of service to sensor for camera-realated subscribers
* Contributors: Luka Juricic, ferrangebelli

Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>hri_body_detect</name>
<version>3.1.3</version>
<version>3.1.4</version>
<description>ROS node implementing multibody 2D/3D full-body pose estimation, using Google Mediapipe. Part of ROS4HRI.</description>
<author email="[email protected]">Séverin Lemaignan</author>
<author email="[email protected]">Lorenzo Ferrini</author>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name=package_name,
version='3.1.3',
version='3.1.4',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down

0 comments on commit 549e9e7

Please sign in to comment.