-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rosbagを右クリックでplotする #1179
Comments
インタラクティブにyamlを選択
|
zenityおもしろいですね
|
一番最初のスクリプトが動かなくなっている件ですが,手元では以下で動きました. #!/bin/bash
gnome-terminal -t "my_title" -x $SHELL -ic 'rosrun jsk_tools bag_plotter.py `rospack find jaxon_ros_bridge`/config/plotter.yaml $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS'
exit |
ダブルクォートではなくシングルクォートであることがポイント? #!/bin/bash
gnome-terminal -t "aho" -x $SHELL -ic 'rosrun jsk_tools bag_plotter.py $(zenity --file-selection --filename=$(rospack find jaxon_ros_bridge)/config/plotter.yaml --file-filter=*.yaml) $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS'
exit |
同じことをpercolでやると このIssueは閉じて大丈夫でしょうか。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@oshiroy 先ほど言っていた右クリックでrosbagをプロットする方法です.
mkdir -p ~/.gnome2/nautilus-scripts
して,以下のスクリプトをplot.sh
などの名前で保存するとできました.The text was updated successfully, but these errors were encountered: