ROS2 Custom Message (MSG)
To test a custom message in say my_test_package, do I need to create a separate package for this - for example, my_test_package_msg? Can I add msg
folder at same level as src
folder in my_test_package? If so, how I do modify CMakeLists.txt to include the header file created by custom message?
Thanks, kumar