This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
Synchronize kinects on different hosts #263
Labels
bug
Something isn't working
triage needed
The Issue still needs to be reviewed by the Azure Kinect ROS Driver Team
Hello,
I found many solution for synchronizing 2 kinects on the same computer and it was working well. Now, we want to dedicate one kinect per computer to increase the speed of our application. However, the kinects are not synchronized and the time stamp difference between the master node and the subordinate node is too large to receive them at the same time (through a message filter). I configured the master and slave kinects correctly and the ros master node is the master kinect. Here are the launch files for master and subordinate.
master :
and the subordinate node :
I have some trouble with colliding robot_state_publisher and joint_state_publisher but I will see that later...
I also noticed that the subordinate node is publishing more than the master node, I wonder if it's because the subordinate computer is more powerful than the other even though they have the same framerate...
Thanks a lot for all your help.
Quentin
The text was updated successfully, but these errors were encountered: