Creating a new message, service or action
./<package_name>_msgs
├── action
│ ├── MyAction.action
├── msg
│ ├── MyMessage.msg
├── srv
│ └── MyService.srv
├── CMakeLists.txt
├── package.xml
└── README.mdLast updated
Was this helpful?
./<package_name>_msgs
├── action
│ ├── MyAction.action
├── msg
│ ├── MyMessage.msg
├── srv
│ └── MyService.srv
├── CMakeLists.txt
├── package.xml
└── README.mdLast updated
Was this helpful?
Was this helpful?