libsurvive icon indicating copy to clipboard operation
libsurvive copied to clipboard

Expose `survive_install_run_time_fn`

Open Tuntenfisch opened this issue 6 months ago • 1 comments

Hey,

I'm writing a ROS2 node that integrates libsurvive and publishes the tracked poses inside ROS2. In ROS2 you can use the parameter use_sim_time to provide a time basis different from the wall clock time.

I noticed that libsurvive already has the function survive_install_run_time_fn internally to change its time basis. Exposing this function to the public API would allow users of the library to also change the time basis.

Tuntenfisch avatar Jun 17 '25 08:06 Tuntenfisch

I don't see anything against that. Moving it to include/libsurvive/survive.h would expose it to the public api. Could you send a pull request please?

bl4ckb0ne avatar Jun 17 '25 14:06 bl4ckb0ne