//autogenerated:yes //nolint:revive,lll package dynamic_reconfigure import ( "github.com/bluenviron/goroslib/v2/pkg/msg" ) type BoolParameter struct { msg.Package `ros:"dynamic_reconfigure_msg"` Name string Value bool }