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
hi, all
I'm new to lcm, and I deal with ROS, before I come here.
in ROS there is an application which could combine two ros bag into one and also has an application could split a ros bag into two.
thus, i wandering if there an application which could do same work for me
best regard.
howe
The text was updated successfully, but these errors were encountered:
To not leave you hanging, there's no built in tool with LCM to merge/split logs. What I've done is write a python script that pulls in all the LCM log headers from multiple logs into a pandas dataframe, and from there you can sort by however you want (usually by log timestamp), and then sequentially go through each event and copy them into a new logfile.
在 2018年10月31日,20:35,Don Venable ***@***.***> 写道:
Here's a Python module that implements that kind of workflow:
https://github.com/venabled/lcmtools/blob/master/lcmlog.py
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
hi, all
I'm new to lcm, and I deal with ROS, before I come here.
in ROS there is an application which could combine two ros bag into one and also has an application could split a ros bag into two.
thus, i wandering if there an application which could do same work for me
best regard.
howe
The text was updated successfully, but these errors were encountered: