Skip to content

Set source path and target path, program will get every rosbag in source path then process the needed topics. Last,out put same name rosbag in target path.

License

Notifications You must be signed in to change notification settings

ryanyej/rosbag_transform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

rosbag_transform

This Project is intend to process a folder of rosbags that some of topics or all topics need to be modified. Set source path and target path in

std::string path="/home/user/old/";
std::string new_path="/home/user/new/";

program will get every rosbag in source path, then process the needed topics. You can change these topics contents as you want. Last,output same name rosbag in target path.

本项目旨在处理需要修改部分topics或所有topic的rosbag文件夹。

修改old文件夹目录,与新生成的topic的new目录

std::string path="/home/user/old/";
std::string new_path="/home/user/new/";

程序将获取源路径中的每个rosbag,然后处理所需的topics。 您可以根据需要更改这些主题内容。 最后,在目标路径中输出同名的rosbag。

About

Set source path and target path, program will get every rosbag in source path then process the needed topics. Last,out put same name rosbag in target path.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published