[ros-users] XmlRpcValue Array in launch file

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Bill Morris
日付:  
To: ros-users
題目: [ros-users] XmlRpcValue Array in launch file
I can't find documentation anywhere for formatting an array properly in
the launch file.

This does not work
<param name="marker_center" value="[0.0, 0.0]"/>

This works
<rosparam command="load" file="marker.yaml"/>

where marker.yaml is

marker_center: [0.0,0.0]

Any ideas as to what I'm doing wrong?

Thanks,
-Bill