Adding a standard msg within the custom msg [closed]
Hi! I've made my custom message following the tutorial here. It works fine. What i want to do is to include some information in my message, as a twist.msg, for instance.
How can I declare this on my .msg file? Something like this? :
geometry_msgs/Twist Base geometry_msgs/Quaternion Turret uint8 battery
would this work when catkin making all the custom messages?
Thanks in advance.