日本語はこちら
pip3 install https://github.com/amslabtech/smartbagrec/archive/master.zip
GUI application for easy execution of rosbag record.
It includes the ability to create profiles, reducing redundant operations.
bagrec
To immediately display the dialog for loading a profile
bagrec -p
or bagrec --profile
.
Please select topics to record from here.
Check the check boxes for the settings you wish to enable.
Some items require numerical values to be entered.
If you click the advanced settings button, you will see an additional setting dialog.
Select how to save the bagfile
- save to current dir
- Save bagfile to the directory which
bagrec
was executed - File name is given by timestamp
- Save bagfile to the directory which
- set prefix
- Save bagfile to the directory which
bagrec
was executed - Add prefix to the timestamped file name
- Save bagfile to the directory which
- set file path
- Set save destination and file name manually
Starts recording bagfile with the current settings.
A pop-up window will appear, and you must close it to quit recording.
Records the current settings as a profile.
The file name and extension are arbitrary.
Normally, save it under ~/.config/smartbagrec
.
Starts recording bagfile with the saved profile.
pip3 install https://github.com/amslabtech/smartbagrec/archive/master.zip
rosbag record を簡単に実行するためのGUIアプリケーションです。
プロファイルを作成することもできるため、冗長な操作を減らすことができます。
bagrec
プロファイルを読み込むためのダイアログをすぐに表示させたい場合
bagrec -p
または bagrec --profile
ここから記録するトピックを選択してください。
有効にしたい設定項目にチェックを入れてください。
一部の項目は数値の入力も必要です。
詳細設定ボタンをクリックすると、追加の設定ダイアログが表示されます。
bagfileの保存方法を選択します。
- save to current dir
- bagfileを
bagrec
を実行したディレクトリに保存します - ファイル名はタイムスタンプから付与されます
- bagfileを
- set prefix
- bagfileを
bagrec
を実行したディレクトリに保存します - タイムスタンプから自動で付与されるファイル名に任意のプレフィックスをつけます
- bagfileを
- set file path
- 保存先とファイル名を手動で設定します
現在の設定でbagfileの記録を開始します。
ポップアップウィンドウが表示されます。
記録を終えるにはこれを閉じてください。
現在の設定をプロファイルとして記録します。
ファイル名や拡張子は任意です。
通常は~/.config/smartbagrec
の下に保存します。
保存したプロファイルでbagfileの記録を開始します。