LoginSignup
8
3

More than 5 years have passed since last update.

roslaunchからrvizを立ち上げる時に,特定の設定を読み込む

Last updated at Posted at 2016-09-15

rvizから保存した設定ファイル(.rvizとする場合が多い)が,PACKAGE_NAME/config/SETTING.rvizの場合.

<?xml version="1.0"?>
<roslaunch>

  <node pkg="rviz" type="rviz" name="rviz" args="-d $(find PACKAGE_NAME)/config/SETTING.rviz"/>

</roslaunch>
8
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
3