microsoft / Azure_Kinect_ROS_Driver

A ROS sensor driver for the Azure Kinect Developer Kit.
MIT License
295 stars 220 forks source link

[ROS2 humble] tf_prefix parameter is not declared #279

Open Tacha-S opened 4 months ago

Tacha-S commented 4 months ago

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):

Additional context Add any other context about the problem here.