Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit 7ff003e

Browse files
authored
Merge pull request #220 from omar-abugharbiyeh/foxy-devel
Added loop_rate.sleep(); in the IMU publisher
2 parents 04b05d8 + 9cbf975 commit 7ff003e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/k4a_ros_device.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,6 +1372,7 @@ void K4AROSDevice::imuPublisherThread()
13721372
}
13731373
}
13741374
}
1375+
loop_rate.sleep();
13751376
}
13761377
}
13771378

0 commit comments

Comments
 (0)