ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Indicate the parameter type does not match the expected type. More...
#include <rclcpp/parameter_value.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | ParameterTypeException (ParameterType expected, ParameterType actual) |
Construct an instance. More... | |
Indicate the parameter type does not match the expected type.
Definition at line 57 of file parameter_value.hpp.
|
inline |
Construct an instance.
[in] | expected | the expected parameter type. |
[in] | actual | the actual parameter type. |
Definition at line 66 of file parameter_value.hpp.