Azure_Kinect_ROS_Driver icon indicating copy to clipboard operation
Azure_Kinect_ROS_Driver copied to clipboard

[ROS2 humble] tf_prefix parameter is not declared

Open Tacha-S opened this issue 1 year ago • 0 comments

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 https://github.com/microsoft/Azure_Kinect_ROS_Driver/blob/6ffb95a56ee175e5020b5ee5983d7230befbb176/include/azure_kinect_ros_driver/k4a_ros_device_params.h#L59

https://github.com/microsoft/Azure_Kinect_ROS_Driver/blob/6ffb95a56ee175e5020b5ee5983d7230befbb176/src/k4a_ros_device.cpp#L61-L79

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 avatar Feb 16 '24 07:02 Tacha-S