이 글은 아래의 자료를 참고로 만들어졌습니다. https://docs.ros.org/en/dashing/Tutorials/Custom-ROS2-Interfaces.html Creating custom ROS 2 msg and srv files — ROS 2 Documentation: Dashing documentation For this step you can use the packages you created in previous tutorials. A few simple modifications to the nodes, CMakeLists and package files will allow you to use your new interfaces. 7.1 Testing Num.msg with pub/s..