- //autogenerated:yes
- //nolint:revive,lll
- package dynamic_reconfigure
- import (
- "github.com/bluenviron/goroslib/v2/pkg/msg"
- )
- type ParamDescription struct {
- msg.Package `ros:"dynamic_reconfigure_msg"`
- Name string
- Type string
- Level uint32
- Description string
- EditMethod string
- }
|