MsPage
  • HOME
  • self_driving_lidar
    • Nuvo6108GC Ubuntu Installation
    • Xavier environment installation
    • Velodyne 相關紀錄與議題
  • Study Note
    • Ubuntu
    • Tensor to TensorRT
    • C++
    • Qt5 & QtCreator
    • ROS
  • Python Study Note
    • Flask
  • CHEATSHEET
    • Git CheatSheet
    • Ros Launch Attribute
    • Vim Command (basic)
  • SAMPLE CODE
    • Rosbag Extractor in Python
Powered by GitBook
On this page
  • Practical instruction
  • Rosbag

Was this helpful?

  1. Study Note

ROS

Practical instruction

Rosbag

.bag file 依照指定 Topic 分離儲存

rosbag filter input.bag output.bag "topic == '/LidarLeft' or topic == '/LidarRight' or topic =='/LidarTop' or topic== '/LidarFront'"
# or other description ways
rosbag filter input.bag output.bag "'stereo' in topic"

PreviousQt5 & QtCreatorNextFlask

Last updated 6 years ago

Was this helpful?