Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Declare tf_prefix #280

Open
wants to merge 1 commit into
base: humble
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/k4a_ros_device.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ K4AROSDevice::K4AROSDevice()
this->declare_parameter("imu_rate_target", rclcpp::ParameterValue(0));
this->declare_parameter("wired_sync_mode", rclcpp::ParameterValue(0));
this->declare_parameter("subordinate_delay_off_master_usec", rclcpp::ParameterValue(0));
this->declare_parameter("tf_prefix", rclcpp::ParameterValue(""));

// Collect ROS parameters from the param server or from the command line
#define LIST_ENTRY(param_variable, param_help_string, param_type, param_default_val) \
Expand Down