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 36 forks source link

Introduce new log format to improve logging performances #330

Closed gergondet closed 1 year ago

gergondet commented 1 year ago

This PR changes the way the log information is stored in the log.

Overall, it improves the logging performance by about 25% on e.g. BaseLineWalkingController

Old logs are still compatible with all the tools in the framework.