ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Thrown if user attempts to create an uninitialized statically typed parameter. More...
#include <rclcpp/exceptions/exceptions.hpp>
Public Member Functions | |
RCLCPP_PUBLIC | UninitializedStaticallyTypedParameterException (const std::string &name) |
Construct an instance. More... | |
Thrown if user attempts to create an uninitialized statically typed parameter.
(see https://github.com/ros2/rclcpp/issues/1691)
Definition at line 288 of file exceptions.hpp.
|
inlineexplicit |
Construct an instance.
[in] | name | the name of the parameter. |
Definition at line 296 of file exceptions.hpp.