GroupState.go 270 B

123456789101112131415
  1. //autogenerated:yes
  2. //nolint:revive,lll
  3. package dynamic_reconfigure
  4. import (
  5. "github.com/bluenviron/goroslib/v2/pkg/msg"
  6. )
  7. type GroupState struct {
  8. msg.Package `ros:"dynamic_reconfigure"`
  9. Name string
  10. State bool
  11. Id int32
  12. Parent int32
  13. }