ROS 2 rclcpp + rcl - jazzy
jazzy
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 321 of file exceptions.hpp.
|
inlineexplicit |
Construct an instance.
[in] | name | the name of the parameter. |
Definition at line 328 of file exceptions.hpp.