jrl-umi3218 / mc_rtc

mc_rtc is an interface for simulated and real robotic systems suitable for real-time control
BSD 2-Clause "Simplified" License
122 stars 37 forks source link

[mc_rtc/Logger] Allow to log fixed size vector without a copy #369

Closed gergondet closed 1 year ago

gergondet commented 1 year ago

These vector are still recorded and retrieved as dynamic sized vectors. However at log time there's no need to copy the data to a temporary dynamic vector.