[ros-users] naming of cameras

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Jack O'Quin
日付:  
To: ros-users
新しいトピック: [ros-users] problems with image_transport and remap
題目: [ros-users] naming of cameras
In the current version of the experimental camera1394 driver, the node
name is the same as the camera name. The output is published as
/<node>/camera/image_raw (for compatibility with other image pipeline
drivers) with frame ID "/<node>".

Looking at the wge100 camera driver I see that its node name is always
wge100_node, and it publishes camera/image_raw. Different cameras are
distinguished by running the node in different namespaces. The frame
ID is set by a parameter.

Are these differences OK? What naming issues influenced to the wge100 approach?
--
joq