- //autogenerated:yes
- //nolint:revive,lll
- package common_msgs
- import (
- "github.com/bluenviron/goroslib/v2/pkg/msg"
- "github.com/bluenviron/goroslib/v2/pkg/msgs/std_msgs"
- )
- type IdentifierObjsInfo struct {
- msg.Package `ros:"common_msgs"`
- Header std_msgs.Header
- ObjsInfo []IdentifierObj
- }
|