You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we change femto_mega.launch and set the rosparam of use_hardware_time to false, the system timestamp will be used and the desired behavior will be achieved.
It seems that the arg for use_hardware_time is provided for the launch of some cameras that use hardware time, such as femto bolt, so it would be better to either change the default for use_hardware_time rosparam to false, or add the arg for use_hardware_time to the launch of cameras such as femto_mega (like https://github.com/Kanazawanaoaki/OrbbecSDK_ROS1/tree/add-use_hardware_time-to-femto-mega ).
The text was updated successfully, but these errors were encountered:
Thank you for your question and suggestion. When the configuration "use_hardware_time" is set to false, the system timestamp will be used. When it is set to true, the device timestamp will be used. Regarding your question, we will double-check and optimize it.
We are using Femto Mega with the latest
main
branchOrbbecSDK_ROS1, but the timestamp of the output ros topic was incorrect.
(1623747315 = Tue Jun 15 2021 08:55:15 GMT+0000)
I think the reason for this is that the rosparam of the default
use_hardware_time
is set to true in the following part.OrbbecSDK_ROS1/src/ob_camera_node.cpp
Line 149 in b49127f
If we change femto_mega.launch and set the rosparam of
use_hardware_time
to false, the system timestamp will be used and the desired behavior will be achieved.(1732250614 = Fri Nov 22 2024 04:43:34 GMT+0000)
It seems that the arg for
use_hardware_time
is provided for the launch of some cameras that use hardware time, such as femto bolt, so it would be better to either change the default foruse_hardware_time
rosparam to false, or add the arg foruse_hardware_time
to the launch of cameras such as femto_mega (like https://github.com/Kanazawanaoaki/OrbbecSDK_ROS1/tree/add-use_hardware_time-to-femto-mega ).The text was updated successfully, but these errors were encountered: