Package Summary

Tags No category tags.
Version 0.5.1
License Apache-2.0
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/bosch-engineering/off_highway_sensor_drivers.git
VCS Type git
VCS Version humble-devel
Last Updated 2024-03-27
Dev Status MAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

The off_highway_sensor_drivers_examples package

Additional Links

No additional links.

Maintainers

  • Sarah Huber

Authors

  • Sarah Huber

off_highway_sensor_drivers_examples

The off_highway_sensor_drivers_examples package contains sample launch files and scripts to assist with further processing of the data provided by the off_highway_sensor_drivers.

off_highway_premium_radar_filter

Series-connected Point Cloud Library (PCL) PassThrough filter nodes, which filter the point cloud returned by the off_highway_premium_radar driver by the z, x and radar_cross_section field values of the locations. Thresholds are set to example values directly in the launch file and can be adapted at runtime using the dynamic reconfigure plugin of rqt.

Build

:warning: Running this example currently requires building perception_pcl from source. :warning:

Since the currently available ROS 2 binaries of the pcl_ros package do not yet contain all required features to run this example, the perception_pcl repository needs to be cloned and built from source. To accomplish this, cd into the source folder of your workspace and execute

git clone -b ros2 https://github.com/ros-perception/perception_pcl
cd ..
rosdep update && rosdep install --from-paths src --ignore-src -r -y
colcon build --cmake-args '-DCMAKE_BUILD_TYPE=Release'

to build it. Source the workspace before running the example with

ros2 launch off_highway_sensor_drivers_examples off_highway_premium_radar_filter.launch.py

Launch files

  • off_highway_premium_radar_filter.launch.py: Starts the off_highway_premium_radar driver with the given parameters, PCL PassThrough filters and rviz.
    • Arguments:
    • off_highway_premium_radar_params: Path to ROS YAML parameter file to load for driver. If not provided, default parameters from the off_highway_premium_radar package are loaded.
    • rviz_config: Path to rviz configuration file. If not provided, default configuration is loaded from this package.
CHANGELOG

Changelog for package off_highway_sensor_drivers_examples

0.5.1 (2024-03-27)

Wiki Tutorials

See ROS Wiki Tutorials for more details.

Source Tutorials

Not currently indexed.

Package Dependencies

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged off_highway_sensor_drivers_examples at Robotics Stack Exchange