ParamDescription.go 304 B

12345678910111213141516
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package dynamic_reconfigure
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type ParamDescription struct {
  8. msg.Package `ros:"dynamic_reconfigure_msg"`
  9. Name string
  10. Type string
  11. Level uint32
  12. Description string
  13. EditMethod string
  14. }