You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Declare parameters uninitialized
Fixesros2#1649
Allow declaring parameters without an initial value or override.
This was possible prior to Galactic, but was made impossible since we started enforcing the types of parameters in Galactic.
Signed-off-by: Jacob Perron <[email protected]>
* Remove assertion
Signed-off-by: Jacob Perron <[email protected]>
* Throw NoParameterOverrideProvided exception if accessed before initialized
Signed-off-by: Jacob Perron <[email protected]>
* Add test getting static parameter after it is set
Signed-off-by: Jacob Perron <[email protected]>
* Do not throw on access of uninitialized dynamically typed parameter
Signed-off-by: Jacob Perron <[email protected]>
* Rename exception type
Signed-off-by: Jacob Perron <[email protected]>
* Remove unused exception type
Signed-off-by: Jacob Perron <[email protected]>
* Uncrustify
Signed-off-by: Jacob Perron <[email protected]>
0 commit comments