Skip to content

Commit

Permalink
- readme extended by use of jazzy
Browse files Browse the repository at this point in the history
- changelogs extended
- version incremented
  • Loading branch information
JnsHndr committed Nov 5, 2024
1 parent cf5346e commit 868704d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ OMDxxx-R2000 Hardware & Firmware >= 1.50 (No support of OBDxxx-R2000 devices)
OMDxxx-R2300 Hardware >= 0.95, Firmware >= 0.97

**Required platform:**
Ubuntu-20.04/ROS Foxy OR Ubuntu-20.04/ROS Galactic OR Ubuntu-22.04/ROS Humble
Ubuntu-20.04/ROS-Foxy OR Ubuntu-20.04/ROS-Galactic OR Ubuntu-22.04/ROS-Humble OR Ubuntu-24.04/ROS-Jazzy

Note: The ROS1 driver is available here: https://github.com/PepperlFuchs/pf_lidar_ros_driver

Expand All @@ -19,7 +19,7 @@ git clone https://github.com/PepperlFuchs/pf_lidar_ros2_driver.git

**Install the missing dependencies:**
```
export ROS_DISTRO=foxy OR export ROS_DISTRO=galactic OR export ROS_DISTRO=humble
export ROS_DISTRO=foxy OR export ROS_DISTRO=galactic OR export ROS_DISTRO=humble OR export ROS_DISTRO=jazzy
cd <path/to/workspace>
rosdep update --include-eol-distros
rosdep install --from-paths src --ignore-src --rosdistro=$ROS_DISTRO -y
Expand Down
3 changes: 3 additions & 0 deletions src/pf_description/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package pf_description
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-09-17)
-------------------

1.2.0 (2022-05-03)
-------------------
* fix xacro filename cases `#70 <https://github.com/PepperlFuchs/pf_lidar_ros_driver/issues/70>`_ from PepperlFuchs/fix_xacro_filenames
Expand Down
2 changes: 1 addition & 1 deletion src/pf_description/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>pf_description</name>
<version>1.2.0</version>
<version>1.3.0</version>
<description>The pf_description package</description>

<maintainer email="harshavardhan.deshpande@ipa.fraunhofer.de">Harsh Deshpande</maintainer>
Expand Down
4 changes: 4 additions & 0 deletions src/pf_driver/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Changelog for package pf_driver
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.3.0 (2024-09-17)
-------------------
* fix driver build errors under ROS Jazzy `#12 <https://github.com/PepperlFuchs/pf_lidar_ros2_driver/issues/12>`_

1.2.0 (2022-05-03)
-------------------
* fix focal point to world link of r2300 `#72 <https://github.com/PepperlFuchs/pf_lidar_ros_driver/issues/72>`_
Expand Down
2 changes: 1 addition & 1 deletion src/pf_driver/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>pf_driver</name>
<version>2.0.0</version>
<version>1.3.0</version>
<description>The Pepperl+Fuchs LiDAR package</description>

<maintainer email="harshavardhan.deshpande@ipa.fraunhofer.de">Harsh Deshpande</maintainer>
Expand Down

0 comments on commit 868704d

Please sign in to comment.