[ros-users] Header msg anomaly in unstable

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Ruben Smits
日付:  
To: ros-users
題目: [ros-users] Header msg anomaly in unstable
Hi,

I just noticed that the roslib/Header.h got deprecated in favor of
std_msgs/Header.h. Shouldn't this change also be resembled in the msg files?

Header stamp --> std_msgs/Header stamp

as it is for all other msg types. It would also make it very clear that if you
want to use the Header msg type, you need to depend on the std_msgs package.
(This hidden dependency actually made me run into the anomaly)

Ruben