How to create a colcon/Cmake compatible package to share Gazebo 11/protobuff custom messages?
I would like to create a package that contains Gazebo/protobuff messages so they can be shared with other packages, similar to the good practice in ROS of having a separate package for custom msg/srv/actions. I'm looking ideally for an example how to do this, with Cmakelist.txt for the package that contains only Gazebo/protobuff messages, and another different packages that uses them.
Asked by vanem on 2023-06-22 06:22:50 UTC
Comments