Expose WrongParameterType
This commit is contained in:
parent
e6f805b3d3
commit
4517663f27
|
|
@ -115,7 +115,7 @@ mod context;
|
|||
pub use context::Context;
|
||||
|
||||
mod parameters;
|
||||
pub use parameters::{Parameter, ParameterValue, RosParams};
|
||||
pub use parameters::{Parameter, ParameterValue, RosParams, WrongParameterType};
|
||||
|
||||
pub use r2r_macros::RosParams;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue