Config.go 336 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 Config struct {
  8. msg.Package `ros:"dynamic_reconfigure_msg"`
  9. Bools []BoolParameter
  10. Ints []IntParameter
  11. Strs []StrParameter
  12. Doubles []DoubleParameter
  13. Groups []GroupState
  14. }