off_highway_sensor_drivers_examples
The off_highway_sensor_drivers_examples package
Links
README
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_radar_extract_velocity
Example to demonstrate, how velocity information from messages other than
geometry_msgs::msg::TwistStamped
can be passed to the off_highway_radar driver. The
extract_velocity component extracts the velocity information from a nav_msgs::msg::Odometry
message and republishes it as geometry_msgs::msg::TwistStamped
message.
Launch files
off_highway_radar_extract_velocity_launch.py: Starts the extract_velocity component and the sender component of the off_highway_radar in a composition to make use of intra-process communication.
Arguments:
params: Path to ROS YAML parameter file to load for sender component of off_highway_radar. If not provided, default parameters from the off_highway_radar package are loaded.