ROS 2 rclcpp + rcl - rolling
rolling-a919a6e5
ROS 2 C++ Client Library with ROS Client Library
|
Thrown when an uninitialized parameter is accessed. More...
#include <rclcpp/exceptions/exceptions.hpp>
Public Member Functions | |
ParameterUninitializedException (const std::string &name) | |
Construct an instance. More... | |
Thrown when an uninitialized parameter is accessed.
Definition at line 330 of file exceptions.hpp.
|
inlineexplicit |
Construct an instance.
[in] | name | the name of the parameter. |
Definition at line 337 of file exceptions.hpp.