if the required message is a standard message type available with ROS, do we still need to define it in msg/xxxx.msg?
If my message type is geometry_msgs/WrenchStamped, do I still need to define it in msg folder or I can skip it? As I am not using a custom message type.
Thanks Anirudh