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

TF Tree for Azure is not regulary updating #262

Open
ndaley7 opened this issue Dec 15, 2022 · 2 comments
Open

TF Tree for Azure is not regulary updating #262

ndaley7 opened this issue Dec 15, 2022 · 2 comments
Labels
bug Something isn't working triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team

Comments

@ndaley7
Copy link

ndaley7 commented Dec 15, 2022

After initialization via the driver, the TF tree for the sensors on the kinect no longer updates. You can see the frame update times on the RQT screenshot that I have included.

To Reproduce
Steps to reproduce the behavior:

  1. Start ROS Driver
  2. Attempt to subscribe to any of the TF topics in the below RQT screenshot after initialization

Expected behavior
depth_camera_link, rgb_camera_link to be published at regular intervals

Logs
I regularly get "image running behind" warnings, but I am not sure if that is releavant

Screenshots
AzureKinectDriver TF Default

Desktop (please complete the following information):

  • OS: [Ubuntu]
  • Version:20.04 LTS

Additional context
Add any other context about the problem here.

@ndaley7 ndaley7 added bug Something isn't working triage needed The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team labels Dec 15, 2022
@ndaley7
Copy link
Author

ndaley7 commented Dec 21, 2022

Seems like it might be an issue with the rate parameter here on line 967:

ros::Rate loop_rate(params_.fps);

https://github.com/microsoft/Azure_Kinect_ROS_Driver/blob/88614463b924b122f681ec093b3a46c7b3a2bb52/src/k4a_ros_device.cpp

@ndaley7
Copy link
Author

ndaley7 commented Dec 21, 2022

Rather than try and hunt down the parameters, im going to add the Azure transforms to the broadcast TF Script

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