Expose WrongParameterType

This commit is contained in:
Shaw Drastin 2024-11-04 14:50:26 +08:00 committed by Martin Dahl
parent e6f805b3d3
commit 4517663f27
1 changed files with 1 additions and 1 deletions

View File

@ -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;