Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROS2 humble] tf_prefix parameter is not declared #279

Open
Tacha-S opened this issue Feb 16, 2024 · 0 comments
Open

[ROS2 humble] tf_prefix parameter is not declared #279

Tacha-S opened this issue Feb 16, 2024 · 0 comments
Labels
bug Something isn't working triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team

Comments

@Tacha-S
Copy link

Tacha-S commented Feb 16, 2024

Describe the bug
A clear and concise description of what the bug is.

tf_prefix is expected to be a parameter, but it is not declared

LIST_ENTRY(tf_prefix, "The prefix prepended to tf frame ID's", std::string, std::string()) \

this->declare_parameter("depth_enabled", rclcpp::ParameterValue(true));
this->declare_parameter("depth_mode", rclcpp::ParameterValue("NFOV_UNBINNED"));
this->declare_parameter("color_enabled", rclcpp::ParameterValue(false));
this->declare_parameter("color_format", rclcpp::ParameterValue("bgra"));
this->declare_parameter("color_resolution", rclcpp::ParameterValue("720P"));
this->declare_parameter("fps", rclcpp::ParameterValue(5));
this->declare_parameter("point_cloud", rclcpp::ParameterValue(true));
this->declare_parameter("rgb_point_cloud", rclcpp::ParameterValue(false));
this->declare_parameter("point_cloud_in_depth_frame", rclcpp::ParameterValue(true));
this->declare_parameter("sensor_sn", rclcpp::ParameterValue(""));
this->declare_parameter("recording_file", rclcpp::ParameterValue(""));
this->declare_parameter("recording_loop_enabled", rclcpp::ParameterValue(false));
this->declare_parameter("body_tracking_enabled", rclcpp::ParameterValue(false));
this->declare_parameter("body_tracking_smoothing_factor", rclcpp::ParameterValue(0.0f));
this->declare_parameter("rescale_ir_to_mono8", rclcpp::ParameterValue(false));
this->declare_parameter("ir_mono8_scaling_factor", rclcpp::ParameterValue(1.0f));
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));

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Logs
Please provide relevant logs to help diagnose your issue. To assist in debugging, please enable info level logging of the Azure Kinect Sensor SDK and attach any logs you have to this issue.
See k4atypes.h for how to enable logs.

Please also enable DEBUG level logging of the ROS node.
See roscpp/Overview/Logging for how to enable ROS DEBUG logs.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version: 22.04

Additional context
Add any other context about the problem here.

@Tacha-S Tacha-S added bug Something isn't working triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team labels Feb 16, 2024
@Tacha-S Tacha-S mentioned this issue Feb 16, 2024
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team
Projects
None yet
Development

No branches or pull requests

1 participant