No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro ardent showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro bouncy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro crystal showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro eloquent showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro dashing showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro foxy showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro lunar showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro jade showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro indigo showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro hydro showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

No version for distro kinetic showing melodic. Known supported distros are highlighted in the buttons above.
Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
melodic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange

Package symbol

pf_driver package from pf_lidar_ros_driver repo

pf_description pf_driver

ROS Distro
noetic

Package Summary

Tags No category tags.
Version 1.2.1
License Apache2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/PepperlFuchs/pf_lidar_ros_driver.git
VCS Type git
VCS Version main
Last Updated 2024-02-01
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The Pepperl+Fuchs LiDAR package

Additional Links

Maintainers

  • Harsh Deshpande

Authors

  • Harsh Deshpande
README
No README found. See repository README.
CHANGELOG

Changelog for package pf_driver

1.2.1 (2023-08-17) -----------* Merge pull request #108 from ValerioMa/terminate_cleanly Clean rosnode termination. * Merge pull request #106 from kalectro/main Fixes type of port parameter in cfg files * Merge pull request #104 from ValerioMa/main Move stamping closer to data reading. * Merge pull request #109 from PepperlFuchs/safe_feed_time safe feed time within the defined timeout * clang format applied * Clean termination of ros_main node. Closes: PepperlFuchs/pf_lidar_ros_driver#105 * Fixes type of port parameter in cfg files The port parameter was declared as an int_t in the cfg files but in the code it is expected to be a string. When the dynamic_reconfigure server is started, the data type on the parameter server was changed from string to int. This resulted in getParam of the release 1.2.0 to return False effectively killing any respawn functionality. * Move stamping close to data reading. Before this commit the scan message was stamped just before publishing the data. In the LaserScan message of ros the timestamp in the header is the acquisition time of the first ray in the scan. * safe feed time within the defined timeout * Update r2300.launch fixed typo * Merge pull request #101 from PepperlFuchs/r2300_single_layer R2300 single layer * Merge branch 'main' into r2300_single_layer * added config files for R2300 device family 7 (single layer) * default packet type is C (R2000) * added optional port parameter to yaml config files * Merge pull request #94 from MichaelGrupp/application_bitmap Allow to set hmi_application_bitmap with dynamic_reconfigure * Merge branch 'main' into application_bitmap * Merge pull request #93 from MichaelGrupp/launch-args Allow to disable RViz & pf_bringup in launch file. * Allow to disable RViz & pf_bringup in launch file. This allows better integration in headless systems and robots that already have a robot_state_publisher. * Allow to set hmi_application_bitmap * Merge pull request #99 from PepperlFuchs/fix_udp_port Fix udp port * utilize port specified in config for UDP connection * Merge pull request #87 from wawanbreton/code_refactoring Code refactoring * apply clang formatting * header only has function declaration * remove references to mutex after refactoring * Fixed missing include * Applied clang formatting * Code cleaning and minor optimizations * Added cpp files for each header when possible * Splitted existing cpp files to match headers * Splitted headers to have a single class by file * Moved sources to src folder * Contributors: Erwan MATHIEU, Harsh Deshpande, Kai Franke, Michael Grupp, Valerio Magnago

1.2.0 (2022-05-03)

  • fix focal point to world link of r2300 #72
  • fix xacro filename cases #70
  • viz scanner model in rviz
  • changed necessary for noetic #68
  • added urdf for r2000 and r2300 #66
  • fix deps for CI
  • add urdf bringup launch file
  • added urdf for r2300
  • fix high CPU usage #65 from PepperlFuchs/fix_while_loop
  • fix pointcloud flickering in rviz
  • reset cloud when params change in between publish cycle
  • reduce sleep time for writer thread as observed in #63
  • wait for the next message from the device with a timeout
  • fix layers accumulation and low frequency issue #56 from PepperlFuchs/fix_freq
  • Contributors: Harsh Deshpande

1.1.1 (2021-02-18)

  • Update package.xml
  • Contributors: Pepperl+Fuchs SE

1.1.0 (2021-02-09)

  • Update package.xml
  • Merge pull request #53 from PepperlFuchs/fix-typo fix typo
  • fix typo
  • Merge pull request #52 from PepperlFuchs/fix-exec-name fix exec name
  • changed default start_angle of R2300
  • fix start_angle

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

  • launch/r2000.launch
      • device [default: R2000]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300.launch
      • device [default: R2300]
      • launch_pf_description [default: true] — Whether to include the pf_description bringup with this launch file.
      • launch_rviz [default: true] — Whether to start RViz with this launch file.
  • launch/r2300_single_layer.launch
      • device [default: R2300]

Services

No service files found

Plugins

No plugins found.

Recent questions tagged pf_driver at Robotics Stack Exchange